DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: Tejasree Kondoj <ktejasree@marvell.com>
Cc: Jerin Jacob <jerinj@marvell.com>,
	Nithin Dabilpuram <ndabilpuram@marvell.com>,
	 Anoob Joseph <anoobj@marvell.com>, dpdk-dev <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] net/octeontx2: support Inline IPsec without MBUF_FAST_FREE offload
Date: Fri, 25 Jun 2021 20:07:43 +0530	[thread overview]
Message-ID: <CALBAE1Mh4iU7bNK4L9vUxoR4Sdt8s2jMDwp6kYQL6mNzQ=MN+Q@mail.gmail.com> (raw)
In-Reply-To: <20210512101143.7937-1-ktejasree@marvell.com>

On Wed, May 12, 2021 at 2:46 PM Tejasree Kondoj <ktejasree@marvell.com> wrote:
>
> Adding support for Inline IPsec without DEV_TX_OFFLOAD_MBUF_FAST_FREE.
>
> Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>

Reviewed-by: Jerin Jacob <jerinj@marvell.com>

Updated the git comments and

Applied to dpdk-next-net-mrvl/for-next-net. Thanks


> ---
>  drivers/net/octeontx2/otx2_ethdev_sec_tx.h | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/octeontx2/otx2_ethdev_sec_tx.h b/drivers/net/octeontx2/otx2_ethdev_sec_tx.h
> index c8eae3d628..623a2a841e 100644
> --- a/drivers/net/octeontx2/otx2_ethdev_sec_tx.h
> +++ b/drivers/net/octeontx2/otx2_ethdev_sec_tx.h
> @@ -59,8 +59,7 @@ otx2_sec_event_tx(uint64_t base, struct rte_event *ev, struct rte_mbuf *m,
>         sa = &sess->out_sa;
>
>         RTE_ASSERT(sess->cpt_lmtline != NULL);
> -       RTE_ASSERT(!(offload_flags & (NIX_TX_OFFLOAD_MBUF_NOFF_F |
> -                                     NIX_TX_OFFLOAD_VLAN_QINQ_F)));
> +       RTE_ASSERT(!(offload_flags & NIX_TX_OFFLOAD_VLAN_QINQ_F));
>
>         dlen = rte_pktmbuf_pkt_len(m) + sizeof(*hdr) - RTE_ETHER_HDR_LEN;
>         rlen = otx2_ipsec_fp_out_rlen_get(sess, dlen - sizeof(*hdr));
> @@ -135,6 +134,8 @@ otx2_sec_event_tx(uint64_t base, struct rte_event *ev, struct rte_mbuf *m,
>         sd->nix_hdr.w0.sizem1 = 1;
>         sd->nix_hdr.w0.total = rte_pktmbuf_data_len(m);
>         sd->nix_hdr.w0.aura = npa_lf_aura_handle_to_aura(m->pool->pool_id);
> +       if (offload_flags & NIX_TX_OFFLOAD_MBUF_NOFF_F)
> +               sd->nix_hdr.w0.df = otx2_nix_prefree_seg(m);
>
>         sd->nix_sg.u = 0;
>         sd->nix_sg.subdc = NIX_SUBDC_SG;
> --
> 2.27.0
>

      reply	other threads:[~2021-06-25 14:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-12 10:11 Tejasree Kondoj
2021-06-25 14:37 ` Jerin Jacob [this message]

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='CALBAE1Mh4iU7bNK4L9vUxoR4Sdt8s2jMDwp6kYQL6mNzQ=MN+Q@mail.gmail.com' \
    --to=jerinjacobk@gmail.com \
    --cc=anoobj@marvell.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=ktejasree@marvell.com \
    --cc=ndabilpuram@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).