On Wed, Jun 17, 2020 at 3:09 AM Thomas Monjalon <tho...@monjalon.net> wrote: > > 10/06/2020 13:50, jer...@marvell.com: > > From: Jerin Jacob <jer...@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 <jer...@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. > > >