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

Jerin Jacob jerinjacobk at gmail.com
Wed Jun 24 10:53:51 CEST 2020


On Wed, Jun 17, 2020 at 3:09 AM Thomas Monjalon <thomas at monjalon.net> wrote:
>
> 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

Sure. I will send the v2.

>
>
>


More information about the dev mailing list