26/05/2020 16:44, Olivier Matz: > On Mon, May 25, 2020 at 10:20:29AM +0200, Maxime Coquelin wrote: > > On 5/25/20 10:15 AM, [email protected] wrote: > > > From: Jerin Jacob <[email protected]> > > > > > > In order to optimize the DPDK PCI enumeration management, RTE_KDRV_NONE > > > based device driver probing will be removed in v20.08. > > > The legacy virtio is the only consumer of RTE_KDRV_NONE based > > > device driver probe scheme. > > > The legacy virtio support will be available through existing VFIO/UIO > > > based kernel driver scheme. > > > More details at http://patches.dpdk.org/patch/69351/ [...] > > > --- a/doc/guides/rel_notes/deprecation.rst > > > +++ b/doc/guides/rel_notes/deprecation.rst > > > +* pci: Remove ``RTE_KDRV_NONE`` based device driver probing. > > > + In order to optimize the DPDK PCI enumeration management, > > > ``RTE_KDRV_NONE`` > > > + based device driver probing will be removed in v20.08. > > > + 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. > > > + More details at http://patches.dpdk.org/patch/69351/ > > > > > > > Acked-by: Maxime Coquelin <[email protected]> > > Acked-by: Olivier Matz <[email protected]>
Acked-by: Thomas Monjalon <[email protected]> Applied, thanks

