Re: [dpdk-dev] [PATCH] app/testpmd: fix vm_hotplug after removal of rte_eth_devices

2021-07-30 Thread Thomas Monjalon
> > After removing rte_eth_devices from testpmd the vm_hotplug no longer > > recovered after removal of a device, this patch fixes this issue. > > > > Fixes: 0a0821bcf312 ("app/testpmd: remove most uses of internal ethdev > > array") > > > > Signed-off-by: Paulis Gributs > > --- > > app/test-p

Re: [dpdk-dev] [PATCH] app/testpmd: fix vm_hotplug after removal of rte_eth_devices

2021-07-29 Thread Li, Xiaoyun
> -Original Message- > From: Gributs, Paulis > Sent: Wednesday, July 28, 2021 21:49 > To: Li, Xiaoyun ; Yigit, Ferruh > Cc: dev@dpdk.org; tho...@monjalon.net; Gributs, Paulis > > Subject: [PATCH] app/testpmd: fix vm_hotplug after removal of rte_eth_devices > > After removing rte_eth_dev

[dpdk-dev] [PATCH] app/testpmd: fix vm_hotplug after removal of rte_eth_devices

2021-07-28 Thread Paulis Gributs
After removing rte_eth_devices from testpmd the vm_hotplug no longer recovered after removal of a device, this patch fixes this issue. Fixes: 0a0821bcf312 ("app/testpmd: remove most uses of internal ethdev array") Signed-off-by: Paulis Gributs --- app/test-pmd/testpmd.c | 8 +--- 1 file cha