Re: [dpdk-dev] [PATCH] app/testpmd: add port check before manual detach

2020-02-13 Thread Ferruh Yigit
On 2/13/2020 2:50 PM, Thomas Monjalon wrote: > User may try to run "port detach " > for an already detached device. > It has been decided to protect from such usage in testpmd, > so a check was added to detach_port_device() in DPDK 19.11. > This check might be removed to allow hotplug path detachin

Re: [dpdk-dev] [PATCH] app/testpmd: add port check before manual detach

2020-02-13 Thread Ferruh Yigit
On 2/13/2020 2:50 PM, Thomas Monjalon wrote: > User may try to run "port detach " > for an already detached device. > It has been decided to protect from such usage in testpmd, > so a check was added to detach_port_device() in DPDK 19.11. > This check might be removed to allow hotplug path detachin

[dpdk-dev] [PATCH] app/testpmd: add port check before manual detach

2020-02-13 Thread Thomas Monjalon
User may try to run "port detach " for an already detached device. It has been decided to protect from such usage in testpmd, so a check was added to detach_port_device() in DPDK 19.11. This check might be removed to allow hotplug path detaching the device of a closed port. Whatever will be decided