Re: [PATCH] doc/mlx5: document firmware requirement for flex item

2025-07-16 Thread Khadem Ullah
00704), the following error was produced: port-0: flex item #3 creation failed: unsupported header length field mode (FIXED) After upgrading to firmware version 24.38.1002, the same configuration succeeded. Example flow after upgrade: testpmd> flow flex_item pattern 2 spec 450001020304 mask FF00 created pattern #2 testpmd> flow create 0 ingress pattern eth / ipv4 / udp / flex item is 3 pattern is 2 / end actions mark id 1 / queue index 0 / end Flow rule #0 created It appears this issue was resolved at the firmware level. Best regards, Khadem Ullah

Re: [PATCH] net/mlx5: fix crash when using meter in transfer flow

2025-07-16 Thread Khadem Ullah
encountered the segfault when testing this specific combination, but it seems the issue has been properly addressed now in the latest versions. Thanks for confirming! Best regards, Khadem Ullah

Re: [RFC v2 01/12] ethdev: allow start/stop from secondary process

2025-07-09 Thread Khadem Ullah
Does that means that the RSS of the secondary application can be also applied to the primary application, or in case of multiple instances on the same interface ? Best, Khadem On Wed, Jul 9, 2025, 22:36 Stephen Hemminger wrote: > Before this patch if secondary process called start/stop > it wou

[PATCH] doc/mlx5: document firmware requirement for flex item

2025-07-08 Thread Khadem Ullah
7; This is resolved starting from firmware version 24.38.1002. The patch adds a note to the mlx5 guide explaining the firmware requirement for such flex item configurations. Fixes: 16508bfd0816 ('net/mlx5: doc: add flex item specifications in mlx5 guide') Cc: sta...@dpdk.org Signed-

[PATCH] doc: clarify disabling AVX-512 when building on Haswell CPUs

2025-07-02 Thread Khadem Ullah
disable AVX-512 and target the Haswell architecture. Bugzilla ID: 1736 Cc: sta...@dpdk.org Signed-off-by: Khadem Ullah <14pwcse1...@uetpeshawar.edu.pk> --- doc/guides/linux_gsg/build_dpdk.rst | 22 ++ 1 file changed, 22 insertions(+) diff --git a/doc/guides/linux_gsg/bu

[PATCH] net/mlx5: fix crash when using meter in transfer flow

2025-07-02 Thread Khadem Ullah
ss pattern eth / ipv4 / end actions meter mtr_id 0 / end This patch ensures proper handling of the meter action with transfer rule to prevent this crash. Signed-off-by: Khadem Ullah <14pwcse1...@uetpeshawar.edu.pk> --- drivers/net/mlx5/mlx5_flow.c | 12 +++- 1 file change

Re: [PATCH v2] net/mlx5: fix segfault on indirect action age query with conntrack

2025-06-26 Thread Khadem Ullah
` going forward. Thanks again for the guidance and support. Best regards, Khadem Ullah On Thu, Jun 26, 2025, 18:33 Dariusz Sosnowski wrote: > Thank you very much for changes and detailed descriptions. > It helped a lot during review. > > Acked-by: Dariusz Sosnowski > > On Thu,

[PATCH v2] net/mlx5: fix segfault on indirect action age query with conntrack

2025-06-26 Thread Khadem Ullah
pattern eth / ipv4 / tcp / conntrack is 1 / end actions queue index 5 / end 5. Querying the first rule causes segfault: flow query 0 1 age Fixes: 2d084f69aa26 ("net/mlx5: add translation of connection tracking action") Cc: sta...@dpdk.org Signed-off-by: Khadem Ullah

[PATCH v2] net/mlx5: fix segfault on indirect action age query with conntrack

2025-06-26 Thread Khadem Ullah
pattern eth / ipv4 / tcp / conntrack is 1 / end actions queue index 5 / end 5. Querying the first rule causes segfault: flow query 0 1 age Fixes: 2d084f69aa26 ("net/mlx5: add translation of connection tracking action") Cc: sta...@dpdk.org Signed-off-by: Khadem Ullah

[PATCH] net/mlx5: fix segfault on indirect action age query with conntrack

2025-06-25 Thread Khadem Ullah
this crash. Signed-off-by: Khadem Ullah <14pwcse1...@uetpeshawar.edu.pk> --- .mailmap| 1 + drivers/net/mlx5/mlx5_flow.c| 2 ++ drivers/net/mlx5/mlx5_flow_dv.c | 5 + 3 files changed, 8 insertions(+) diff --git a/.mailmap b/.mailmap index 8483d96ec5..5c9e