Hi - As I mentioned in a previous thread, we're implementing a qdisc similar to mqprio which can associate multiple txqs to one qdisc, so that we can work around the root qdisc bottleneck. I think this should be in general fine since without MQ, root qdisc is associated with multiple txqs anyway. However we encountered kernel panic as I mentioned in the "corrupted skb" thread.
Any thought on potential issue of doing this? I'm asking this because mqprio only associates one txq with one qdisc which I think must have been done this way for a reason. Would appreciate if anyone can shed some light on this. Thanks, Michael