]> git.baikalelectronics.ru Git - kernel.git/commit
multiq: requeue should rewind the current_band
authorAlexander Duyck <alexander.h.duyck@intel.com>
Sun, 21 Sep 2008 05:07:34 +0000 (22:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Sep 2008 05:07:34 +0000 (22:07 -0700)
commit47f6921ae17fe10a786233677d7078d11902aadc
tree5baf2134ac902803152c92733f8ed580dd9c7b75
parent5ac22b0fed397fded790aa19f315a03013921138
multiq: requeue should rewind the current_band

Currently dequeueing a packet and requeueing the same packet will cause a
different packet to be pulled on the next dequeue.  This change forces
requeue to rewind the current_band.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_multiq.c