mbox series

[PATCHv3,net-next,0/2] Bonding: returns detailed error about XDP failures

Message ID 20241021031211.814-1-liuhangbin@gmail.com (mailing list archive)
Headers show
Series Bonding: returns detailed error about XDP failures | expand

Message

Hangbin Liu Oct. 21, 2024, 3:12 a.m. UTC
Based on discussion[1], this patch set returns detailed error about XDP
failures. And update bonding document about XDP supports.

v3: drop patch that modified the return value (Toke Høiland-Jørgensen)
    drop the sentence that repeat title (Nikolay Aleksandrov)
v2: update the title in the doc (Nikolay Aleksandrov)

[1]
https://lore.kernel.org/netdev/8088f2a7-3ab1-4a1e-996d-c15703da13cc@blackwall.org/o
Hangbin Liu (2):
  bonding: return detailed error when loading native XDP fails
  Documentation: bonding: add XDP support explanation

 Documentation/networking/bonding.rst | 11 +++++++++++
 drivers/net/bonding/bond_main.c      |  5 ++++-
 2 files changed, 15 insertions(+), 1 deletion(-)