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

Hangbin Liu posted 3 patches 1 month, 1 week ago
There is a newer version of this series
Documentation/networking/bonding.rst | 12 ++++++++++++
drivers/net/bonding/bond_main.c      |  7 +++++--
2 files changed, 17 insertions(+), 2 deletions(-)
[PATCHv2 net-next 0/3] Bonding: returns detailed error about XDP failures
Posted by Hangbin Liu 1 month, 1 week ago
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(-)

-- 
2.46.0
Re: [PATCHv2 net-next 0/3] Bonding: returns detailed error about XDP failures
Posted by Nikolay Aleksandrov 1 month, 1 week ago
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
Re: [PATCHv2 net-next 0/3] Bonding: returns detailed error about XDP failures
Posted by Hangbin Liu 1 month, 1 week ago
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