Re: [PATCH] app/test: fix retest link bonding fail

2023-11-10 Thread Ferruh Yigit
On 11/10/2023 9:53 AM, Jie Hai wrote: > The testcase "test_close_bonding_device" closes the bonding > port shared by several cases. After closed, the port is in > RTE_ETH_DEV_UNUSED state, and could not be used by other cases > anymore. If retest the "link_bonding_autotest", failure occurs. > This

[PATCH] app/test: fix retest link bonding fail

2023-11-10 Thread Jie Hai
The testcase "test_close_bonding_device" closes the bonding port shared by several cases. After closed, the port is in RTE_ETH_DEV_UNUSED state, and could not be used by other cases anymore. If retest the "link_bonding_autotest", failure occurs. This patch creates a new bonding device for the closi