lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ