search for: enqu

Displaying 8 results from an estimated 8 matches for "enqu".

Did you mean: equ
2019 Dec 05
2
[PATCH v2] virtio-balloon: fix managed page counts when migrating pages between zones
...om> Cc: Jason Wang <jasowang at redhat.com> Cc: Jiang Liu <liuj97 at gmail.com> Cc: Andrew Morton <akpm at linux-foundation.org> Cc: virtualization at lists.linux-foundation.org Signed-off-by: David Hildenbrand <david at redhat.com> --- v1 -> v2: - Adjust count before enquing newpage (and it possibly gets free form the balloon) - Check if the zone changed --- drivers/virtio/virtio_balloon.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index 15b7f1d8c334..3078e1ac2a8f 100644 --- a/driv...
2019 Dec 05
2
[PATCH v2] virtio-balloon: fix managed page counts when migrating pages between zones
...om> Cc: Jason Wang <jasowang at redhat.com> Cc: Jiang Liu <liuj97 at gmail.com> Cc: Andrew Morton <akpm at linux-foundation.org> Cc: virtualization at lists.linux-foundation.org Signed-off-by: David Hildenbrand <david at redhat.com> --- v1 -> v2: - Adjust count before enquing newpage (and it possibly gets free form the balloon) - Check if the zone changed --- drivers/virtio/virtio_balloon.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index 15b7f1d8c334..3078e1ac2a8f 100644 --- a/driv...
2005 May 28
2
bandwidth control on htb
Hi, I implemented queues on some ports with htb by filtering. and to have a constant bw, i defined rate and ceil the same. But while watching the bw''s, I ve realized they may sometimes exceed the defined value for short periods. How could I avoid this situation? I thought that implementing a leaky bucket''d be fine but i m not sure about this and how to do it on tc. I would be
2019 Dec 11
1
[PATCH v3] virtio-balloon: fix managed page counts when migrating pages between zones
...medo at redhat.com> Cc: virtualization at lists.linux-foundation.org Signed-off-by: David Hildenbrand <david at redhat.com> --- v2 -> v3: - Refine comment - s/only/online/ in description - Clarify why VIRTIO_BALLOON_F_DEFLATE_ON_OOM has to be checked v1 -> v2: - Adjust count before enquing newpage (and it possibly gets free form the balloon) - Check if the zone changed --- drivers/virtio/virtio_balloon.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index 15b7f1d8c334..93f995f6cf36 100644 ---...
2005 Feb 03
0
Kernel panic when using wrr qd
...e algorithm should handle it pretty well. If an packet does not fit the queue it gets dropped and also the whole communication afterwards till the queue gets freed. And as we know the queue is controlled by the Qdisc structure and it''s mechanisms and not the WRR if ((retvalue=qdisc->enqueue(skb, qdisc)) == ENQUEUE_SUCCESS) { // Successfull sch->stats.packets++; ... if(retvalue!=ENQUEUE_SUCCESS) { // Packet not enqued: sch->stats.drops++; It does not look that the queue could "fill up". Can somebody help (the problem is interresting, im thinking...
2019 Dec 10
1
[PATCH v2] virtio-balloon: fix managed page counts when migrating pages between zones
...;liuj97 at gmail.com> > > Cc: Andrew Morton <akpm at linux-foundation.org> > > Cc: virtualization at lists.linux-foundation.org > > Signed-off-by: David Hildenbrand <david at redhat.com> > > --- > > > > v1 -> v2: > > - Adjust count before enquing newpage (and it possibly gets free form the > > balloon) > > - Check if the zone changed > > > > --- > > drivers/virtio/virtio_balloon.c | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/drivers/virtio/virtio_balloon.c b/dr...
2019 Dec 10
0
[PATCH v2] virtio-balloon: fix managed page counts when migrating pages between zones
...dhat.com> > Cc: Jiang Liu <liuj97 at gmail.com> > Cc: Andrew Morton <akpm at linux-foundation.org> > Cc: virtualization at lists.linux-foundation.org > Signed-off-by: David Hildenbrand <david at redhat.com> > --- > > v1 -> v2: > - Adjust count before enquing newpage (and it possibly gets free form the > balloon) > - Check if the zone changed > > --- > drivers/virtio/virtio_balloon.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c > index...
2007 May 06
3
Traffic Shaping
Dear List, I am wanting to perform some traffic shaping as the subject of this email suggests. What I am wanting to do is this; I would like to have traffic shaping performed on the following protocols: HTTP, RDP, GRE, PPTP, SIP and IAX. Obviously I would like to have highest priority set for voice packets so much so that the general http traffic does not impede on the voice packets. I