Re: [dpdk-dev] [PATCH 2/3] app/testpmd: fix slave device isn't released

2022-02-04 Thread Ferruh Yigit
On 10/25/2021 7:39 AM, Min Hu (Connor) wrote: From: Huisong Li Currently, some eth devices are added to bond device, these devices are not released when the quit command is executed in testpmd. This patch adds the release operation for all active slaves under a bond device. 'close_port()' fu

[dpdk-dev] [PATCH 2/3] app/testpmd: fix slave device isn't released

2021-10-24 Thread Min Hu (Connor)
From: Huisong Li Currently, some eth devices are added to bond device, these devices are not released when the quit command is executed in testpmd. This patch adds the release operation for all active slaves under a bond device. Fixes: 0e545d3047fe ("app/testpmd: check stopping port is not in bo