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>] [day] [month] [year] [list]
Date:   Fri, 7 Feb 2020 12:17:04 -0800
From:   Cong Wang <xiyou.wangcong@...il.com>
To:     Kent Dorfman <kent.dorfman766@...il.com>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        Linux Kernel Network Developers <netdev@...r.kernel.org>
Subject: Re: network stack rate shaping queues

(Please always CC netdev for networking questions.)

On Thu, Feb 6, 2020 at 9:45 PM Kent Dorfman <kent.dorfman766@...il.com> wrote:
>
> A general question:
>
> Do the network rate shaping queues apply to all network traffic in the
> system, or just to the AF_INET address family?

If you mean Qdisc's like HTB, they apply universally to all traffic going
through it, unless of course you do your own packet filtering on top.

>
> What if we have other classes of network drivers (non ethernet) that
> also use a BSD socket interface, but a different address family?  Are
> those messages also subject to the rate shaping, or are they generally
> FIFO to the driver queue?
>

They are not specific to Ethernet either.

Thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ