netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] add xdp_features support for bonding driver
@ 2023-04-27 14:03 Lorenzo Bianconi
  2023-04-27 14:03 ` [PATCH net 1/2] bonding: add xdp_features support Lorenzo Bianconi
  2023-04-27 14:03 ` [PATCH net 2/2] selftests/bpf: add xdp_feature selftest for bond device Lorenzo Bianconi
  0 siblings, 2 replies; 5+ messages in thread
From: Lorenzo Bianconi @ 2023-04-27 14:03 UTC (permalink / raw)
  To: netdev
  Cc: lorenzo.bianconi, j.vosburgh, andy, davem, edumazet, kuba, pabeni,
	bpf, andrii, mykolal, ast, daniel, martin.lau, alardam, memxor,
	sdf, brouer, toke

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-27 14:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-27 14:03 [PATCH net 0/2] add xdp_features support for bonding driver Lorenzo Bianconi
2023-04-27 14:03 ` [PATCH net 1/2] bonding: add xdp_features support Lorenzo Bianconi
2023-04-27 14:03 ` [PATCH net 2/2] selftests/bpf: add xdp_feature selftest for bond device Lorenzo Bianconi
2023-04-27 14:09   ` Alexei Starovoitov
2023-04-27 14:33     ` Lorenzo Bianconi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).