Commit cb9e6e5
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 <simon.horman@corigine.com>
Acked-by: Jay Vosburgh <jay.vosburgh@canonical.com>
Fixes: 66c0e13 ("drivers: net: turn on XDP features")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Reviewed-by: Jussi Maki <joamaki@gmail.com>
Tested-by: Jussi Maki <joamaki@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>1 parent d7385ba commit cb9e6e5
3 files changed
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1789 | 1789 | | |
1790 | 1790 | | |
1791 | 1791 | | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
| 1810 | + | |
| 1811 | + | |
1792 | 1812 | | |
1793 | 1813 | | |
1794 | 1814 | | |
| |||
2236 | 2256 | | |
2237 | 2257 | | |
2238 | 2258 | | |
| 2259 | + | |
| 2260 | + | |
2239 | 2261 | | |
2240 | 2262 | | |
2241 | 2263 | | |
| |||
2483 | 2505 | | |
2484 | 2506 | | |
2485 | 2507 | | |
| 2508 | + | |
2486 | 2509 | | |
2487 | 2510 | | |
2488 | 2511 | | |
| |||
3930 | 3953 | | |
3931 | 3954 | | |
3932 | 3955 | | |
| 3956 | + | |
| 3957 | + | |
| 3958 | + | |
3933 | 3959 | | |
3934 | 3960 | | |
3935 | 3961 | | |
| |||
5874 | 5900 | | |
5875 | 5901 | | |
5876 | 5902 | | |
| 5903 | + | |
| 5904 | + | |
| 5905 | + | |
5877 | 5906 | | |
5878 | 5907 | | |
5879 | 5908 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
877 | 877 | | |
878 | 878 | | |
879 | 879 | | |
| 880 | + | |
| 881 | + | |
880 | 882 | | |
881 | 883 | | |
882 | 884 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
| 662 | + | |
662 | 663 | | |
663 | 664 | | |
664 | 665 | | |
| |||
0 commit comments