Re: [dpdk-dev] [PATCH 17/20] drivers/net: accept removing device without any port

2020-09-26 Thread Xu, Rosen
Hi, > -Original Message- > From: Thomas Monjalon > Sent: Monday, September 14, 2020 6:07 > To: dev@dpdk.org > Cc: Yigit, Ferruh ; arybche...@solarflare.com; Xu, > Rosen ; Stephen Hemminger > ; K. Y. Srinivasan ; > Haiyang Zhang ; Long Li ; > Heinrich Kuhn ; Gagandeep Singh > ; Akhil Goyal

Re: [dpdk-dev] [PATCH 17/20] drivers/net: accept removing device without any port

2020-09-23 Thread Ferruh Yigit
On 9/13/2020 11:07 PM, Thomas Monjalon wrote: The ports can be closed (i.e. completely released) before removing the whole device. Such case was wrongly considered an error by some drivers. If the device supports only one port, there is nothing much to free after the port is closed. Signed-off-

[dpdk-dev] [PATCH 17/20] drivers/net: accept removing device without any port

2020-09-13 Thread Thomas Monjalon
The ports can be closed (i.e. completely released) before removing the whole device. Such case was wrongly considered an error by some drivers. If the device supports only one port, there is nothing much to free after the port is closed. Signed-off-by: Thomas Monjalon --- drivers/net/ipn3ke/ipn