DPDK patches and discussions
 help / color / mirror / Atom feed
From: Hemant Agrawal <hemant.agrawal@oss.nxp.com>
To: Prashant Gupta <prashant.gupta_3@nxp.com>,
	dev@dpdk.org, stephen@networkplumber.org,
	david.marchand@redhat.com
Cc: stable@dpdk.org, Brick Yang <brick.yang@nxp.com>
Subject: Re: [PATCH 04/15] net/dpaa2: fix to recv packets with additional parse errors
Date: Wed, 15 Oct 2025 21:05:56 +0530	[thread overview]
Message-ID: <07f30dcc-aef3-48f4-9ff7-6232882e2d47@oss.nxp.com> (raw)
In-Reply-To: <20251014064035.1312896-5-prashant.gupta_3@nxp.com>


On 14-10-2025 12:10, Prashant Gupta wrote:
> [Some people who received this message don't often get email from prashant.gupta_3@nxp.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> From: Brick Yang <brick.yang@nxp.com>
>
> Also receive packets with HW parser length errors.
> Thus this option allow to let HW drop packets for any kind of parser
> errors.
You meant *not drop*  ?
> Fixes: 4690a6114ff6 ("net/dpaa2: enable error queues optionally")
> Cc: stable@dpdk.org
>
> Signed-off-by: Brick Yang <brick.yang@nxp.com>
> ---
>   drivers/net/dpaa2/dpaa2_ethdev.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethdev.c
> index 41678ce09b..0fd577c448 100644
> --- a/drivers/net/dpaa2/dpaa2_ethdev.c
> +++ b/drivers/net/dpaa2/dpaa2_ethdev.c
> @@ -1240,7 +1240,7 @@ dpaa2_dev_start(struct rte_eth_dev *dev)
>                  err_cfg.errors = DPNI_ERROR_L3CE | DPNI_ERROR_L4CE;
>
>                  /* if packet with parse error are not to be dropped */
> -               err_cfg.errors |= DPNI_ERROR_PHE;
> +               err_cfg.errors |= DPNI_ERROR_PHE | DPNI_ERROR_BLE;
>
>                  err_cfg.error_action = DPNI_ERROR_ACTION_CONTINUE;
>          }
> --
> 2.43.0
>

  reply	other threads:[~2025-10-15 15:36 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-14  6:40 [PATCH 00/15] dpaa2: Fixes and enhancements for DPMAC, stats, and parser Prashant Gupta
2025-10-14  6:40 ` [PATCH 01/15] net/dpaa2: fix uninitialized variable issue Prashant Gupta
2025-10-14  6:40 ` [PATCH 02/15] net/dpaa2: fix to free buffers from error queue Prashant Gupta
2025-10-14  6:40 ` [PATCH 03/15] net/dpaa2: fix L3/L4 csum results in packet parse Prashant Gupta
2025-10-15 15:34   ` Hemant Agrawal
2025-10-14  6:40 ` [PATCH 04/15] net/dpaa2: fix to recv packets with additional parse errors Prashant Gupta
2025-10-15 15:35   ` Hemant Agrawal [this message]
2025-10-14  6:40 ` [PATCH 05/15] net/dpaa2: fix error frame dump issue Prashant Gupta
2025-10-14  6:40 ` [PATCH 06/15] net/dpaa2: fix flow rule's resizing issue Prashant Gupta
2025-10-14  6:40 ` [PATCH 07/15] net/dpaa2: add dpmac MC header file Prashant Gupta
2025-10-14  6:40 ` [PATCH 08/15] net/dpaa2: support dpmac counters in stats Prashant Gupta
2025-10-14  6:40 ` [PATCH 09/15] net/dpaa2: setup the speed cap based on the actual MAC Prashant Gupta
2025-10-14  6:40 ` [PATCH 10/15] drivers: dpaa2 upgrade fslmc base FW to 10.39.0 Prashant Gupta
2025-10-15 15:38   ` Hemant Agrawal
2025-10-14  6:40 ` [PATCH 11/15] net/dpaa2: replace global variable to driver flag Prashant Gupta
2025-10-14  6:40 ` [PATCH 12/15] net/dpaa2: add devargs to drop parse packets in HW Prashant Gupta
2025-10-14  6:40 ` [PATCH 13/15] net/dpaa2: optimize to prefetch next parser result Prashant Gupta
2025-10-14  6:40 ` [PATCH 14/15] net/dpaa2: add eCPRI header and message dump Prashant Gupta
2025-10-14  6:40 ` [PATCH 15/15] net/dpaa2: add Policer stats for each TC Prashant Gupta
  -- strict thread matches above, loose matches on Subject: below --
2025-10-14  6:00 [PATCH 00/15] dpaa2: Fixes and enhancements for DPMAC, stats, and parser Prashant Gupta
2025-10-14  6:00 ` [PATCH 04/15] net/dpaa2: fix to recv packets with additional parse errors Prashant Gupta

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=07f30dcc-aef3-48f4-9ff7-6232882e2d47@oss.nxp.com \
    --to=hemant.agrawal@oss.nxp.com \
    --cc=brick.yang@nxp.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=prashant.gupta_3@nxp.com \
    --cc=stable@dpdk.org \
    --cc=stephen@networkplumber.org \
    /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).