DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: Rahul Bhansali <rbhansali@marvell.com>
Cc: dev@dpdk.org, Nithin Dabilpuram <ndabilpuram@marvell.com>,
	 Kiran Kumar K <kirankumark@marvell.com>,
	Sunil Kumar Kori <skori@marvell.com>,
	 Satha Rao <skoteshwar@marvell.com>
Subject: Re: [PATCH 2/5] net/cnxk: support of Rx inject
Date: Thu, 22 Feb 2024 14:25:09 +0530	[thread overview]
Message-ID: <CALBAE1P_9pOJ7KYT0KXVYOs86izfz7-N_vOqSJTP17ahA6YVAw@mail.gmail.com> (raw)
In-Reply-To: <20240119055721.1750399-2-rbhansali@marvell.com>

On Fri, Jan 19, 2024 at 11:27 AM Rahul Bhansali <rbhansali@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@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(-)

  reply	other threads:[~2024-02-22  8:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-19  5:57 [PATCH 1/5] common/cnxk: reserve CPT LF for " Rahul Bhansali
2024-01-19  5:57 ` [PATCH 2/5] net/cnxk: support of " Rahul Bhansali
2024-02-22  8:55   ` Jerin Jacob [this message]
2024-01-19  5:57 ` [PATCH 3/5] common/cnxk: fix for inline dev pointer check Rahul Bhansali
2024-01-19  5:57 ` [PATCH 4/5] net/cnxk: fix to add reassembly fast path flag Rahul Bhansali
2024-01-19  5:57 ` [PATCH 5/5] net/cnxk: select optimized LLC transaction type Rahul Bhansali
2024-02-22 10:07 ` [PATCH v2 1/5] common/cnxk: reserve CPT LF for Rx inject Rahul Bhansali
2024-02-22 10:07   ` [PATCH v2 2/5] net/cnxk: support of " Rahul Bhansali
2024-02-22 10:07   ` [PATCH v2 3/5] common/cnxk: fix for inline dev pointer check Rahul Bhansali
2024-02-22 10:07   ` [PATCH v2 4/5] net/cnxk: fix to add reassembly fast path flag Rahul Bhansali
2024-02-22 10:07   ` [PATCH v2 5/5] net/cnxk: select optimized LLC transaction type Rahul Bhansali
2024-02-23  9:04     ` Jerin Jacob

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CALBAE1P_9pOJ7KYT0KXVYOs86izfz7-N_vOqSJTP17ahA6YVAw@mail.gmail.com \
    --to=jerinjacobk@gmail.com \
    --cc=dev@dpdk.org \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@marvell.com \
    --cc=rbhansali@marvell.com \
    --cc=skori@marvell.com \
    --cc=skoteshwar@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).