Skip to content

Commit

Permalink
net/liquidio: removed LiquidIO ethdev driver
Browse files Browse the repository at this point in the history
The LiquidIO product line has been substituted with CN9K/CN10K
OCTEON product line smart NICs located at drivers/net/octeon_ep/.

DPDK 20.08 has categorized the LiquidIO driver as UNMAINTAINED
because of the absence of updates in the driver.

Due to the above reasons, the driver removed from DPDK 23.07.

Also removed deprecation notice entry for the removal in
doc/guides/rel_notes/deprecation.rst.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: 0-day Robot <robot@bytheb.org>
  • Loading branch information
jerinjacobk authored and ovsrobot committed Apr 28, 2023
1 parent d034467 commit 61bc16b
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 7,156 deletions.
8 changes: 0 additions & 8 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -681,14 +681,6 @@ F: drivers/net/thunderx/
F: doc/guides/nics/thunderx.rst
F: doc/guides/nics/features/thunderx.ini

Cavium LiquidIO - UNMAINTAINED
M: Shijith Thotton <sthotton@marvell.com>
M: Srisivasubramanian Srinivasan <srinivasan@marvell.com>
T: git://dpdk.org/next/dpdk-next-net-mrvl
F: drivers/net/liquidio/
F: doc/guides/nics/liquidio.rst
F: doc/guides/nics/features/liquidio.ini

Cavium OCTEON TX
M: Harman Kalra <hkalra@marvell.com>
T: git://dpdk.org/next/dpdk-next-net-mrvl
Expand Down
29 changes: 0 additions & 29 deletions doc/guides/nics/features/liquidio.ini

This file was deleted.

1 change: 0 additions & 1 deletion doc/guides/nics/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Network Interface Controller Drivers
ipn3ke
ixgbe
kni
liquidio
mana
memif
mlx4
Expand Down
169 changes: 0 additions & 169 deletions doc/guides/nics/liquidio.rst

This file was deleted.

7 changes: 0 additions & 7 deletions doc/guides/rel_notes/deprecation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ Deprecation Notices
* net/bnx2x: Starting from DPDK 23.07, the Marvell QLogic bnx2x driver will be removed.
This decision has been made to alleviate the burden of maintaining a discontinued product.

* 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 20.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.

* cryptodev: The function ``rte_cryptodev_cb_fn`` will be updated
to have another parameter ``qp_id`` to return the queue pair ID
which got error interrupt to the application,
Expand Down
9 changes: 1 addition & 8 deletions doc/guides/rel_notes/release_23_07.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,7 @@ New Features
Removed Items
-------------

.. This section should contain removed items in this release. Sample format:
* Add a short 1-2 sentence description of the removed item
in the past tense.
This section is a comment. Do not overwrite or remove it.
Also, make sure to start the actual text at the margin.
=======================================================
* Removed LiquidIO ethdev driver located at ``drivers/net/liquidio/``


API Changes
Expand Down
Loading

0 comments on commit 61bc16b

Please sign in to comment.