[PATCH V2 0/4] bugfix for bonding

Min Hu (Connor) humin29 at huawei.com
Thu Mar 24 04:00:32 CET 2022


From: Huisong Li <lihuisong at huawei.com>

Fix some bonding related bug for bonding PMD and testpmd.

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

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

 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 |  23 +++--
 4 files changed, 137 insertions(+), 15 deletions(-)

-- 
2.33.0



More information about the dev mailing list