mbox series

[net,0/2] add xdp_features support for bonding driver

Message ID cover.1682603719.git.lorenzo@kernel.org (mailing list archive)
Headers show
Series add xdp_features support for bonding driver | expand

Message

Lorenzo Bianconi April 27, 2023, 2:03 p.m. UTC
Introduce missing xdp_features support for bonding driver. xdp_features
is required whenever we want to xdp_redirect traffic into a bond device
and then into selected slaves attached to it.

Lorenzo Bianconi (2):
  bonding: add xdp_features support
  selftests/bpf: add xdp_feature selftest for bond device

 drivers/net/bonding/bond_main.c               |  48 +++++++
 drivers/net/bonding/bond_options.c            |   2 +
 include/net/bonding.h                         |   1 +
 .../selftests/bpf/prog_tests/xdp_bonding.c    | 121 ++++++++++++++++++
 4 files changed, 172 insertions(+)