On Wed, Jun 17, 2020 at 3:09 AM Thomas Monjalon <[email protected]> wrote: > > 10/06/2020 13:50, [email protected]: > > From: Jerin Jacob <[email protected]> > > > > 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 <[email protected]> > > --- > > 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. > > >

