Skip to content

Commit

Permalink
net/liquidio: remove 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 and skipped removed
driver file in ABI check in devtools/libabigail.abignore.

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 May 8, 2023
1 parent d034467 commit f056c7b
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 7,148 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
1 change: 1 addition & 0 deletions devtools/libabigail.abignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
;
; SKIP_LIBRARY=librte_common_mlx5_glue
; SKIP_LIBRARY=librte_net_mlx4_glue
; SKIP_LIBRARY=librte_net_liquidio

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Experimental APIs exceptions ;
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
2 changes: 2 additions & 0 deletions doc/guides/rel_notes/release_23_07.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Removed Items
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 f056c7b

Please sign in to comment.