[PATCH v3 0/5] bugfix for bonding
Min Hu (Connor)
humin29 at huawei.com
Tue May 3 12:02:12 CEST 2022
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(-)
--
2.33.0
More information about the dev
mailing list