Re: [PATCH net v4 0/2] bpf: devmap: provide rxq after redirect

2024-09-25 Thread Martin KaFai Lau
On 9/19/24 11:12 AM, Paolo Abeni wrote: On 9/11/24 10:41, Florian Kauer wrote: rxq contains a pointer to the device from where the redirect happened. Currently, the BPF program that was executed after a redirect via BPF_MAP_TYPE_DEVMAP* does not have it set. Add bugfix and related selftest. Si

Re: [PATCH net v4 0/2] bpf: devmap: provide rxq after redirect

2024-09-19 Thread Paolo Abeni
On 9/11/24 10:41, Florian Kauer wrote: rxq contains a pointer to the device from where the redirect happened. Currently, the BPF program that was executed after a redirect via BPF_MAP_TYPE_DEVMAP* does not have it set. Add bugfix and related selftest. Signed-off-by: Florian Kauer --- Changes i