Re: [dpdk-dev] [PATCH] EAL: Called remove() of drivers for vdev and pci buses

2020-09-12 Thread Gaƫtan Rivet
On 08/07/20 17:03 +0500, Muhammad Bilal wrote: > while using memif with app, the resources are not cleaned on exit, > So an error occurred on running it second time. The cause of this problem > is that remove() of memif driver is not called by rte_eal_cleanup() which > is counterpart of probe() cal

Re: [dpdk-dev] [PATCH] EAL: Called remove() of drivers for vdev and pci buses

2020-07-08 Thread Muhammad Bilal
On Wed, Jul 8, 2020 at 5:04 PM Muhammad Bilal wrote: > > while using memif with app, the resources are not cleaned on exit, > So an error occurred on running it second time. The cause of this problem > is that remove() of memif driver is not called by rte_eal_cleanup() which > is counterpart of pr

[dpdk-dev] [PATCH] EAL: Called remove() of drivers for vdev and pci buses

2020-07-08 Thread Muhammad Bilal
while using memif with app, the resources are not cleaned on exit, So an error occurred on running it second time. The cause of this problem is that remove() of memif driver is not called by rte_eal_cleanup() which is counterpart of probe() called from rte_eal_init(). This is a case for all other d