This is not a problem.
Since the ->enqueue function stores references to the SKBs,
any change of the dev->qdisc has to flush those references
somehow, and it is at that point that you can fixup the skb
queue mappings.
This happens via invoking the qdisc->ops->reset() method.
Thanks Dave. It seems expensive to change all the skb's if this type of
event occurs, but I suppose it is a corner case and can be tolerated.
Please let me make this change and I'll resubmit.
Also, the first patch set was RFC, and you were the only one to submit
feedback to me. :-/ So I figured submitting as an official patch for
feedback might get more attention.
And to reiterate what Auke asked, what did happen to the patches? I see
things getting through the netdev mailing list, but they're not showing
up on www.spinics.net/lists/netdev. Was it something I did when
sending, or did majordomo hiccup?
Thanks,
-PJ Waskiewicz