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(+) -- 2.40.0