linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* network stack rate shaping queues
@ 2020-02-07  5:44 Kent Dorfman
  2020-02-07 20:17 ` Cong Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Kent Dorfman @ 2020-02-07  5:44 UTC (permalink / raw)
  To: linux-kernel

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?

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?

My concern is specific  to the 4.x kernel.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: network stack rate shaping queues
  2020-02-07  5:44 network stack rate shaping queues Kent Dorfman
@ 2020-02-07 20:17 ` Cong Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Cong Wang @ 2020-02-07 20:17 UTC (permalink / raw)
  To: Kent Dorfman; +Cc: LKML, Linux Kernel Network Developers

(Please always CC netdev for networking questions.)

On Thu, Feb 6, 2020 at 9:45 PM Kent Dorfman <kent.dorfman766@gmail.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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-07 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07  5:44 network stack rate shaping queues Kent Dorfman
2020-02-07 20:17 ` Cong Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).