Re: [PATCH v4] app/testpmd: fix port status of slave device

2022-05-19 Thread Andrew Rybchenko
On 5/12/22 01:08, Konstantin Ananyev wrote: From: Huisong Li Starting or stopping a bonded port also starts or stops all active slaves under the bonded port. If this port is a bonded device, we need to modify the port status of all slaves. Fixes: 0e545d3047fe ("app/testpmd: check stopping po

Re: [PATCH v4] app/testpmd: fix port status of slave device

2022-05-11 Thread Konstantin Ananyev
From: Huisong Li Starting or stopping a bonded port also starts or stops all active slaves under the bonded port. If this port is a bonded device, we need to modify the port status of all slaves. Fixes: 0e545d3047fe ("app/testpmd: check stopping port is not in bonding") Cc: sta...@dpdk.org