It was me missing a piece. I didn't look over the portion where Dave
changed requeue to always use the requeue list. This breaks multiq
and we are right back to the head-of-line blocking. Also I think patch
1 will break things since queueing a packet with skb->next already set
will cause issues since the queue uses prev and next last I knew.
I didn't mean to insist on this if it is how it came across. My main
concern is that I just don't want to break what I just got working.
Most of this requeue to q->requeue stuff will break multiq and
introduce head-of-line blocking. When That happens it will fall back
into my lap to try to resolve it so that is why I want to avoid it in
the first place.
Anyway I'm out for the next two weeks with at least the first week of
that being without email access. I hope I provided some valuable
input so that this can head in the right direction.
Thanks,
Alex
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html