Displaying 20 results from an estimated 2000 matches similar to: "Watchdog timer and packet enqueuing"
2007 Jun 06
4
how hierarchical is HTB?
Hi there!
I''ve using HTB for a while and now I an faced with a ''problem''.
How hierarchical is HTB?
Let''s say I have this 3 layer HTB setup:
root class 1: (rate=100, ceil=100)
1: children classes 1:10 (30,100) and 1:20 (70,100)
1:10 children classes 1:100 (10,100) and 1:101 (20,100)
1:20 children classes 1:200 (30,100) and 1:201 (70,100)
I managed to have
2014 Jun 15
0
Hardware watchdog timer, no IPMI, no /dev/watchdog
Hi all,
I've got a Portwell NANO-6060 board I am testing out for potential
use in a project of ours. One of the nice features of this board, beyond
nice NICs, is that it has a hardware watchdog timer.
The problem is that I don't get a /dev/watchdog device file. I know
the hardware works, because when I enable it in BIOS, the box will
reboot after the timer expires. However,
2005 Mar 22
1
Mechanism for Enqueue and Dequeue?
I''ve been reading the Linux Advanced Routing & Traffic Control Howto and it''s well put together but I''ve a few questions about the mechanism.
I dont'' think that I''d have any questions if I just wanted to know how to configure the Shaping method but I''m trying to get into the nuts and bolts.
Basically I''m trying to find out the
2019 Jul 18
0
[PATCH v3 2/2] balloon: fix up comments
Lots of comments bitrotted. Fix them up.
Fixes: 418a3ab1e778 (mm/balloon_compaction: List interfaces)
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
mm/balloon_compaction.c | 73 +++++++++++++++++++++++------------------
1 file changed, 41 insertions(+), 32 deletions(-)
diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c
index d25664e1857b..9cb03da5bcea 100644
---
2019 Jul 18
0
[PATCH v4 2/2] balloon: fix up comments
Lots of comments bitrotted. Fix them up.
Fixes: 418a3ab1e778 (mm/balloon_compaction: List interfaces)
Reviewed-by: Wei Wang <wei.w.wang at intel.com>
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
fixes since v3:
teaks suggested by Wei
mm/balloon_compaction.c | 71 ++++++++++++++++++++++-------------------
1 file changed, 39 insertions(+), 32 deletions(-)
diff --git
2004 Jun 22
3
[ANNOUNCE] sch_ooo - Out-of-order packet queue discipline
Hello!
I like to announce sch_ooo, a new queue discipline that, attached to a
class (or a device, as root) reorder the packets that pass by delaying
some.
Example:
tc qdisc add dev eth0 root ooo limit 100 gap 4 wait 1100
This queue will create a pfifo with limit 100 and will delay
every 4th packet with 1100ms.
An stream of 6 packets like this: 1 2 3 4 5 6, generated by
ping will be reordered
2006 Jul 26
1
Installing MySQL server (user-pwd)
Hi you all,
I am reading the Rolling with Rails article, by Curt Hibbs. In the
beginning, when he is explaining how to install the MySQL Server, he
comments we mustn''t set up any account cause MySQL uses an
authentication algorithm that is not compatible with the current version
of Rails. Is there any way to avoid this and establish an account with
its password? (I am using MySQL 5.0
2012 Jan 24
1
[PATCH 0/5] Get rid of get_driver() and put_driver()
Greg:
This patch series removes the get_driver() and put_driver() routines
from the kernel.
Those routines don''t do anything useful. Their comments say that they
increment and decrement the driver''s reference count, just like
get_device()/put_device() and a lot of other utility routines. But a
struct driver is _not_ like a struct device! It resembles a piece of
code more
2016 Apr 26
0
[PATCH 2/2] vhost: lockless enqueuing
On 04/26/2016 02:24 PM, Pankaj Gupta wrote:
> Hi Jason,
>
> Overall patches look good. Just one doubt I have is below:
>> We use spinlock to synchronize the work list now which may cause
>> unnecessary contentions. So this patch switch to use llist to remove
>> this contention. Pktgen tests shows about 5% improvement:
>>
>> Before:
>> ~1300000 pps
2016 Apr 26
0
[PATCH 2/2] vhost: lockless enqueuing
We use spinlock to synchronize the work list now which may cause
unnecessary contentions. So this patch switch to use llist to remove
this contention. Pktgen tests shows about 5% improvement:
Before:
~1300000 pps
After:
~1370000 pps
Signed-off-by: Jason Wang <jasowang at redhat.com>
---
drivers/vhost/vhost.c | 52 +++++++++++++++++++++++++--------------------------
drivers/vhost/vhost.h |
2019 Jul 18
1
[PATCH v3 2/2] balloon: fix up comments
On Thursday, July 18, 2019 8:24 PM, Michael S. Tsirkin wrote:
> /*
> * balloon_page_alloc - allocates a new page for insertion into the balloon
> - * page list.
> + * page list.
> *
> - * Driver must call it to properly allocate a new enlisted balloon page.
> - * Driver must call balloon_page_enqueue before definitively removing it
> from
> - * the guest
2006 Apr 07
8
New to Ruby... installation questions
Hi all,
I''m looking into installing Ruby on Rails on my dedicated server which
is RH Linux with a traditional PHP/MySQL/Apache configuration.
I''m not an expert Linux user, but I can hold my own. My server hosts
around 15 domains with websites of various complexity, some shops, some
CMS, some completely flat. I''m looking for a tutorial explaining how to
install Ruby
2016 Apr 26
2
[PATCH 2/2] vhost: lockless enqueuing
Hi Jason,
Overall patches look good. Just one doubt I have is below:
>
> We use spinlock to synchronize the work list now which may cause
> unnecessary contentions. So this patch switch to use llist to remove
> this contention. Pktgen tests shows about 5% improvement:
>
> Before:
> ~1300000 pps
> After:
> ~1370000 pps
>
> Signed-off-by: Jason Wang <jasowang
2016 Apr 26
2
[PATCH 2/2] vhost: lockless enqueuing
Hi Jason,
Overall patches look good. Just one doubt I have is below:
>
> We use spinlock to synchronize the work list now which may cause
> unnecessary contentions. So this patch switch to use llist to remove
> this contention. Pktgen tests shows about 5% improvement:
>
> Before:
> ~1300000 pps
> After:
> ~1370000 pps
>
> Signed-off-by: Jason Wang <jasowang
2002 May 14
1
what''s the meaning of xchg()?
lartc-request,hello!
I find a line in tbf_change() in sch_tbf.c: ptab = xchg(&q->P_tab, ptab);
Can I consider that the pointers are exchanged between q->P_tab and ptab? as following:
prev=q->R_tab;
q->R_tab = rtab;
rtab = prev;
Is my understanding righ?
======= 2002-03-23 12:01:00 you wrote:=======
>Send LARTC mailing list
2002 May 04
0
SFQ queue lengths - generalization
> > SFQ is very useful as a leaf qdisc. But by default, its internal queue
> > length is 128 which is too much for small classes or even for
> > not-so-fast links. Changing SFQ_DEPTH in net/sched/ sch_sfq.c to about
> > 10-20 results in flows responding much faster to bandwidth changes.
I''m not sure I understand what problem is being described, but I
suspect
2011 Apr 07
0
accepts_nested_attributes_for, validations, :inverse_of option on associations, and IdentityMap
This feels more like a question to ask the core list, forgive me if I trespass.
I''ve been trying to help one of my cow orkers get through a sticky
problem. He''s got a fairly complex nested form to update a model and
its children. He''s started adding some validations, and we''ve
encountered a number of issues:
First he had a validation on one of the child
2018 Feb 15
0
[PATCH v2 0/6] crypto: engine - Permit to enqueue all async requests
On Fri, Jan 26, 2018 at 08:15:28PM +0100, Corentin Labbe wrote:
> Hello
>
> The current crypto_engine support only ahash and ablkcipher request.
> My first patch which try to add skcipher was Nacked, it will add too many functions
> and adding other algs(aead, asymetric_key) will make the situation worst.
>
> This patchset remove all algs specific stuff and now only process
2017 Dec 06
0
[PATCH RFC 0/4] crypto: engine - Permit to enqueue all async requests
Hi Corentin,
I am fine with this proposal: it is generic enough and I have been able
to test and run the crypto engine with aead_request without changing any
single line of code.
This is what I need to be able to send the AEAD extension of the
stm32-cryp driver (successfully tested with your engine upgrade proposal).
I have also tested the stm32-hash patch.
Note that stm32-cryp (new
2004 Mar 18
6
[PATCH] packet delay scheduler
Okay, here is a very simple QOS scheduler that delays packets for 2.6.
It is good for testing, and might be useful for people who want to put
some class of traffic into a "penalty box".
Alexey''s tc command is really easy to extend to new disciplines. There is
a version which knows about this scheduler at:
http://developer.osdl.org/shemminger/tcp/iproute2-delay.tar.bz2
The