DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: Nithin Dabilpuram <ndabilpuram@marvell.com>
Cc: Kiran Kumar K <kirankumark@marvell.com>,
	Sunil Kumar Kori <skori@marvell.com>,
	 Satha Rao <skoteshwar@marvell.com>,
	jerinj@marvell.com, dev@dpdk.org,
	 Akhil Goyal <gakhil@marvell.com>
Subject: Re: [PATCH 3/3] common/cnxk: update minimum size of packet
Date: Fri, 16 Jun 2023 06:54:10 +0530	[thread overview]
Message-ID: <CALBAE1PNNvhmJ9UK_ch5JMs=b_xL9r-JY0Comi0B87FEsjySLw@mail.gmail.com> (raw)
In-Reply-To: <20230615130924.828208-3-ndabilpuram@marvell.com>

On Thu, Jun 15, 2023 at 6:40 PM Nithin Dabilpuram
<ndabilpuram@marvell.com> wrote:
>
> From: Akhil Goyal <gakhil@marvell.com>
>
> In case of MACsec, short packets may also come,
> hence reduced the minimum packet size to 40B.
>
> Signed-off-by: Akhil Goyal <gakhil@marvell.com>

Series applied to dpdk-next-net-mrvl/for-next-net. Thanks.


> ---
>  drivers/common/cnxk/hw/nix.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/common/cnxk/hw/nix.h b/drivers/common/cnxk/hw/nix.h
> index fbdf1b64f6..26dcda680e 100644
> --- a/drivers/common/cnxk/hw/nix.h
> +++ b/drivers/common/cnxk/hw/nix.h
> @@ -2128,7 +2128,7 @@ struct nix_lso_format {
>  #define NIX_SDP_MAX_HW_FRS  65535UL
>  #define NIX_SDP_16K_HW_FRS  16380UL
>  #define NIX_RPM_MAX_HW_FRS  16380UL
> -#define NIX_MIN_HW_FRS     60UL
> +#define NIX_MIN_HW_FRS     40UL
>
>  /** NIX policer rate limits */
>  #define NIX_BPF_MAX_RATE_DIV_EXP  12
> --
> 2.25.1
>

      reply	other threads:[~2023-06-16  1:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-15 13:09 [PATCH 1/3] net/cnxk: fix incorrect check cookies with security offload Nithin Dabilpuram
2023-06-15 13:09 ` [PATCH 2/3] net/cnxk: support backpressure on SPB pool Nithin Dabilpuram
2023-06-15 13:09 ` [PATCH 3/3] common/cnxk: update minimum size of packet Nithin Dabilpuram
2023-06-16  1:24   ` 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='CALBAE1PNNvhmJ9UK_ch5JMs=b_xL9r-JY0Comi0B87FEsjySLw@mail.gmail.com' \
    --to=jerinjacobk@gmail.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.com \
    --cc=jerinj@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@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).