From: Jakub Kicinski Date: Fri, 4 Oct 2024 22:37:58 +0000 (-0700) Subject: Merge branch 'net-prepare-pacing-offload-support' X-Git-Tag: v6.13-rc1~135^2~413 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0da7fb3bcae036be9d2da5f0d216db1572139615;p=thirdparty%2Flinux.git Merge branch 'net-prepare-pacing-offload-support' Eric Dumazet says: ==================== 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. v1: https://lore.kernel.org/20240930152304.472767-2-edumazet@google.com ==================== Link: https://patch.msgid.link/20241003121219.2396589-1-edumazet@google.com Signed-off-by: Jakub Kicinski --- 0da7fb3bcae036be9d2da5f0d216db1572139615