Re: [PATCH net-next v3 3/7] idpf: support pacing offload
From: Jakub Kicinski <kuba@kernel.org> Date: 2026-07-27 23:54:04
On Sun, 26 Jul 2026 16:28:47 -0400 Willem de Bruijn wrote:
If skb->tstamp is in the future, program this future delivery txtime
in the transmit descriptor.
TCP pacing offload is only offloaded if SK_PACING_FQ is negotiated and
the FQ offload_horizon is configured.
Hm, you're not even acting on the activation of the feature via ethtool.
What am I missing...