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

Thomas Monjalon thomas at monjalon.net
Tue Jun 16 23:39:49 CEST 2020


10/06/2020 13:50, jerinj at marvell.com:
> From: Jerin Jacob <jerinj at marvell.com>
> 
> 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 the existing VFIO/UIO based kernel driver scheme.
> 
> This patch also removes the deprecation notice for the same.
> 
> Signed-off-by: Jerin Jacob <jerinj at marvell.com>
> ---
>  doc/guides/rel_notes/deprecation.rst |  8 --------
>  drivers/bus/pci/linux/pci.c          | 25 +++----------------------
>  2 files changed, 3 insertions(+), 30 deletions(-)

I suggest adding a note in Removed Items:
http://git.dpdk.org/dpdk/tree/doc/guides/rel_notes/release_20_08.rst#n66





More information about the dev mailing list