dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: announce the deprecation of legacy virtio support
@ 2020-05-23 14:07 jerinj
  2020-05-24 23:44 ` Thomas Monjalon
  2020-05-25  5:46 ` [dpdk-dev] [PATCH v2] doc: announce the removal " jerinj
  0 siblings, 2 replies; 10+ messages in thread
From: jerinj @ 2020-05-23 14:07 UTC (permalink / raw)
  To: dev, Ray Kinsella, Neil Horman, John McNamara, Marko Kovacevic
  Cc: thomas, Jerin Jacob, maxime.coquelin, david.marchand

From: Jerin Jacob <jerinj@marvell.com>

The legacy virtio is not architecture agnostics.
It relies on x86 IO port scheme support for its working.
The legacy virtio is only the consumer of RTE_KDRV_NONE in the DPDK
PCI subsystem. Legacy virtio deprecation will also optimize DPDK PCI
enumeration management as it does not need to probe RTE_KDRV_NONE based
devices anymore.

Deprecation is planned for v20.08 release.

More details at http://patches.dpdk.org/patch/69351/

Cc: maxime.coquelin@redhat.com
Cc: david.marchand@redhat.com
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
 doc/guides/rel_notes/deprecation.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index cf8b1eb7b..d2907e32f 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -107,3 +107,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.
+
+* virtio: The legacy virtio is not architecture agnostics.
+  It relies on x86 IO port scheme support for its working.
+  The legacy virtio is only the consumer of RTE_KDRV_NONE in DPDK PCI subsystem.
+  Legacy virtio deprecation will also optimize DPDK PCI enumeration management as
+  it does not need to probe RTE_KDRV_NONE based devices anymore.
+  Deprecation is planned for v20.08 release.
+  More details at http://patches.dpdk.org/patch/69351/
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: announce the deprecation of legacy virtio support
  2020-05-23 14:07 [dpdk-dev] [PATCH] doc: announce the deprecation of legacy virtio support jerinj
@ 2020-05-24 23:44 ` Thomas Monjalon
  2020-05-25  5:37   ` Jerin Jacob
  2020-05-25  5:46 ` [dpdk-dev] [PATCH v2] doc: announce the removal " jerinj
  1 sibling, 1 reply; 10+ messages in thread
From: Thomas Monjalon @ 2020-05-24 23:44 UTC (permalink / raw)
  To: Jerin Jacob
  Cc: dev, Ray Kinsella, Neil Horman, John McNamara, Marko Kovacevic,
	maxime.coquelin, david.marchand

23/05/2020 16:07, jerinj@marvell.com:
> From: Jerin Jacob <jerinj@marvell.com>
> 
> The legacy virtio is not architecture agnostics.
> It relies on x86 IO port scheme support for its working.
> The legacy virtio is only the consumer of RTE_KDRV_NONE in the DPDK
> PCI subsystem. Legacy virtio deprecation will also optimize DPDK PCI
> enumeration management as it does not need to probe RTE_KDRV_NONE based
> devices anymore.
> 
> Deprecation is planned for v20.08 release.
> 
> More details at http://patches.dpdk.org/patch/69351/
> 
> Cc: maxime.coquelin@redhat.com
> Cc: david.marchand@redhat.com
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> ---
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> +* virtio: The legacy virtio is not architecture agnostics.
> +  It relies on x86 IO port scheme support for its working.
> +  The legacy virtio is only the consumer of RTE_KDRV_NONE in DPDK PCI subsystem.
> +  Legacy virtio deprecation will also optimize DPDK PCI enumeration management as
> +  it does not need to probe RTE_KDRV_NONE based devices anymore.
> +  Deprecation is planned for v20.08 release.

What means deprecation exactly?
When the feature is going to be removed?

> +  More details at http://patches.dpdk.org/patch/69351/




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: announce the deprecation of legacy virtio support
  2020-05-24 23:44 ` Thomas Monjalon
@ 2020-05-25  5:37   ` Jerin Jacob
  0 siblings, 0 replies; 10+ messages in thread
From: Jerin Jacob @ 2020-05-25  5:37 UTC (permalink / raw)
  To: Thomas Monjalon
  Cc: Jerin Jacob, dpdk-dev, Ray Kinsella, Neil Horman, John McNamara,
	Marko Kovacevic, Maxime Coquelin, David Marchand

On Mon, May 25, 2020 at 5:14 AM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> 23/05/2020 16:07, jerinj@marvell.com:
> > From: Jerin Jacob <jerinj@marvell.com>
> >
> > The legacy virtio is not architecture agnostics.
> > It relies on x86 IO port scheme support for its working.
> > The legacy virtio is only the consumer of RTE_KDRV_NONE in the DPDK
> > PCI subsystem. Legacy virtio deprecation will also optimize DPDK PCI
> > enumeration management as it does not need to probe RTE_KDRV_NONE based
> > devices anymore.
> >
> > Deprecation is planned for v20.08 release.
> >
> > More details at http://patches.dpdk.org/patch/69351/
> >
> > Cc: maxime.coquelin@redhat.com
> > Cc: david.marchand@redhat.com
> > Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> > ---
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > +* virtio: The legacy virtio is not architecture agnostics.
> > +  It relies on x86 IO port scheme support for its working.
> > +  The legacy virtio is only the consumer of RTE_KDRV_NONE in DPDK PCI subsystem.
> > +  Legacy virtio deprecation will also optimize DPDK PCI enumeration management as
> > +  it does not need to probe RTE_KDRV_NONE based devices anymore.
> > +  Deprecation is planned for v20.08 release.
>
> What means deprecation exactly?
> When the feature is going to be removed?

I will change the wording. I think, we can target the removal in 20.11 release.

>
> > +  More details at http://patches.dpdk.org/patch/69351/
>
>
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [dpdk-dev] [PATCH v2] doc: announce the removal of legacy virtio support
  2020-05-23 14:07 [dpdk-dev] [PATCH] doc: announce the deprecation of legacy virtio support jerinj
  2020-05-24 23:44 ` Thomas Monjalon
@ 2020-05-25  5:46 ` jerinj
  2020-05-25  7:33   ` Maxime Coquelin
  2020-05-25  8:15   ` [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe jerinj
  1 sibling, 2 replies; 10+ messages in thread
From: jerinj @ 2020-05-25  5:46 UTC (permalink / raw)
  To: dev, Ray Kinsella, Neil Horman, John McNamara, Marko Kovacevic
  Cc: thomas, Jerin Jacob, maxime.coquelin, david.marchand

From: Jerin Jacob <jerinj@marvell.com>

The legacy virtio feature is not architecture agnostics.
It relies on x86 IO port scheme support for its working.

The legacy virtio is only the consumer of RTE_KDRV_NONE in DPDK PCI
subsystem. Legacy virtio removal will also optimize DPDK PCI enumeration
management as it does not need to probe RTE_KDRV_NONE based
devices anymore.

Legacy virtio feature removal is planned in the v20.11 release.

More details at http://patches.dpdk.org/patch/69351/

Cc: maxime.coquelin@redhat.com
Cc: david.marchand@redhat.com
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
 doc/guides/rel_notes/deprecation.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index cf8b1eb7b..79a03432c 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -107,3 +107,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.
+
+* virtio: The legacy virtio feature is not architecture agnostics.
+  It relies on x86 IO port scheme support for its working.
+  The legacy virtio is only the consumer of RTE_KDRV_NONE in DPDK PCI subsystem.
+  Legacy virtio removal will also optimize DPDK PCI enumeration management as
+  it does not need to probe RTE_KDRV_NONE based devices anymore.
+  Legacy virtio feature removal is planned in the v20.11 release.
+  More details at http://patches.dpdk.org/patch/69351/
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [dpdk-dev] [PATCH v2] doc: announce the removal of legacy virtio support
  2020-05-25  5:46 ` [dpdk-dev] [PATCH v2] doc: announce the removal " jerinj
@ 2020-05-25  7:33   ` Maxime Coquelin
  2020-05-25  7:52     ` Jerin Jacob
  2020-05-25  8:15   ` [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe jerinj
  1 sibling, 1 reply; 10+ messages in thread
From: Maxime Coquelin @ 2020-05-25  7:33 UTC (permalink / raw)
  To: jerinj, dev, Ray Kinsella, Neil Horman, John McNamara, Marko Kovacevic
  Cc: thomas, david.marchand

Hi Jerrin,

I think what was agreed wasn't to remove Legacy Virtio support,
but instead remove support for probing legacy Virtio devices when they
are not bound to any Kernel drivers.

It should still be possible to use these legacy Virtio devices when
bound to VFIO or UIO.

Regards,
Maximle

On 5/25/20 7:46 AM, jerinj@marvell.com wrote:
> From: Jerin Jacob <jerinj@marvell.com>
> 
> The legacy virtio feature is not architecture agnostics.
> It relies on x86 IO port scheme support for its working.
> 
> The legacy virtio is only the consumer of RTE_KDRV_NONE in DPDK PCI
> subsystem. Legacy virtio removal will also optimize DPDK PCI enumeration
> management as it does not need to probe RTE_KDRV_NONE based
> devices anymore.
> 
> Legacy virtio feature removal is planned in the v20.11 release.
> 
> More details at http://patches.dpdk.org/patch/69351/
> 
> Cc: maxime.coquelin@redhat.com
> Cc: david.marchand@redhat.com
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index cf8b1eb7b..79a03432c 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -107,3 +107,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.
> +
> +* virtio: The legacy virtio feature is not architecture agnostics.
> +  It relies on x86 IO port scheme support for its working.
> +  The legacy virtio is only the consumer of RTE_KDRV_NONE in DPDK PCI subsystem.
> +  Legacy virtio removal will also optimize DPDK PCI enumeration management as
> +  it does not need to probe RTE_KDRV_NONE based devices anymore.
> +  Legacy virtio feature removal is planned in the v20.11 release.
> +  More details at http://patches.dpdk.org/patch/69351/
> 


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [dpdk-dev] [PATCH v2] doc: announce the removal of legacy virtio support
  2020-05-25  7:33   ` Maxime Coquelin
@ 2020-05-25  7:52     ` Jerin Jacob
  0 siblings, 0 replies; 10+ messages in thread
From: Jerin Jacob @ 2020-05-25  7:52 UTC (permalink / raw)
  To: Maxime Coquelin
  Cc: Jerin Jacob, dpdk-dev, Ray Kinsella, Neil Horman, John McNamara,
	Marko Kovacevic, Thomas Monjalon, David Marchand

On Mon, May 25, 2020 at 1:03 PM Maxime Coquelin
<maxime.coquelin@redhat.com> wrote:
>
> Hi Jerrin,

Hi Maxime,

>
> I think what was agreed wasn't to remove Legacy Virtio support,
> but instead remove support for probing legacy Virtio devices when they
> are not bound to any Kernel drivers.
>
> It should still be possible to use these legacy Virtio devices when
> bound to VFIO or UIO.

I was not aware that legacy virtio can be used with VFIO or UIO.
I will send the v3.

>
> Regards,
> Maximle
>
> On 5/25/20 7:46 AM, jerinj@marvell.com wrote:
> > From: Jerin Jacob <jerinj@marvell.com>
> >
> > The legacy virtio feature is not architecture agnostics.
> > It relies on x86 IO port scheme support for its working.
> >
> > The legacy virtio is only the consumer of RTE_KDRV_NONE in DPDK PCI
> > subsystem. Legacy virtio removal will also optimize DPDK PCI enumeration
> > management as it does not need to probe RTE_KDRV_NONE based
> > devices anymore.
> >
> > Legacy virtio feature removal is planned in the v20.11 release.
> >
> > More details at http://patches.dpdk.org/patch/69351/
> >
> > Cc: maxime.coquelin@redhat.com
> > Cc: david.marchand@redhat.com
> > Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> > ---
> >  doc/guides/rel_notes/deprecation.rst | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> > index cf8b1eb7b..79a03432c 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -107,3 +107,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.
> > +
> > +* virtio: The legacy virtio feature is not architecture agnostics.
> > +  It relies on x86 IO port scheme support for its working.
> > +  The legacy virtio is only the consumer of RTE_KDRV_NONE in DPDK PCI subsystem.
> > +  Legacy virtio removal will also optimize DPDK PCI enumeration management as
> > +  it does not need to probe RTE_KDRV_NONE based devices anymore.
> > +  Legacy virtio feature removal is planned in the v20.11 release.
> > +  More details at http://patches.dpdk.org/patch/69351/
> >
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe
  2020-05-25  5:46 ` [dpdk-dev] [PATCH v2] doc: announce the removal " jerinj
  2020-05-25  7:33   ` Maxime Coquelin
@ 2020-05-25  8:15   ` jerinj
  2020-05-25  8:20     ` Maxime Coquelin
  1 sibling, 1 reply; 10+ messages in thread
From: jerinj @ 2020-05-25  8:15 UTC (permalink / raw)
  To: dev, Ray Kinsella, Neil Horman, John McNamara, Marko Kovacevic
  Cc: thomas, Jerin Jacob, maxime.coquelin, david.marchand

From: Jerin Jacob <jerinj@marvell.com>

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/

Cc: maxime.coquelin@redhat.com
Cc: david.marchand@redhat.com
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
 doc/guides/rel_notes/deprecation.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 2d11bae93..c7fb368ff 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -132,3 +132,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 http://patches.dpdk.org/patch/69351/
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe
  2020-05-25  8:15   ` [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe jerinj
@ 2020-05-25  8:20     ` Maxime Coquelin
  2020-05-26 14:44       ` Olivier Matz
  0 siblings, 1 reply; 10+ messages in thread
From: Maxime Coquelin @ 2020-05-25  8:20 UTC (permalink / raw)
  To: jerinj, dev, Ray Kinsella, Neil Horman, John McNamara, Marko Kovacevic
  Cc: thomas, david.marchand



On 5/25/20 10:15 AM, jerinj@marvell.com wrote:
> From: Jerin Jacob <jerinj@marvell.com>
> 
> 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/
> 
> Cc: maxime.coquelin@redhat.com
> Cc: david.marchand@redhat.com
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 2d11bae93..c7fb368ff 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -132,3 +132,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 http://patches.dpdk.org/patch/69351/
> 

Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe
  2020-05-25  8:20     ` Maxime Coquelin
@ 2020-05-26 14:44       ` Olivier Matz
  2020-05-26 15:04         ` Thomas Monjalon
  0 siblings, 1 reply; 10+ messages in thread
From: Olivier Matz @ 2020-05-26 14:44 UTC (permalink / raw)
  To: Maxime Coquelin
  Cc: jerinj, dev, Ray Kinsella, Neil Horman, John McNamara,
	Marko Kovacevic, thomas, david.marchand

On Mon, May 25, 2020 at 10:20:29AM +0200, Maxime Coquelin wrote:
> 
> 
> On 5/25/20 10:15 AM, jerinj@marvell.com wrote:
> > From: Jerin Jacob <jerinj@marvell.com>
> > 
> > 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/
> > 
> > Cc: maxime.coquelin@redhat.com
> > Cc: david.marchand@redhat.com
> > Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> > ---
> >  doc/guides/rel_notes/deprecation.rst | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> > 
> > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> > index 2d11bae93..c7fb368ff 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -132,3 +132,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 http://patches.dpdk.org/patch/69351/
> > 
> 
> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Acked-by: Olivier Matz <olivier.matz@6wind.com>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe
  2020-05-26 14:44       ` Olivier Matz
@ 2020-05-26 15:04         ` Thomas Monjalon
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Monjalon @ 2020-05-26 15:04 UTC (permalink / raw)
  To: jerinj
  Cc: Maxime Coquelin, Olivier Matz, dev, Ray Kinsella, Neil Horman,
	John McNamara, Marko Kovacevic, david.marchand

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, jerinj@marvell.com wrote:
> > > From: Jerin Jacob <jerinj@marvell.com>
> > > 
> > > 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 <maxime.coquelin@redhat.com>
> 
> Acked-by: Olivier Matz <olivier.matz@6wind.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>

Applied, thanks



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-05-26 15:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-23 14:07 [dpdk-dev] [PATCH] doc: announce the deprecation of legacy virtio support jerinj
2020-05-24 23:44 ` Thomas Monjalon
2020-05-25  5:37   ` Jerin Jacob
2020-05-25  5:46 ` [dpdk-dev] [PATCH v2] doc: announce the removal " jerinj
2020-05-25  7:33   ` Maxime Coquelin
2020-05-25  7:52     ` Jerin Jacob
2020-05-25  8:15   ` [dpdk-dev] [PATCH v3] doc: announce the removal of RTE_KDRV_NONE based probe jerinj
2020-05-25  8:20     ` Maxime Coquelin
2020-05-26 14:44       ` Olivier Matz
2020-05-26 15:04         ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).