mbox series

[v3,0/5] bugfix for bonding

Message ID 20220503100217.46203-1-humin29@huawei.com (mailing list archive)
Headers
Series bugfix for bonding |

Message

humin (Q) May 3, 2022, 10:02 a.m. UTC
  Fix some bonding related bug for bonding PMD and testpmd.

Huisong Li (4):
  net/bonding: fix non-active slaves aren't stopped
  net/bonding: fix non-terminable while loop
  app/testpmd: fix port status of slave device
  app/testpmd: fix slave device isn't released

Min Hu (Connor) (1):
  ethdev: fix dev state when stop

---
v3:
 - fix comments
 - add a new patch to fix dev state.

v2:
  - add two patches in net/bonding.
  - change port status of slave device in start_port
  - delete removing slave operation when close bond port

 app/test-pmd/cmdline.c                 |   2 +
 app/test-pmd/testpmd.c                 | 122 ++++++++++++++++++++++++-
 app/test-pmd/testpmd.h                 |   5 +-
 drivers/net/bonding/rte_eth_bond_pmd.c |  21 +++--
 lib/ethdev/rte_ethdev.c                |   3 +-
 5 files changed, 138 insertions(+), 15 deletions(-)
  

Comments

Ferruh Yigit May 11, 2022, 2:04 p.m. UTC | #1
On 5/3/2022 11:02 AM, Min Hu (Connor) wrote:
> Fix some bonding related bug for bonding PMD and testpmd.
> 
> Huisong Li (4):
>    net/bonding: fix non-active slaves aren't stopped
>    net/bonding: fix non-terminable while loop
>    app/testpmd: fix port status of slave device
>    app/testpmd: fix slave device isn't released
> 
> Min Hu (Connor) (1):
>    ethdev: fix dev state when stop
> 
> ---
> v3:
>   - fix comments
>   - add a new patch to fix dev state.
> 
> v2:
>    - add two patches in net/bonding.
>    - change port status of slave device in start_port
>    - delete removing slave operation when close bond port
> 

For 1/5 & 2/5,
Applied to dpdk-next-net/main, thanks.