On 16-08-19 03:13 AM, Jesper Dangaard Brouer wrote: > On Wed, 17 Aug 2016 12:38:10 -0700 > John Fastabend <john.fastab...@gmail.com> wrote: > >> This converts the pfifo_fast qdisc to use the alf_queue enqueue and > ^^^^^^^^^ >> dequeue routines then sets the NOLOCK bit. >> >> This also removes the logic used to pick the next band to dequeue from >> and instead just checks each alf_queue for packets from top priority > ^^^^^^^^^ >> to lowest. This might need to be a bit more clever but seems to work >> for now. > > You need to fix the description, as you are no longer using my > alf_queue implementation but instead are using the skb_array/ptr_ring > queue (by MST). >
Yep I forgot to change this even though iirc you may have had the same comment in the last rev. Thanks! I'll get it fixed up this time. .John