From: Bing Zhao <bingz@nvidia.com>
To: Dariusz Sosnowski <dsosnowski@nvidia.com>,
Slava Ovsiienko <viacheslavo@nvidia.com>,
Ori Kam <orika@nvidia.com>, Suanming Mou <suanmingm@nvidia.com>,
Matan Azrad <matan@nvidia.com>,
Stephen Hemminger <stephen@networkplumber.org>
Cc: "dev@dpdk.org" <dev@dpdk.org>,
"NBU-Contact-Thomas Monjalon (EXTERNAL)" <thomas@monjalon.net>,
Raslan Darawsheh <rasland@nvidia.com>
Subject: RE: [PATCH] net/mlx5: document IP fragment matching limitations
Date: Mon, 21 Jul 2025 06:34:30 +0000 [thread overview]
Message-ID: <PH7PR12MB6905B257D633E5E0C07286B8D05DA@PH7PR12MB6905.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20250718115156.1220403-1-dsosnowski@nvidia.com>
Hi,
@Stephen Hemminger, we don't know other NICs behavior. If all NICs behave the same, maybe the limitation can be considered to move to the common part.
> -----Original Message-----
> From: Dariusz Sosnowski <dsosnowski@nvidia.com>
> Sent: Friday, July 18, 2025 7:52 PM
> To: Slava Ovsiienko <viacheslavo@nvidia.com>; Bing Zhao
> <bingz@nvidia.com>; Ori Kam <orika@nvidia.com>; Suanming Mou
> <suanmingm@nvidia.com>; Matan Azrad <matan@nvidia.com>
> Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon (EXTERNAL)
> <thomas@monjalon.net>; Raslan Darawsheh <rasland@nvidia.com>
> Subject: [PATCH] net/mlx5: document IP fragment matching limitations
>
> NVIDIA NICs do not support matching on packet headers appearing after IP
> header if the received packet is an IP fragment.
> This patch updates the relevant documentation.
>
> Bugzilla ID: 1417
>
> Signed-off-by: Dariusz Sosnowski <dsosnowski@nvidia.com>
> ---
> Depends-on: series-35735 ("rework mlx5 guide")
>
> FYI - I added Bugzilla ticket ID just for reference.
> Patch does not resolve the issue, just adds missing documentation for
> existing limitation.
>
> doc/guides/nics/mlx5.rst | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index
> f29408eace..f58fea106a 100644
> --- a/doc/guides/nics/mlx5.rst
> +++ b/doc/guides/nics/mlx5.rst
> @@ -3305,6 +3305,13 @@ Limitations
>
> #. IP-in-IP is not supported with :ref:`HW steering <mlx5_hws>`.
>
> +#. Matching on packet headers appearing after an IP header is not
> supported
> + if that packet is an IP fragment:
> +
> + - For example: If a flow rule with pattern matching on L4 header
> contents is created,
> + and the first IP fragment is received,
> + then this IP fragment will miss on that flow rule.
> +
>
> .. _mlx5_nat64:
>
> --
> 2.39.5
Acked-by: Bing Zhao <bingz@nvidia.com>
Thanks
prev parent reply other threads:[~2025-07-21 6:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-18 11:51 Dariusz Sosnowski
2025-07-18 15:18 ` Stephen Hemminger
2025-07-21 6:34 ` Bing Zhao [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=PH7PR12MB6905B257D633E5E0C07286B8D05DA@PH7PR12MB6905.namprd12.prod.outlook.com \
--to=bingz@nvidia.com \
--cc=dev@dpdk.org \
--cc=dsosnowski@nvidia.com \
--cc=matan@nvidia.com \
--cc=orika@nvidia.com \
--cc=rasland@nvidia.com \
--cc=stephen@networkplumber.org \
--cc=suanmingm@nvidia.com \
--cc=thomas@monjalon.net \
--cc=viacheslavo@nvidia.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).