mbox series

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

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

Message

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

v2: update the title in the doc (Nikolay Aleksandrov)

[1] https://lore.kernel.org/netdev/8088f2a7-3ab1-4a1e-996d-c15703da13cc@blackwall.org/

Hangbin Liu (3):
  bonding: return detailed error when loading native XDP fails
  bonding: use correct return value
  Documentation: bonding: add XDP support explanation

 Documentation/networking/bonding.rst | 12 ++++++++++++
 drivers/net/bonding/bond_main.c      |  7 +++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

Comments

Nikolay Aleksandrov Oct. 17, 2024, 8:40 a.m. UTC | #1
On 17/10/2024 05:06, Hangbin Liu wrote:
> Based on discussion[1], this patch set returns detailed error about XDP
> failures. And update bonding document about XDP supports.
> 
> v2: update the title in the doc (Nikolay Aleksandrov)
> 
> [1] https://lore.kernel.org/netdev/8088f2a7-3ab1-4a1e-996d-c15703da13cc@blackwall.org/
> 
> Hangbin Liu (3):
>   bonding: return detailed error when loading native XDP fails
>   bonding: use correct return value
>   Documentation: bonding: add XDP support explanation
> 
>  Documentation/networking/bonding.rst | 12 ++++++++++++
>  drivers/net/bonding/bond_main.c      |  7 +++++--
>  2 files changed, 17 insertions(+), 2 deletions(-)
> 

Please CC reviewers when sending new versions. I was CCed on patches 1 and 2
probably due to the tag, but wasn't on patch 3 and had to search for
the series.

Thanks,
 Nik
Hangbin Liu Oct. 17, 2024, 9:26 a.m. UTC | #2
On Thu, Oct 17, 2024 at 11:40:34AM +0300, Nikolay Aleksandrov wrote:
> Please CC reviewers when sending new versions. I was CCed on patches 1 and 2
> probably due to the tag, but wasn't on patch 3 and had to search for
> the series.

Oh, sorry for the inconvenient. I thought you are in the cc list. Next time I
will do double check.

Hangbin