]> Git Repo - linux.git/commit
bonding: add xdp_features support
authorLorenzo Bianconi <[email protected]>
Thu, 4 May 2023 09:52:49 +0000 (11:52 +0200)
committerDavid S. Miller <[email protected]>
Fri, 5 May 2023 08:34:23 +0000 (09:34 +0100)
commitcb9e6e584d58420df182102674e636fb841dae4c
treebc5e9eedb88b2cd0203b9e081c4baf3ce8ad1bdb
parentd7385ba137711ea71527a605cac162610a621de8
bonding: add xdp_features support

Introduce xdp_features support for bonding driver according to the slave
devices attached to the master one. xdp_features is required whenever we
want to xdp_redirect traffic into a bond device and then into selected
slaves attached to it.

Reviewed-by: Simon Horman <[email protected]>
Acked-by: Jay Vosburgh <[email protected]>
Fixes: 66c0e13ad236 ("drivers: net: turn on XDP features")
Signed-off-by: Lorenzo Bianconi <[email protected]>
Reviewed-by: Jussi Maki <[email protected]>
Tested-by: Jussi Maki <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/bonding/bond_main.c
drivers/net/bonding/bond_options.c
include/net/bonding.h
This page took 0.054948 seconds and 4 git commands to generate.