[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241002151220.349571-1-edumazet@google.com>
Date: Wed, 2 Oct 2024 15:12:17 +0000
From: Eric Dumazet <edumazet@...gle.com>
To: "David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: Willem de Bruijn <willemb@...gle.com>, Jeffrey Ji <jeffreyji@...gle.com>, netdev@...r.kernel.org,
eric.dumazet@...il.com, Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH v2 net-next 0/2] net: prepare pacing offload support
Some network devices have the ability to offload EDT (Earliest
Departure Time) which is the model used for TCP pacing and FQ
packet scheduler.
Some of them implement the timing wheel mechanism described in
https://saeed.github.io/files/carousel-sigcomm17.pdf
with an associated 'timing wheel horizon'.
In order to upstream the NIC support, this series adds :
1) timing wheel horizon as a per-device attribute.
2) FQ packet scheduler support, to let paced packets
below the timing wheel horizon be handled by the driver.
v2: addressed Jakub feedback
( https://lore.kernel.org/netdev/20240930152304.472767-2-edumazet@google.com/T/#mf6294d714c41cc459962154cc2580ce3c9693663 )
Eric Dumazet (1):
net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute
Jeffrey Ji (1):
net_sched: sch_fq: add the ability to offload pacing
.../networking/net_cachelines/net_device.rst | 1 +
include/linux/netdevice.h | 4 +++
include/uapi/linux/if_link.h | 1 +
include/uapi/linux/pkt_sched.h | 2 ++
net/core/rtnetlink.c | 4 +++
net/sched/sch_fq.c | 33 +++++++++++++++----
tools/include/uapi/linux/if_link.h | 1 +
7 files changed, 40 insertions(+), 6 deletions(-)
--
2.46.1.824.gd892dcdcdd-goog
Powered by blists - more mailing lists