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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 28, 2024, 11:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 21 Oct 2024 03:12:09 +0000 you wrote:
> 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)
> 
> [...]

Here is the summary with links:
  - [PATCHv3,net-next,1/2] bonding: return detailed error when loading native XDP fails
    https://git.kernel.org/netdev/net-next/c/22ccb684c1ca
  - [PATCHv3,net-next,2/2] Documentation: bonding: add XDP support explanation
    https://git.kernel.org/netdev/net-next/c/9f59eccd9dd5

You are awesome, thank you!