Message ID | 20241003121219.2396589-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | net: prepare pacing offload support | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 3 Oct 2024 12:12:17 +0000 you wrote: > 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'. > > [...] Here is the summary with links: - [v3,net-next,1/2] net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute https://git.kernel.org/netdev/net-next/c/f858cc9eed5b - [v3,net-next,2/2] net_sched: sch_fq: add the ability to offload pacing https://git.kernel.org/netdev/net-next/c/f26080d47007 You are awesome, thank you!