[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHA+R7MnHDVayA3MqpyR7J09tGNdh=OMmJAZG-0+rRhsmCNTNA@mail.gmail.com>
Date: Tue, 26 May 2015 10:10:24 -0700
From: Cong Wang <cwang@...pensource.com>
To: "jsullivan@...nsourcedevel.com" <jsullivan@...nsourcedevel.com>
Cc: netdev <netdev@...r.kernel.org>
Subject: Re: tc drop stats different between bond and slave interfaces
On Mon, May 25, 2015 at 10:35 PM, jsullivan@...nsourcedevel.com
<jsullivan@...nsourcedevel.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists