Re: [dpdk-dev] [PATCH 2/2] examples/ethtool: add closing port operation

2021-04-20 Thread Thomas Monjalon
20/04/2021 11:10, Min Hu (Connor): > > 在 2021/4/20 8:59, Thomas Monjalon 写道: > > 08/04/2021 12:14, Min Hu (Connor): > >> From: Huisong Li > >> > >> Currently, ethtool directly ends the process after 'quit' cmd. In this > >> case, software resources are not released and hardware resources of the >

Re: [dpdk-dev] [PATCH 2/2] examples/ethtool: add closing port operation

2021-04-20 Thread Min Hu (Connor)
在 2021/4/20 8:59, Thomas Monjalon 写道: 08/04/2021 12:14, Min Hu (Connor): From: Huisong Li Currently, ethtool directly ends the process after 'quit' cmd. In this case, software resources are not released and hardware resources of the device are not uninstalled. This patch adds closing port

Re: [dpdk-dev] [PATCH 2/2] examples/ethtool: add closing port operation

2021-04-19 Thread Thomas Monjalon
08/04/2021 12:14, Min Hu (Connor): > From: Huisong Li > > Currently, ethtool directly ends the process after 'quit' cmd. In this > case, software resources are not released and hardware resources of the > device are not uninstalled. > > This patch adds closing port operation to release resources

[dpdk-dev] [PATCH 2/2] examples/ethtool: add closing port operation

2021-04-08 Thread Min Hu (Connor)
From: Huisong Li Currently, ethtool directly ends the process after 'quit' cmd. In this case, software resources are not released and hardware resources of the device are not uninstalled. This patch adds closing port operation to release resources. Fixes: bda68ab9d1e7 ("examples/ethtool: add us