Re: [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe

2020-05-26 Thread Thomas Monjalon
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, jer...@marvell.com wrote: > > > From: Jerin Jacob > > > > > > In order to optimize the DPDK PCI enumeration management, RTE_KDRV_NONE > > > based device driver probing will

Re: [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe

2020-05-26 Thread Olivier Matz
On Mon, May 25, 2020 at 10:20:29AM +0200, Maxime Coquelin wrote: > > > On 5/25/20 10:15 AM, jer...@marvell.com wrote: > > From: Jerin Jacob > > > > In order to optimize the DPDK PCI enumeration management, RTE_KDRV_NONE > > based device driver probing will be removed in v20.08. > > The legacy v

Re: [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe

2020-05-25 Thread Maxime Coquelin
On 5/25/20 10:15 AM, jer...@marvell.com wrote: > From: Jerin Jacob > > 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.

[dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe

2020-05-25 Thread jerinj
From: Jerin Jacob 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