DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: deprecation notice to remove LiquidIO ethdev driver
@ 2023-03-09  7:07 jerinj
  2023-03-09 11:46 ` Ferruh Yigit
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: jerinj @ 2023-03-09  7:07 UTC (permalink / raw)
  To: dev
  Cc: thomas, david.marchand, sthotton, ferruh.yigit, andrew.rybchenko,
	Jerin Jacob

From: Jerin Jacob <jerinj@marvell.com>

The LiquidIO product line(drivers/net/liquidio) has been substituted with
CN9K/CN10K OCTEON product line smart NICs located in drivers/net/octeon_ep/.
DPDK v20.08 has categorized the LiquidIO driver as UNMAINTAINED
because of the absence of updates in the driver.
Due to the above reasons, the driver will be unavailable from DPDK 23.07.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
 doc/guides/rel_notes/deprecation.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 872847e938..eb6c3aedd8 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -135,3 +135,9 @@ Deprecation Notices
   Its removal has been postponed to let potential users report interest
   in maintaining it.
   In the absence of such interest, this library will be removed in DPDK 23.11.
+
+* net/liquidio: remove LiquidIO ethdev driver. The LiquidIO product line has been substituted
+  with CN9K/CN10K OCTEON product line smart NICs located in ``drivers/net/octeon_ep/``.
+  DPDK v20.08 has categorized the LiquidIO driver as UNMAINTAINED because of the absence of
+  updates in the driver. Due to the above reasons, the driver will be unavailable from DPDK 23.07.
+ 
-- 
2.39.2


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

* Re: [dpdk-dev] [PATCH] doc: deprecation notice to remove LiquidIO ethdev driver
  2023-03-09  7:07 [dpdk-dev] [PATCH] doc: deprecation notice to remove LiquidIO ethdev driver jerinj
@ 2023-03-09 11:46 ` Ferruh Yigit
  2023-03-30 12:46   ` Jerin Jacob
  2023-03-31 12:50 ` David Marchand
  2023-03-31 13:26 ` Thomas Monjalon
  2 siblings, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2023-03-09 11:46 UTC (permalink / raw)
  To: jerinj, dev; +Cc: thomas, david.marchand, sthotton, andrew.rybchenko

On 3/9/2023 7:07 AM, jerinj@marvell.com wrote:
> From: Jerin Jacob <jerinj@marvell.com>
> 
> The LiquidIO product line(drivers/net/liquidio) has been substituted with
> CN9K/CN10K OCTEON product line smart NICs located in drivers/net/octeon_ep/.
> DPDK v20.08 has categorized the LiquidIO driver as UNMAINTAINED
> because of the absence of updates in the driver.
> Due to the above reasons, the driver will be unavailable from DPDK 23.07.
> 
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 872847e938..eb6c3aedd8 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -135,3 +135,9 @@ Deprecation Notices
>    Its removal has been postponed to let potential users report interest
>    in maintaining it.
>    In the absence of such interest, this library will be removed in DPDK 23.11.
> +
> +* net/liquidio: remove LiquidIO ethdev driver. The LiquidIO product line has been substituted
> +  with CN9K/CN10K OCTEON product line smart NICs located in ``drivers/net/octeon_ep/``.
> +  DPDK v20.08 has categorized the LiquidIO driver as UNMAINTAINED because of the absence of
> +  updates in the driver. Due to the above reasons, the driver will be unavailable from DPDK 23.07.
> + 

Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>

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

* Re: [dpdk-dev] [PATCH] doc: deprecation notice to remove LiquidIO ethdev driver
  2023-03-09 11:46 ` Ferruh Yigit
@ 2023-03-30 12:46   ` Jerin Jacob
  0 siblings, 0 replies; 5+ messages in thread
From: Jerin Jacob @ 2023-03-30 12:46 UTC (permalink / raw)
  To: Ferruh Yigit
  Cc: jerinj, dev, thomas, david.marchand, sthotton, andrew.rybchenko

On Thu, Mar 9, 2023 at 5:16 PM Ferruh Yigit <ferruh.yigit@amd.com> wrote:
>
> On 3/9/2023 7:07 AM, jerinj@marvell.com wrote:
> > From: Jerin Jacob <jerinj@marvell.com>
> >
> > The LiquidIO product line(drivers/net/liquidio) has been substituted with
> > CN9K/CN10K OCTEON product line smart NICs located in drivers/net/octeon_ep/.
> > DPDK v20.08 has categorized the LiquidIO driver as UNMAINTAINED
> > because of the absence of updates in the driver.
> > Due to the above reasons, the driver will be unavailable from DPDK 23.07.
> >
> > Signed-off-by: Jerin Jacob <jerinj@marvell.com>
> > ---
> >  doc/guides/rel_notes/deprecation.rst | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> > index 872847e938..eb6c3aedd8 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -135,3 +135,9 @@ Deprecation Notices
> >    Its removal has been postponed to let potential users report interest
> >    in maintaining it.
> >    In the absence of such interest, this library will be removed in DPDK 23.11.
> > +
> > +* net/liquidio: remove LiquidIO ethdev driver. The LiquidIO product line has been substituted
> > +  with CN9K/CN10K OCTEON product line smart NICs located in ``drivers/net/octeon_ep/``.
> > +  DPDK v20.08 has categorized the LiquidIO driver as UNMAINTAINED because of the absence of
> > +  updates in the driver. Due to the above reasons, the driver will be unavailable from DPDK 23.07.
> > +
>
> Acked-by: Ferruh Yigit <ferruh.yigit@amd.com>

Ping for merge.

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

* Re: [dpdk-dev] [PATCH] doc: deprecation notice to remove LiquidIO ethdev driver
  2023-03-09  7:07 [dpdk-dev] [PATCH] doc: deprecation notice to remove LiquidIO ethdev driver jerinj
  2023-03-09 11:46 ` Ferruh Yigit
@ 2023-03-31 12:50 ` David Marchand
  2023-03-31 13:26 ` Thomas Monjalon
  2 siblings, 0 replies; 5+ messages in thread
From: David Marchand @ 2023-03-31 12:50 UTC (permalink / raw)
  To: jerinj; +Cc: dev, thomas, sthotton, ferruh.yigit, andrew.rybchenko

On Thu, Mar 9, 2023 at 8:07 AM <jerinj@marvell.com> wrote:
>
> The LiquidIO product line(drivers/net/liquidio) has been substituted with
> CN9K/CN10K OCTEON product line smart NICs located in drivers/net/octeon_ep/.
> DPDK v20.08 has categorized the LiquidIO driver as UNMAINTAINED
> because of the absence of updates in the driver.
> Due to the above reasons, the driver will be unavailable from DPDK 23.07.
>
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>

Acked-by: David Marchand <david.marchand@redhat.com>


-- 
David Marchand


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

* Re: [dpdk-dev] [PATCH] doc: deprecation notice to remove LiquidIO ethdev driver
  2023-03-09  7:07 [dpdk-dev] [PATCH] doc: deprecation notice to remove LiquidIO ethdev driver jerinj
  2023-03-09 11:46 ` Ferruh Yigit
  2023-03-31 12:50 ` David Marchand
@ 2023-03-31 13:26 ` Thomas Monjalon
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2023-03-31 13:26 UTC (permalink / raw)
  To: Jerin Jacob; +Cc: dev, david.marchand, sthotton, ferruh.yigit, andrew.rybchenko

09/03/2023 08:07, jerinj@marvell.com:
> From: Jerin Jacob <jerinj@marvell.com>
> 
> The LiquidIO product line(drivers/net/liquidio) has been substituted with
> CN9K/CN10K OCTEON product line smart NICs located in drivers/net/octeon_ep/.
> DPDK v20.08 has categorized the LiquidIO driver as UNMAINTAINED
> because of the absence of updates in the driver.
> Due to the above reasons, the driver will be unavailable from DPDK 23.07.
> 
> Signed-off-by: Jerin Jacob <jerinj@marvell.com>

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

Applied, thanks.



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

end of thread, other threads:[~2023-03-31 13:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-09  7:07 [dpdk-dev] [PATCH] doc: deprecation notice to remove LiquidIO ethdev driver jerinj
2023-03-09 11:46 ` Ferruh Yigit
2023-03-30 12:46   ` Jerin Jacob
2023-03-31 12:50 ` David Marchand
2023-03-31 13:26 ` 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).