Re: [dpdk-dev] [PATCH v2] bus/pci: optimize bus scan

2020-06-24 Thread Thomas Monjalon
24/06/2020 13:46, jer...@marvell.com: > From: Jerin Jacob > > In order to optimize the PCI management, RTE_KDRV_NONE based > device driver probing removed by not adding them to list in > the scan phase. > > The legacy virtio is the only consumer of RTE_KDRV_NONE based device > driver probe schem

[dpdk-dev] [PATCH v2] bus/pci: optimize bus scan

2020-06-24 Thread jerinj
From: Jerin Jacob In order to optimize the PCI management, RTE_KDRV_NONE based device driver probing removed by not adding them to list in the scan phase. The legacy virtio is the only consumer of RTE_KDRV_NONE based device driver probe scheme. The legacy virtio support will be available through