From: Khadem Ullah <14pwcse1224@uetpeshawar.edu.pk>
To: ivan.malov@arknetworks.am
Cc: dsosnowski@nvidia.com, viacheslavo@nvidia.com, bingz@nvidia.com,
orika@nvidia.com, suanmingm@nvidia.com, matan@nvidia.com,
dev@dpdk.org, stable@dpdk.org
Subject: Re: [PATCH] net/mlx5: fix connection tracking state item validation
Date: Wed, 6 Aug 2025 04:51:42 -0400 [thread overview]
Message-ID: <20250806085142.739366-1-14pwcse1224@uetpeshawar.edu.pk> (raw)
In-Reply-To: <4a26fe30-fb35-f306-d0df-e935ba3a0a89@arknetworks.am>
Hi Ivan,
The multi-line block was not closed in brackets due to coding style.
Spec provides values to match (e.g. a given IPv4 address) in rte_flow rules.
Incase of the flowing rte_flow rule, spec provides in
mlx5_flow_dv_validate_item_aso_ct the conntrack state to be validated.
The following is a valid rule and it should be offloaded.
flow create 0 group 5 ingress pattern eth / ipv4 / tcp / conntrack is 1 / end actions queue index 5 / end
and the following is an invalid rule which should be rejected, as there is no conntract state corresponds to 10.
flow create 0 group 5 ingress pattern eth / ipv4 / tcp / conntrack is 10 / end actions queue index 5 / end
Please check https://doc.dpdk.org/guides-24.07/prog_guide/rte_flow.html#pattern-item
prev parent reply other threads:[~2025-08-06 8:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-05 13:23 Khadem Ullah
2025-08-05 14:44 ` Ivan Malov
2025-08-06 8:51 ` Khadem Ullah [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=20250806085142.739366-1-14pwcse1224@uetpeshawar.edu.pk \
--to=14pwcse1224@uetpeshawar.edu.pk \
--cc=bingz@nvidia.com \
--cc=dev@dpdk.org \
--cc=dsosnowski@nvidia.com \
--cc=ivan.malov@arknetworks.am \
--cc=matan@nvidia.com \
--cc=orika@nvidia.com \
--cc=stable@dpdk.org \
--cc=suanmingm@nvidia.com \
--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).