doc: announce removal of non-kernel based PCI 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 existing VFIO/UIO
based kernel driver scheme.
More details at https://patches.dpdk.org/patch/69351/

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
Jerin Jacob 2020-05-25 13:45:41 +05:30 committed by Thomas Monjalon
parent 1adbb6421a
commit 96a4ca7d05

View File

@ -141,3 +141,11 @@ Deprecation Notices
Python 2 support will be completely removed in 20.11.
In 20.08, explicit deprecation warnings will be displayed when running
scripts with Python 2.
* 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 https://patches.dpdk.org/patch/69351/