From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A19B842CD2; Fri, 16 Jun 2023 03:24:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2C8FB40DDB; Fri, 16 Jun 2023 03:24:38 +0200 (CEST) Received: from mail-qt1-f178.google.com (mail-qt1-f178.google.com [209.85.160.178]) by mails.dpdk.org (Postfix) with ESMTP id B6DBA4021E for ; Fri, 16 Jun 2023 03:24:36 +0200 (CEST) Received: by mail-qt1-f178.google.com with SMTP id d75a77b69052e-3f9e33a3d3fso2166561cf.1 for ; Thu, 15 Jun 2023 18:24:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686878676; x=1689470676; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=YxZ5lcwHvP54gwth0b/oY3fd7JqHe5VeRGij6JsIwn0=; b=Yr6THvqXtyDHknLLHWgkJlVgKqaBtpI5YdOfWrRr2F3GzTS9+cWy3G/4yrSCegQWpd Pv+GPdxjySElL3FmbhjtdpfpN3FYEQDVBlFosU7MiRiVqGGonaQDyqkjbJdhToy7lOte N5IrYD/tFpiQXvkD3XDSoztYJoYOxiP9DiZcDhMEwJL5dQcC8+ZRm4IZ/h+CUzf7lqSH nKzz7ewPzQc7Ah3DBhD2OGjG5M2+mU/3ix/adfSNSgoXza0rYSKTGt1SGz3redODSz0O GcErvDMrmzULzpzvlWhJfj3NPzQlH8DOKl3HghwH0bgfyJSiSuytiH62npLMaoSuL8bo sZ8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686878676; x=1689470676; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=YxZ5lcwHvP54gwth0b/oY3fd7JqHe5VeRGij6JsIwn0=; b=chIiyqx9/Fo6A8Xi03BlwkGdKohy0ch+LQiHuSIFDrR2/KLRy8aNyxsPY5HRJ0391c 8Rl2rLh/NqIFbafpg1S+Ofe7cht80Lk3iDYSSw+mzFSbm5SdK0u/7GXPbBjvuxr/IVme UxON5u9j9P/AJOHdDL0D2gmp0s2zrLBC8GJ+nEAjJedd4Ej2bh6Ow9xFrWrepnvAeinz KhmaNqv2CwTLrw+KgWV6DGa4YdT2nPZ1tOxwZkCVrrUDnoHIws6jXXR4qZu9shnFXcI0 XV+JZcVM1v+5HZIw21jU1DpAyufalwJcE/XigUpZDOTCyKDLYmZegjiXsKy+6F7WOHHG Dicg== X-Gm-Message-State: AC+VfDxDrtWMhraPEqsXVEkp1ig7gAD7l6c/VPxWQuHX8DDxa9kjeYff 7PrsheTX4ssmHw1VZzLhQE59X040PNMTHfzeIxo= X-Google-Smtp-Source: ACHHUZ5/PXIdCcZKwPghUgr9W3mKhqNa+wxxvDttOYSrFKlAkoxIxHpFVnoGAKkm55YmWEFjZqlkRcP5F1NLDKFIVBI= X-Received: by 2002:ac8:5916:0:b0:3f6:b1ad:97e with SMTP id 22-20020ac85916000000b003f6b1ad097emr1234954qty.7.1686878675975; Thu, 15 Jun 2023 18:24:35 -0700 (PDT) MIME-Version: 1.0 References: <20230615130924.828208-1-ndabilpuram@marvell.com> <20230615130924.828208-3-ndabilpuram@marvell.com> In-Reply-To: <20230615130924.828208-3-ndabilpuram@marvell.com> From: Jerin Jacob Date: Fri, 16 Jun 2023 06:54:10 +0530 Message-ID: Subject: Re: [PATCH 3/3] common/cnxk: update minimum size of packet To: Nithin Dabilpuram Cc: Kiran Kumar K , Sunil Kumar Kori , Satha Rao , jerinj@marvell.com, dev@dpdk.org, Akhil Goyal Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Thu, Jun 15, 2023 at 6:40=E2=80=AFPM Nithin Dabilpuram wrote: > > From: Akhil Goyal > > In case of MACsec, short packets may also come, > hence reduced the minimum packet size to 40B. > > Signed-off-by: Akhil Goyal 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 >