mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-28 16:53:49 +00:00
Documentation: bonding: add XDP support explanation
Add document about which modes have native XDP support. Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org> Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Reviewed-by: Toke Høiland-Jørgensen <toke@redhat.com> Link: https://patch.msgid.link/20241021031211.814-3-liuhangbin@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
22ccb684c1
commit
9f59eccd9d
@ -2916,6 +2916,17 @@ from the bond (``ifenslave -d bond0 eth0``). The bonding driver will
|
||||
then restore the MAC addresses that the slaves had before they were
|
||||
enslaved.
|
||||
|
||||
9. What bonding modes support native XDP?
|
||||
------------------------------------------
|
||||
|
||||
* balance-rr (0)
|
||||
* active-backup (1)
|
||||
* balance-xor (2)
|
||||
* 802.3ad (4)
|
||||
|
||||
Note that the vlan+srcmac hash policy does not support native XDP.
|
||||
For other bonding modes, the XDP program must be loaded with generic mode.
|
||||
|
||||
16. Resources and Links
|
||||
=======================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user