Re: [PATCH net-next v2] net: refactor ->ndo_bpf calls into dev_xdp_propagate

2024-08-24 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Thu, 22 Aug 2024 05:51:54 + you wrote: > When net devices propagate xdp configurations to slave devices, > we will need to perform a memory provider check to ensure we're > not binding xdp to a device using un

Re: [PATCH net-next v2] net: refactor ->ndo_bpf calls into dev_xdp_propagate

2024-08-22 Thread Jakub Kicinski
On Thu, 22 Aug 2024 05:51:54 + Mina Almasry wrote: > When net devices propagate xdp configurations to slave devices, > we will need to perform a memory provider check to ensure we're > not binding xdp to a device using unreadable netmem. > > Currently the ->ndo_bpf calls in a few places. Addin

[PATCH net-next v2] net: refactor ->ndo_bpf calls into dev_xdp_propagate

2024-08-21 Thread Mina Almasry
When net devices propagate xdp configurations to slave devices, we will need to perform a memory provider check to ensure we're not binding xdp to a device using unreadable netmem. Currently the ->ndo_bpf calls in a few places. Adding checks to all these places would not be ideal. Refactor all th