mbox

[V2,0/4] bugfix for bonding

Message ID 20220324030036.4761-1-humin29@huawei.com (mailing list archive)
Headers

Message

humin (Q) March 24, 2022, 3 a.m. UTC
  From: Huisong Li <lihuisong@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(-)