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

2020-06-24 Thread Jerin Jacob
On Wed, Jun 17, 2020 at 3:09 AM Thomas Monjalon wrote: > > 10/06/2020 13:50, 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

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

2020-06-16 Thread Thomas Monjalon
10/06/2020 13:50, 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] bus/pci: optimize bus scan

2020-06-10 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