On Mon, May 25, 2015 at 10:35 PM, jsulli...@opensourcedevel.com <jsulli...@opensourcedevel.com> wrote: > > I was also surprised to see that, although we are using a prio qdisc on the > bond, the physical interface is showing pfifo_fast. > [...] > > So why the difference and why the pfifo_fast qdiscs on the physical > interfaces?
Qdisc is not aware of the network interface you attach it to, so it doesn't know whether it is bond or whatever stacked interface, the qdisc you add to bonding master has no idea about its slaves. For pfifo_fast, it is the default qdisc when you install mq on root, it is where mq actually holds the packets. Hope this helps. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html