[PATCH] doc: add tested platforms with NVIDIA NICs

2025-07-13 Thread Raslan Darawsheh
Add tested platforms with NVIDIA NICs to the 25.07 release notes. Signed-off-by: Raslan Darawsheh --- doc/guides/rel_notes/release_25_07.rst | 112 + 1 file changed, 112 insertions(+) diff --git a/doc/guides/rel_notes/release_25_07.rst b/doc/guides/rel_notes

Re: [PATCH v2] net/mlx5: fix out of order completions in ordinary Rx burst

2025-07-09 Thread Raslan Darawsheh
pport shared Rx queue") Cc: sta...@dpdk.org Signed-off-by: Viacheslav Ovsiienko --- v2: added Cc: stable --- Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: fix the queue length checking

2025-07-09 Thread Raslan Darawsheh
queue creation") Signed-off-by: Bing Zhao --- Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: fix decreasing the reference count of a Tx queue

2025-07-06 Thread Raslan Darawsheh
o Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: fix inline data size adjustment for Verbs API

2025-07-06 Thread Raslan Darawsheh
, Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: fix masked indirect age action validation

2025-07-06 Thread Raslan Darawsheh
Cc: michae...@nvidia.com Cc: sta...@dpdk.org Signed-off-by: Dariusz Sosnowski Acked-by: Bing Zhao Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: fix flag non-template rule cleanup

2025-06-10 Thread Raslan Darawsheh
pport flow rule update") Cc: sta...@dpdk.org Signed-off-by: Junfeng Guo Acked-by: Dariusz Sosnowski Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH v2] common/mlx5: use intrinsics instead of inline assembly

2025-06-10 Thread Raslan Darawsheh
ore 'volatile' The fix for (1) is to use compiler intrinsic __cpuid and for (2) intrinsic _InterlockedCompareExchange128 can be used. Signed-off-by: Andre Muezerie patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH v2] net/mlx5: fix hypervisor detection in VLAN workaround

2025-06-10 Thread Raslan Darawsheh
control flows. Do not trigger the workaround for unknown hypervisor type in non-x86 environments. Fixes: dfedf3e3f9d2 ("net/mlx5: add workaround for VLAN in virtual machine") Cc: sta...@dpdk.org Signed-off-by: Viacheslav Ovsiienko Patch applied to next-net-mlx, Kindest rega

Re: [PATCH v2] doc/guides: Mention needed kernel option for mlx5

2025-06-10 Thread Raslan Darawsheh
from version 6.3. +- Upstream Linux - from version 6.3. with CONFIG_NET_TC_SKB_EXT and CONFIG_MLX5_CLS_ACT enabled - Modules packaged in MLNX_OFED - from version v23.04-0.5.3.3. Configuration -- 2.39.2 Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: avoid setting kernel MTU if not needed

2025-06-10 Thread Raslan Darawsheh
: 10859ecf09c4 ("net/mlx5: fix MTU configuration") Cc: sta...@dpdk.org Signed-off-by: Maxime Coquelin Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH] common/mlx5: avoid warning about operation mixing different enum types

2025-06-04 Thread Raslan Darawsheh
warning The values in both enums indicate that this sort of mixed bit manipulation is intentional, so this patch just uses an explicit cast to avoid the warning. Signed-off-by: Andre Muezerie Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: use portable version of __builtin_ffsl

2025-06-04 Thread Raslan Darawsheh
, Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: avoid implicit conversion to 64 bits

2025-06-04 Thread Raslan Darawsheh
Depending on the situation, the fix is to do a 64-bit shift, or be explicit about the type conversion by adding a cast. Signed-off-by: Andre Muezerie Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH 1/1] net/mlx5: unresolved symbol mlx5_geneve_tlv_parser_create

2025-06-04 Thread Raslan Darawsheh
e Muezerie Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: optimize counters ID greneration logic

2025-06-04 Thread Raslan Darawsheh
Kozyrev Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: fix VLAN stripping on hairpin queues

2025-06-01 Thread Raslan Darawsheh
passing wrong object handle for hairpin queues. This patch fixes that. Fixes: e79c9be91515 ("net/mlx5: support Rx hairpin queues") Cc: sta...@dpdk.org Signed-off-by: Dariusz Sosnowski --- Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH 1/2] common/mlx5: read SWS capability bits

2025-05-27 Thread Raslan Darawsheh
Hi, On 27/05/2025 11:58 AM, Maayan Kashani wrote: Hi. Please revert this patch as it is causing a degradation(mark SWS as not supported while it is supported). Regards, Maayan Kashani as it's not pulled to main tree yet, dropping from next-net-mlx -- Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: align PF and VF/SF MAC addresses handling

2025-05-22 Thread Raslan Darawsheh
: Gavin Li --- Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: fix mark action value in shared Rx queue setup

2025-05-15 Thread Raslan Darawsheh
Viacheslav Ovsiienko Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: fix error notification for large patterns

2025-05-15 Thread Raslan Darawsheh
("net/mlx5: introduce HWS for non-template flow API") Signed-off-by: Gregory Etelson Acked-by: Dariusz Sosnowski Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH v2] net/mlx5: fix the maximal queue size query

2025-05-14 Thread Raslan Darawsheh
for signed/unsigned comparison in debug assert Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5/hws: fix send queue drain on FW WQE destroy

2025-05-13 Thread Raslan Darawsheh
h STE using gen WQE") Cc: sta...@dpdk.org Signed-off-by: Alex Vesker Signed-off-by: Maayan Kashani --- Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: fix flex tunnel validation

2025-05-12 Thread Raslan Darawsheh
y: Dariusz Sosnowski Acked-by: Viacheslav Ovsiienko --- Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: fix support for meter flow action in HWS

2025-05-12 Thread Raslan Darawsheh
ned-off-by: Gregory Etelson Acked-by: Dariusz Sosnowski --- Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: add match on IPv6 fragment extension header

2025-05-12 Thread Raslan Darawsheh
Hi, On 27/04/2025 2:25 PM, Maayan Kashani wrote: Add HWS support for IPv6 fragment extension header matching for HWS. Supported field is next_header. Signed-off-by: Maayan Kashani Acked-by: Dariusz Sosnowski - Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh

Re: [PATCH 1/2] net/mlx5: non template - fix validation for GENEVE options

2025-05-12 Thread Raslan Darawsheh
-template rule. The parser will be created later during rule create. Fixes: 80c676259a04 ("net/mlx5: validate HWS template items") Cc: sta...@dpdk.org Signed-off-by: Maayan Kashani Acked-by: Bing Zhao Series applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH 1/2] common/mlx5: read SWS capability bits

2025-05-12 Thread Raslan Darawsheh
Series applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH 0/2] net/mlx5: flow counter pool fixes

2025-05-11 Thread Raslan Darawsheh
/mlx5_hws_cnt.c | 29 +++-- 1 file changed, 19 insertions(+), 10 deletions(-) -- 2.39.5 Series applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: validate GTP PSC QFI width

2025-05-11 Thread Raslan Darawsheh
ski Acked-by: Bing Zhao Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: fix modify field action on group 0

2025-05-11 Thread Raslan Darawsheh
ses that. Fixes: 0f4aa72b99da ("net/mlx5: support flow modify field with HWS") Cc: suanmi...@nvidia.com Cc: sta...@dpdk.org Signed-off-by: Dariusz Sosnowski Acked-by: Bing Zhao Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH v2] net/mlx5: mitigate the Tx queue parameter adjustment

2025-05-11 Thread Raslan Darawsheh
gs, packet offload flags, packet size, etc.), so the actual queue capacity might not be impacted at all. Signed-off-by: Viacheslav Ovsiienko Acked-by: Dariusz Sosnowski Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH v1] net/mlx5: support multi-host lag probe

2025-05-11 Thread Raslan Darawsheh
igned-off-by: Rongwei Liu Acked-by: Dariusz Sosnowski Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH] net/mlx5: add GRE as L4 layer for entropy calculation

2025-05-11 Thread Raslan Darawsheh
; + case RTE_FLOW_ITEM_TYPE_GRE: + data.next_protocol = IPPROTO_GRE; + break; default: break; } Patch applied to next-net-mlx, -- Kindest regards Raslan Darawsheh

Re: [PATCH 0/2] add debug capabilities to ipool

2025-05-11 Thread Raslan Darawsheh
regards Raslan Darawsheh

Re: [PATCH v2] app/testpmd: fix VLAN header parsing

2025-03-24 Thread Raslan Darawsheh
>> - eth_hdr->ether_type == _htons(RTE_ETHER_TYPE_QINQ)) { >> - vlan_hdr = (struct rte_vlan_hdr *) >> - ((char *)eth_hdr + sizeof(*eth_hdr)); >> + vlan_hdr = (struct rte_vlan_hdr *) RTE_PTR_ADD(eth_hdr, >> +

[PATCH v3] app/testpmd: fix VLAN header parsing

2025-03-24 Thread Raslan Darawsheh
acket type parsing API") Cc: haij...@huawei.com Signed-off-by: Raslan Darawsheh --- v3: fixed wrong indentation add boundaries check for 8 VLANs at max v2: update commit log fixed pointer handling to actually move the pointer --- app/test-pmd/csumonly.c | 16 +++- 1 fi

[PATCH v2] app/testpmd: fix VLAN header parsing

2025-03-24 Thread Raslan Darawsheh
acket type parsing API") Cc: haij...@huawei.com Signed-off-by: Raslan Darawsheh --- v2: update commit log fixed pointer handling to actually move the pointer --- app/test-pmd/csumonly.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/test-pmd/csumonly.c

Re: [PATCH] app/testpmd: fix VLAN header parsing

2025-03-24 Thread Raslan Darawsheh
>> Updated the `get_ethertype_by_ptype` function to correctly parse VLAN >> headers. >You should describe what is broken and how. I’ll handle in v2 >> Fixes: 76730c7b9b5a ("app/testpmd: use packet type parsing API") >> Cc: haij...@huawei.com >Do you think it is critical for the release? Yes, as

Re: [PATCH] app/testpmd: fix VLAN header parsing

2025-03-24 Thread Raslan Darawsheh
Comment inline below. From: Raslan Darawsheh [mailto:rasl...@nvidia.com] Sent: Monday, 24 March 2025 08.35 >> From: Raslan Darawsheh [mailto:rasl...@nvidia.com] >> Sent: Sunday, 23 March 2025 13.28 >> >> Updated the `get_ethertype_by_ptype` function to correct

Re: [PATCH] app/testpmd: fix VLAN header parsing

2025-03-24 Thread Raslan Darawsheh
>> From: Raslan Darawsheh [mailto:rasl...@nvidia.com] >> Sent: Sunday, 23 March 2025 13.28 >> >> Updated the `get_ethertype_by_ptype` function to correctly parse VLAN >> headers. >> >> Fixes: 76730c7b9b5a ("app/testpmd: use packet type parsing API&q

Re: [PATCH] app/testpmd: fix VLAN header parsing

2025-03-24 Thread Raslan Darawsheh
>> Signed-off-by: Raslan Darawsheh >> --- >> app/test-pmd/csumonly.c | 8 +--- >> 1 file changed, 5 insertions(+), 3 deletions(-) >> >> diff --git a/app/test-pmd/csumonly.c b/app/test-pmd/csumonly.c >> index 5b906eaa53..302cc4cc66 100644 >>

[PATCH] app/testpmd: fix VLAN header parsing

2025-03-23 Thread Raslan Darawsheh
Updated the `get_ethertype_by_ptype` function to correctly parse VLAN headers. Fixes: 76730c7b9b5a ("app/testpmd: use packet type parsing API") Cc: haij...@huawei.com Signed-off-by: Raslan Darawsheh --- app/test-pmd/csumonly.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletion

[PATCH] doc: add tested platforms with NVIDIA NICs

2025-03-20 Thread Raslan Darawsheh
Add tested platforms with NVIDIA NICs to the 25.03 release notes. Signed-off-by: Raslan Darawsheh --- doc/guides/rel_notes/release_25_03.rst | 111 + 1 file changed, 111 insertions(+) diff --git a/doc/guides/rel_notes/release_25_03.rst b/doc/guides/rel_notes

[PATCH] doc/bluefield: add comparison between BlueField versions

2025-03-19 Thread Raslan Darawsheh
Updated BlueField-3 documentation to include a detailed comparison with BlueField-2 and added notes on compiler requirements. Signed-off-by: Raslan Darawsheh --- doc/guides/platform/bluefield.rst | 21 + 1 file changed, 21 insertions(+) diff --git a/doc/guides/platform

Re: [PATCH 1/2] common/mlx5: add device duplication function

2025-03-18 Thread Raslan Darawsheh
Hi, From: Gregory Etelson Sent: Thursday, March 13, 2025 10:33 AM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; Michael Baum; Dariusz Sosnowski; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH 1/2] common/mlx5: add device duplication

Re: [PATCH] doc: add limitation under unified FDB

2025-03-16 Thread Raslan Darawsheh
Hi, From: Maayan Kashani Sent: Thursday, February 27, 2025 12:27 PM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh; Bing Zhao; Slava Ovsiienko; Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH] doc: add limitation under unified FDB Add limitation for unified FDB

Re: [PATCH] net/mlx5: fix mark flow action validation in FDB mode

2025-03-13 Thread Raslan Darawsheh
Hi, From: Gregory Etelson Sent: Tuesday, March 11, 2025 2:46 PM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; sta...@dpdk.org; Dariusz Sosnowski; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH] net/mlx5: fix mark flow action validation

Re: [PATCH] net/mlx5: fix IPIP tunnel verification

2025-03-13 Thread Raslan Darawsheh
Hi, From: Gregory Etelson Sent: Monday, March 10, 2025 1:19 PM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; sta...@dpdk.org; Dariusz Sosnowski; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH] net/mlx5: fix IPIP tunnel verification

Re: [PATCH] net/mlx5: fix failed to match on empty gre on root table

2025-03-13 Thread Raslan Darawsheh
From: Maayan Kashani Sent: Wednesday, March 12, 2025 1:23 PM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh; sta...@dpdk.org; Bing Zhao; Slava Ovsiienko; Ori Kam; Suanming Mou; Matan Azrad; Gregory Etelson Subject: [PATCH] net/mlx5: fix failed to match on empty gre on

Re: [PATCH] net/mlx5: fix NAT64 register selection

2025-03-13 Thread Raslan Darawsheh
Hi From: Dariusz Sosnowski Sent: Wednesday, March 12, 2025 11:51 AM To: Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Cc: dev@dpdk.org; Raslan Darawsheh; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix NAT64 register selection PMD statically assumed that REG_C_6 is always

Re: [PATCH] net/mlx5: fix GTP flags matching

2025-03-11 Thread Raslan Darawsheh
Hi, From: Maayan Kashani Sent: Thursday, February 27, 2025 12:49 PM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh; sta...@dpdk.org; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad; Alex Vesker; Mark Bloch Subject: [PATCH] net/mlx5: fix GTP flags

Re: [PATCH] net/mlx5/hws: fix incorrect DV FT type convert

2025-03-11 Thread Raslan Darawsheh
rg Signed-off-by: Alex Vesker Acked-by: Dariusz Sosnowski Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

Re: [PATCH] net/mlx5: fix flow create failure with GENEVE options match

2025-03-11 Thread Raslan Darawsheh
Hi, From: Maayan Kashani Sent: Monday, March 3, 2025 3:29 PM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh; sta...@dpdk.org; Bing Zhao; Slava Ovsiienko; Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH] net/mlx5: fix flow create failure with GENEVE options match

Re: [PATCH 1/2] net/mlx5: fix non template flow validation on validate

2025-03-11 Thread Raslan Darawsheh
Hi, From: Maayan Kashani Sent: Monday, March 3, 2025 3:34 PM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh; sta...@dpdk.org; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH 1/2] net/mlx5: fix non template flow validation on validate For

Re: [PATCH] net/mlx5: fix using wrong group ID for action translation

2025-03-11 Thread Raslan Darawsheh
Hi, From: Maayan Kashani Sent: Monday, March 3, 2025 3:49 PM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh; Bing Zhao; sta...@dpdk.org; Slava Ovsiienko; Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH] net/mlx5: fix using wrong group ID for action translation From

Re: [PATCH 1/2] net/mlx5: fix non template set VLAN VID

2025-03-11 Thread Raslan Darawsheh
Hi, From: Maayan Kashani Sent: Thursday, February 27, 2025 12:45 PM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh; sta...@dpdk.org; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad; Gregory Etelson Subject: [PATCH 1/2] net/mlx5: fix non template set VLAN

Re: [PATCH] net/mlx5: fix crash when using represented port w/o port ID

2025-03-11 Thread Raslan Darawsheh
Hi, From: Maayan Kashani Sent: Thursday, February 27, 2025 12:33 PM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh; sta...@dpdk.org; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad; Alex Vesker; Mark Bloch Subject: [PATCH] net/mlx5: fix crash when using

Re: [PATCH] net/mlx5: fix LACP packets handling in isolated mode

2025-03-11 Thread Raslan Darawsheh
Hi, From: Maayan Kashani Sent: Thursday, February 27, 2025 12:20 PM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh; sta...@dpdk.org; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH] net/mlx5: fix LACP packets handling in isolated mode In

Re: [PATCH] net/mlx5: fix assert failure on hairpin queue release

2025-03-11 Thread Raslan Darawsheh
Hi, >From: Maayan Kashani >Sent: Thursday, February 27, 2025 12:14 PM >To: dev@dpdk.org >Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh; sta...@dpdk.org; >Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad; >Xueming Li >Subject: [PATCH] net/mlx5:

Re: [PATCH v3 0/3] net/mlx5: support jump FDB Rx

2025-02-26 Thread Raslan Darawsheh
Hi, From: Dariusz Sosnowski Sent: Wednesday, February 26, 2025 6:04 PM To: Dariusz Sosnowski; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Cc: dev@dpdk.org; Raslan Darawsheh Subject: [PATCH v3 0/3] net/mlx5: support jump FDB Rx Before FW introduced the JUMP_FDB_RX action

Re: [PATCH V2 0/4] mlx5 unified fdb

2025-02-26 Thread Raslan Darawsheh
Hi, From: Ophir Munk Sent: Wednesday, February 26, 2025 10:38 AM To: Dariusz Sosnowski; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Cc: dev@dpdk.org; Raslan Darawsheh Subject: [PATCH V2 0/4] mlx5 unified fdb V1: initial version V2: rebase + determine unified fdb based on FW

Re: [PATCH] common/mlx5: add ConnectX-8 device ID

2025-02-26 Thread Raslan Darawsheh
Hi From: Raslan Darawsheh Sent: Sunday, February 23, 2025 9:16 AM To: NBU-Contact-Thomas Monjalon (EXTERNAL) Cc: dev@dpdk.org Subject: [PATCH] common/mlx5: add ConnectX-8 device ID This adds the ConnectX-8 device id to the list of supported Nvidia devices that run the MLX5 PMDs. Signed-off-by

Re: [PATCH] net/mlx5: support ESP in non-template RSS expansion

2025-02-26 Thread Raslan Darawsheh
Hi, From: Gregory Etelson Sent: Monday, February 17, 2025 9:13 AM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh Subject: [PATCH] net/mlx5: support ESP in non-template RSS expansion Add support for the ESP protocol in non-template RSS expansion. Signed-off-by: Gregory

Re: [PATCH 1/2] net/mlx5: add DROP destination to mirror clone actions

2025-02-26 Thread Raslan Darawsheh
Hi, From: Gregory Etelson Sent: Thursday, February 13, 2025 10:32 AM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; Tamar Mashiah; sta...@dpdk.org Subject: [PATCH 1/2] net/mlx5: add DROP destination to mirror clone actions From: Tamar Mashiah Add DROP destination to

Re: [PATCH] net/mlx5: fix packet hardware ptype translation

2025-02-26 Thread Raslan Darawsheh
Hi, From: Gregory Etelson Sent: Sunday, February 9, 2025 4:01 PM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; Slava Ovsiienko; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix packet hardware ptype translation From: Viacheslav Ovsiienko Since ConnectX-8 NIC the

Re: [PATCH] net/mlx5/hws: change error flow on matcher disconnect

2025-02-26 Thread Raslan Darawsheh
Hi, From: Gregory Etelson Sent: Sunday, February 9, 2025 3:48 PM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; Itamar Gozlan Subject: [PATCH] net/mlx5/hws: change error flow on matcher disconnect From: Itamar Gozlan Currently, when a firmware (FW) failure occurs

Re: [PATCH 1/2] doc: fix MPLS limitations under HWS

2025-02-26 Thread Raslan Darawsheh
Hi, From: Maayan Kashani Sent: Wednesday, February 26, 2025 10:02 AM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh; sta...@dpdk.org; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad; Michael Baum Subject: [PATCH 1/2] doc: fix MPLS limitations under HWS

Re: [PATCH v3] net/mlx5: add eCPRI support

2025-02-26 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Wednesday, February 26, 2025 9:17 AM To: Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Dariusz Sosnowski; Suanming Mou; Matan Azrad; Hamdan Agbariya Subject: [PATCH v3] net/mlx5: add eCPRI support Support eCPRI item matching over L2 (ETHER / VLAN) in HWS

Re: [PATCH] net/mlx5: fix queue counter error check

2025-02-26 Thread Raslan Darawsheh
Hi, From: Dariusz Sosnowski Sent: Tuesday, February 25, 2025 11:08 AM To: Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad; Shani Peretz Cc: dev@dpdk.org; Raslan Darawsheh Subject: [PATCH] net/mlx5: fix queue counter error check Whenever queue counter allocation fails, the FW

Re: [PATCH] net/mlx5: fix err message overwrite for actions translation

2025-02-24 Thread Raslan Darawsheh
the logic for SEND_TO_KERNEL, COUNT and AGE actions in above function to align the error handling process. Fixes: f13fab23922b ("net/mlx5: add flow jump action") Cc: suanmi...@nvidia.com Cc: sta...@dpdk.org Signed-off-by: Junfeng Guo Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

Re: [PATCH 1/8] net/mlx5/hws: introduce capability for unified mode

2025-02-24 Thread Raslan Darawsheh
only he will use FDB_RX/TX, or whenever it can by FDB_UNIFIED. Signed-off-by: Erez Shitrit Signed-off-by: Hamdan Igbaria Acked-by: Matan Azrad Series applied to next-net-mlx, Kindest regards, Raslan Darawsheh

Re: [PATCH] net/mlx5: fix flow null ops seg fault

2025-02-23 Thread Raslan Darawsheh
Hi, From: Kevin Traynor Sent: Friday, February 14, 2025 12:05 PM To: dev@dpdk.org Cc: Dariusz Sosnowski; Maayan Kashani; Raslan Darawsheh; Ori Kam; Kevin Traynor; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix flow null ops seg fault flow null driver ops may get selected and try to call

Re: [PATCH] net/mlx5: fix leak in HWS flow counter action

2025-02-23 Thread Raslan Darawsheh
covscan. mp_name can be leaked in case of errors. Fixes: 4d368e1da3a4 ("net/mlx5: support flow counter action for HWS") Cc: sta...@dpdk.org Signed-off-by: David Marchand Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

Re: [PATCH v2] net/mlx5/hws: fix fragmented ptype match

2025-02-23 Thread Raslan Darawsheh
Hi, From: Alexander Kozyrev Sent: Thursday, December 19, 2024 6:05 PM To: dev@dpdk.org Cc: sta...@dpdk.org; Raslan Darawsheh; Slava Ovsiienko; Dariusz Sosnowski; Bing Zhao; Suanming Mou; Michael Baum Subject: [PATCH v2] net/mlx5/hws: fix fragmented ptype match Fragmented PTYPE matching

[PATCH] common/mlx5: add ConnectX-8 device ID

2025-02-22 Thread Raslan Darawsheh
This adds the ConnectX-8 device id to the list of supported Nvidia devices that run the MLX5 PMDs. The devices is still in development stage. Signed-off-by: Raslan Darawsheh --- doc/guides/cryptodevs/mlx5.rst | 6 -- doc/guides/nics/mlx5.rst | 28

Re: [PATCH] net/mlx5: fix the GRE mask set on root table

2025-02-10 Thread Raslan Darawsheh
Hi, From: Gregory Etelson Sent: Monday, February 10, 2025 12:14 PM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; Bing Zhao; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix the GRE mask set on root table From: Bing Zhao When setting the value, the GRE mask cannot

Re: [PATCH] net/mlx5: fix GRE open matcher does not match packet

2025-02-10 Thread Raslan Darawsheh
Hi, From: Maayan Kashani Sent: Tuesday, January 28, 2025 9:59 AM To: dev@dpdk.org Cc: Maayan Kashani; Raslan Darawsheh; sta...@dpdk.org; Bing Zhao; Dariusz Sosnowski; Slava Ovsiienko; Ori Kam; Suanming Mou; Matan Azrad; Gregory Etelson Subject: [PATCH] net/mlx5: fix GRE open matcher does not

Re: [PATCH] doc: document hash RSS limitations with CQE zipping

2025-02-10 Thread Raslan Darawsheh
Hi, From: Alexander Kozyrev Sent: Friday, January 10, 2025 12:34 AM To: dev@dpdk.org Cc: Raslan Darawsheh; Slava Ovsiienko; Dariusz Sosnowski; Bing Zhao; Suanming Mou Subject: [PATCH] doc: document hash RSS limitations with CQE zipping RSS hash is only fully supported when the Hash RSS format

Re: [PATCH 0/3] Non template to HWS fixes

2025-02-06 Thread Raslan Darawsheh
Hi, From: Maayan Kashani Sent: Tuesday, January 28, 2025 9:54 AM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh Subject: [PATCH 0/3] Non template to HWS fixes Few fixes for non template mode on top of HWS. Maayan Kashani (3): net/mlx5: fix limitation of actions per

Re: [PATCH V1 0/7] port probe time optimization

2025-02-06 Thread Raslan Darawsheh
Hi, From: Minggang(Gavin) Li Sent: Monday, December 23, 2024 12:10 PM To: Matan Azrad; Slava Ovsiienko; Ori Kam; NBU-Contact-Thomas Monjalon (EXTERNAL) Cc: dev@dpdk.org; Raslan Darawsheh Subject: [PATCH V1 0/7] port probe time optimization This patch series introduced a feature that the time

Re: [PATCH] net/mlx5: fix the unneeded stub table allocation

2025-01-20 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Tuesday, November 26, 2024 11:25 AM To: Dariusz Sosnowski; Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Suanming Mou; Matan Azrad; Maayan Kashani Subject: [PATCH] net/mlx5: fix the unneeded stub table allocation The HWS non-template flow API is reusing

Re: [PATCH v2] net/mlx5: fix the leak of action data list

2025-01-20 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Tuesday, November 26, 2024 10:34 AM To: Dariusz Sosnowski; Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Suanming Mou; Matan Azrad; Maayan Kashani Subject: [PATCH v2] net/mlx5: fix the leak of action data list In the actions construction for HWS non

Re: [PATCH v3] net/mlx5: fix RSS hash for non-RSS CQE zipping

2025-01-19 Thread Raslan Darawsheh
Hi, From: Alexander Kozyrev Sent: Saturday, November 30, 2024 2:39 AM To: dev@dpdk.org Cc: sta...@dpdk.org; Raslan Darawsheh; Slava Ovsiienko; Matan Azrad; Dariusz Sosnowski; Bing Zhao; Suanming Mou Subject: [PATCH v3] net/mlx5: fix RSS hash for non-RSS CQE zipping Take the RSS hash value

Re: [PATCH v2] net/mlx5: fix RSS hash for non-RSS CQE zipping

2025-01-19 Thread Raslan Darawsheh
Hi, From: Alexander Kozyrev Sent: Friday, November 29, 2024 10:44 PM To: dev@dpdk.org Cc: sta...@dpdk.org; Raslan Darawsheh; Slava Ovsiienko; Matan Azrad; Dariusz Sosnowski; Bing Zhao; Suanming Mou Subject: [PATCH v2] net/mlx5: fix RSS hash for non-RSS CQE zipping Take the RSS hash and flow

Re: [PATCH] net/mlx5: do not poll CQEs when no available elts

2025-01-19 Thread Raslan Darawsheh
process, the routine will resume its operation. Fixes: 1ded26239aa0 ("net/mlx5: refactor vectorized Rx") Cc: sta...@dpdk.org Reported-by: Changqi Dingluo Signed-off-by: Gavin Hu Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

[PATCH] doc: add tested platforms with NVIDIA NICs

2024-12-03 Thread Raslan Darawsheh
Add tested platforms with NVIDIA NICs to the 24.11 release notes. Signed-off-by: Raslan Darawsheh --- doc/guides/rel_notes/release_24_11.rst | 108 + 1 file changed, 108 insertions(+) diff --git a/doc/guides/rel_notes/release_24_11.rst b/doc/guides/rel_notes

Re: [PATCH v2] doc: update match with compare result item limitation

2024-11-26 Thread Raslan Darawsheh
t;net/mlx5: support comparison matching") Cc: sta...@dpdk.org Signed-off-by: Suanming Mou --- v2: Add `repr_matching_en`` enabled by default explanation. Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

Re: [PATCH] net/mlx5: fix Rx queue control deref

2024-11-26 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Monday, November 25, 2024 7:23 PM To: Dariusz Sosnowski; Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Suanming Mou; Matan Azrad; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix Rx queue control deref When the Rx queue is shared, only the control

Re: [PATCH] net/mlx5/hws: allow vport action to wire in RX flow

2024-11-26 Thread Raslan Darawsheh
in RX flow From: Erez Shitrit Now that the FW should allow it we can go to a wire interface under the assumption it is a north directed wire. Signed-off-by: Erez Shitrit Acked-by: Dariusz Sosnowski Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

Re: [PATCH 1/1] doc: virtual function MTU settings has no meaning

2024-11-17 Thread Raslan Darawsheh
Hi, From: Slava Ovsiienko Sent: Monday, October 28, 2024 4:45 PM To: dev@dpdk.org Cc: Raslan Darawsheh; Matan Azrad; Suanming Mou Subject: [PATCH 1/1] doc: virtual function MTU settings has no meaning There is the mlx5 NIC limitations - configuring MTU for PCI Virtual Function has no meaning

Re: [PATCH v3] net/mlx5: fix miniCQEs number calculation

2024-11-13 Thread Raslan Darawsheh
Hi, From: Alexander Kozyrev Sent: Wednesday, November 13, 2024 3:50 PM To: dev@dpdk.org Cc: sta...@dpdk.org; Raslan Darawsheh; Slava Ovsiienko; Matan Azrad; Dariusz Sosnowski; Bing Zhao; Suanming Mou Subject: [PATCH v3] net/mlx5: fix miniCQEs number calculation Use the information from the CQE

Re: [PATCH] net/mlx5/hws: fix allocation of STCs

2024-11-13 Thread Raslan Darawsheh
atch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

Re: [PATCH] common/mlx5: fix misalignment issue detected by ASan

2024-11-13 Thread Raslan Darawsheh
Hi, From: Shani Peretz Sent: Tuesday, November 12, 2024 10:21 AM To: dev@dpdk.org Cc: Shani Peretz; Maayan Kashani; Raslan Darawsheh; Suanming Mou; Bing Zhao; Dariusz Sosnowski; Slava Ovsiienko; Ori Kam; Matan Azrad Subject: [PATCH] common/mlx5: fix misalignment issue detected by ASan ASan

Re: [PATCH 0/2] net/mlx5: fix counter query loop getting stuck

2024-11-13 Thread Raslan Darawsheh
Hi, From: Dariusz Sosnowski Sent: Wednesday, October 30, 2024 6:30 PM To: Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Cc: Raslan Darawsheh; dev@dpdk.org Subject: [PATCH 0/2] net/mlx5: fix counter query loop getting stuck Main content of this patchset is "net/mlx5: fix co

Re: [PATCH v3] drivers: fix error CQE handling for 128 bytes CQE

2024-11-13 Thread Raslan Darawsheh
Hi, From: Alexander Kozyrev Sent: Monday, October 28, 2024 7:17 PM To: dev@dpdk.org Cc: sta...@dpdk.org; Raslan Darawsheh; Slava Ovsiienko; Matan Azrad; Dariusz Sosnowski; Bing Zhao; Suanming Mou Subject: [PATCH v3] drivers: fix error CQE handling for 128 bytes CQE The completion queue element

Re: [PATCH] net/mlx5: fix Rx queue ref count in flushing user flows

2024-11-13 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Wednesday, November 13, 2024 9:22 AM To: Dariusz Sosnowski; Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Suanming Mou; Matan Azrad; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix Rx queue ref count in flushing user flows Some indirect table and hrxq is

Re: [PATCH] net/mlx5: fix the default RSS flows creation order

2024-11-13 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Wednesday, November 13, 2024 9:19 AM To: Dariusz Sosnowski; Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Suanming Mou; Matan Azrad; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix the default RSS flows creation order In both SWS and HWS mode, default

Re: [PATCH] net/mlx5: fix the Rx queue control management

2024-11-13 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Monday, November 4, 2024 6:15 PM To: Dariusz Sosnowski; Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Suanming Mou; Matan Azrad; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix the Rx queue control management With the shared Rx queue feature introduced

Re: [PATCH] net/mlx5: fix shared Rx queue port number in data path

2024-11-13 Thread Raslan Darawsheh
Hi, From: Alexander Kozyrev Sent: Monday, October 28, 2024 7:53 PM To: dev@dpdk.org Cc: sta...@dpdk.org; Raslan Darawsheh; Slava Ovsiienko; Matan Azrad; Dariusz Sosnowski; Bing Zhao; Suanming Mou Subject: [PATCH] net/mlx5: fix shared Rx queue port number in data path Wrong CQE is used to get

  1   2   3   4   5   6   7   8   9   10   >