Re: [PATCH V2 2/4] net/bonding: fix non-terminable while loop

2022-04-29 Thread Ferruh Yigit
On 4/29/2022 7:52 AM, Min Hu (Connor) wrote: Hi, Ferruh, 在 2022/4/27 2:19, Ferruh Yigit 写道: On 3/24/2022 3:00 AM, Min Hu (Connor) wrote: From: Huisong Li All slaves will be stopped and removed when closing a bonded port. But the while loop can not stop if both rte_eth_dev_stop and rte_eth_

Re: [PATCH V2 2/4] net/bonding: fix non-terminable while loop

2022-04-26 Thread Ferruh Yigit
On 3/24/2022 3:00 AM, Min Hu (Connor) wrote: From: Huisong Li All slaves will be stopped and removed when closing a bonded port. But the while loop can not stop if both rte_eth_dev_stop and rte_eth_bond_slave_remove fail to run. Agree that this is a defect introduced in below commit. Thanks