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.