Add the the capability to load HW RX checsum in eBPF programs#11012
Add the the capability to load HW RX checsum in eBPF programs#11012kernel-patches-daemon-bpf[bot] wants to merge 5 commits intobpf-next_basefrom
Conversation
|
Upstream branch: db975de |
AI reviewed your patch. Please fix the bug or email reply why it's not a bug. In-Reply-To-Subject: AI-authorship-score: low |
AI reviewed your patch. Please fix the bug or email reply why it's not a bug. In-Reply-To-Subject: AI-authorship-score: low |
AI reviewed your patch. Please fix the bug or email reply why it's not a bug. In-Reply-To-Subject: AI-authorship-score: low |
AI reviewed your patch. Please fix the bug or email reply why it's not a bug. In-Reply-To-Subject: AI-authorship-score: low |
AI reviewed your patch. Please fix the bug or email reply why it's not a bug. In-Reply-To-Subject: AI-authorship-score: low |
|
Forwarding comment 3879767672 via email |
|
Forwarding comment 3879770784 via email |
|
Forwarding comment 3879775540 via email |
|
Forwarding comment 3879780668 via email |
|
Forwarding comment 3879781773 via email |
a1e329f to
dddd867
Compare
|
Upstream branch: a9aabb3 |
6de365d to
f003278
Compare
dddd867 to
01f7084
Compare
|
Upstream branch: dc855b7 |
f003278 to
bde1fc7
Compare
01f7084 to
2294d0a
Compare
|
Upstream branch: dc855b7 |
bde1fc7 to
0aaca00
Compare
|
Upstream branch: dc855b7 |
0aaca00 to
f47093b
Compare
2294d0a to
254af9f
Compare
Introduce XDP RX checksum capability to XDP metadata specs. XDP RX checksum will be use by devices capable of exposing receive checksum result via bpf_xdp_metadata_rx_checksum(). Moreover, introduce xmo_rx_checksum netdev callback in order allow the eBPF program bounded to the device to retrieve the RX checksum result computed by the hw NIC. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Implement xmo_rx_checksum callback in veth driver to report RX checksum result to the eBPF program bounded to the veth device. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Implement xmo_rx_checksum callback in ice driver to report RX checksum result to the eBPF program bounded to the NIC. Introduce ice_get_rx_csum utility routine in order to rx cksum codebase available in ice_rx_csum(). Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Introduce support to xdp_metadata selftest for bpf_xdp_metadata_rx_checksum kfunc. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
…adat prog Introduce the capability to dump HW rx checksum in xdp_hw_metadat program via bpf_xdp_metadata_rx_checksum() kfunc. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
|
Upstream branch: 4475cda |
f47093b to
ed94d3b
Compare
|
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=1052828 expired. Closing PR. |
Pull request for series with
subject: Add the the capability to load HW RX checsum in eBPF programs
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=1052828