Re: [dpdk-dev] [PATCH] net/nfp: avoid unplug if multiport

2017-10-31 Thread Ferruh Yigit
On 10/31/2017 4:04 AM, Alejandro Lucero wrote: > PF multiport support has some limitations like not allowing plugging or > unplugging of single ports as they all belong to same PCI device. > > A previous patch for removing detachable flag introduced a wrong check. > > Fixes: 00a3d8104ac5 ("ethdev

[dpdk-dev] [PATCH] net/nfp: avoid unplug if multiport

2017-10-31 Thread Alejandro Lucero
PF multiport support has some limitations like not allowing plugging or unplugging of single ports as they all belong to same PCI device. A previous patch for removing detachable flag introduced a wrong check. Fixes: 00a3d8104ac5 ("ethdev: remove detachable device flag") Cc: gaetan.ri...@6wind.co