Message ID | 20250216093430.957880-1-yoong.siang.song@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | xsk: TX metadata Launch Time support | expand |
Hello: This series was applied to bpf/bpf-next.git (net) by Martin KaFai Lau <martin.lau@kernel.org>: On Sun, 16 Feb 2025 17:34:25 +0800 you wrote: > This series expands the XDP TX metadata framework to allow user > applications to pass per packet 64-bit launch time directly to the kernel > driver, requesting launch time hardware offload support. The XDP TX > metadata framework will not perform any clock conversion or packet > reordering. > > Please note that the role of Tx metadata is just to pass the launch time, > not to enable the offload feature. Users will need to enable the launch > time hardware offload feature of the device by using the respective > command, such as the tc-etf command. > > [...] Here is the summary with links: - [bpf-next,v12,1/5] xsk: Add launch time hardware offload support to XDP Tx metadata https://git.kernel.org/bpf/bpf-next/c/ca4419f15abd - [bpf-next,v12,2/5] selftests/bpf: Add launch time request to xdp_hw_metadata https://git.kernel.org/bpf/bpf-next/c/6164847e5403 - [bpf-next,v12,3/5] net: stmmac: Add launch time support to XDP ZC https://git.kernel.org/bpf/bpf-next/c/04f64dea1364 - [bpf-next,v12,4/5] igc: Refactor empty frame insertion for launch time support https://git.kernel.org/bpf/bpf-next/c/f9b53bb13923 - [bpf-next,v12,5/5] igc: Add launch time support to XDP ZC https://git.kernel.org/bpf/bpf-next/c/d7c3a7ff7502 You are awesome, thank you!