[PATCH 2/5] net/cnxk: support of Rx inject
Jerin Jacob
jerinjacobk at gmail.com
Thu Feb 22 09:55:09 CET 2024
On Fri, Jan 19, 2024 at 11:27 AM Rahul Bhansali <rbhansali at marvell.com> wrote:
>
> Add Rx inject security callback APIs to configure, inject
> packet to CPT and receive back as in receive path.
> Devargs "rx_inj_ena=1" will be required to enable the
> inline IPsec Rx inject feature. If inline device is used
> then this devarg will be required for both inline device
> and eth device.
>
> Signed-off-by: Rahul Bhansali <rbhansali at marvell.com>
> ---
> doc/guides/nics/cnxk.rst | 27 +++
Please update release note. i.e Add one line under "Updated Marvell
cnxk net driver " in "doc/guides/rel_notes/release_24_03.rst.
> drivers/net/cnxk/cn10k_ethdev.c | 4 +
> drivers/net/cnxk/cn10k_ethdev_sec.c | 48 +++++
> drivers/net/cnxk/cn10k_rx.h | 241 ++++++++++++++++++++++++-
> drivers/net/cnxk/cn10k_rxtx.h | 57 ++++++
> drivers/net/cnxk/cn10k_tx.h | 57 ------
> drivers/net/cnxk/cnxk_ethdev.h | 3 +
> drivers/net/cnxk/cnxk_ethdev_devargs.c | 8 +-
> drivers/net/cnxk/cnxk_ethdev_dp.h | 8 +
> drivers/net/cnxk/cnxk_ethdev_sec.c | 21 ++-
> 10 files changed, 405 insertions(+), 69 deletions(-)
More information about the dev
mailing list