aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2025-09-11 12:00:25 +0200
committerPaolo Abeni <pabeni@redhat.com>2025-09-11 12:00:26 +0200
commit7f0b763b818064b317122b6d5e20c59802615eb2 (patch)
tree8531f4e57b2c1c5f51e17977d475b52ae2e94637 /drivers/net/ethernet/intel/ice/ice_main.c
parentselftests: net: Add tests to verify team driver option set and get. (diff)
parentnet: xdp: handle frags with unreadable memory (diff)
downloadlinux-7f0b763b818064b317122b6d5e20c59802615eb2.tar.gz
linux-7f0b763b818064b317122b6d5e20c59802615eb2.zip
Merge branch 'net-xdp-handle-frags-with-unreadable-memory'
Jakub Kicinski says: ==================== net: xdp: handle frags with unreadable memory Make XDP helpers compatible with unreadable memory. This is very similar to how we handle pfmemalloc frags today. Record the info in xdp_buf flags as frags get added and then update the skb once allocated. This series adds the unreadable memory metadata tracking to drivers using xdp_build_skb_from*() with no changes on the driver side - hence the only driver changes here are refactoring. Obviously, unreadable memory is incompatible with XDP today, but thanks to xdp_build_skb_from_buf() increasing number of drivers have a unified datapath, whether XDP is enabled or not. RFC: https://lore.kernel.org/20250812161528.835855-1-kuba@kernel.org ==================== Link: https://patch.msgid.link/20250905221539.2930285-1-kuba@kernel.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
0 files changed, 0 insertions, 0 deletions