[PATCH v7 3/3] test/graph: fix graph autotest second run test failure

2025-05-04 Thread kirankumark
From: Kiran Kumar K The graph autotest second run test is failing due to the node name is already present in the node list. Adding changes to free nodes at the time of test cleanup. Fixes: 6b89650418fe ("test/graph: add functional tests") Signed-off-by: Kiran Kumar K Acked-by: Jerin Jacob ---

[PATCH v7 1/3] graph: avoid global node ID counter

2025-05-04 Thread kirankumark
From: Kiran Kumar K The node id is determined based on a global variable that is incremented every time a node is created. Adding changes to remove the global counter. Make sure that the node list is always ordered by increasing node ids. When creating a new node, pick a free id which is not allo

[PATCH v7 2/3] graph: add support for node free API

2025-05-04 Thread kirankumark
From: Kiran Kumar K Add support for rte_node_free API to free the node and its memory, if node is not part of any of the created graphs. Signed-off-by: Kiran Kumar K Acked-by: Jerin Jacob --- lib/graph/graph.c | 16 lib/graph/graph_private.h | 13 + lib/gr

[PATCH v6 3/3] test/graph: fix graph autotest second run test failure

2025-05-04 Thread kirankumark
From: Kiran Kumar K The graph autotest second run test is failing due to the node name is already present in the node list. Adding changes to free nodes at the time of test cleanup. Fixes: 6b89650418fe ("test/graph: add functional tests") Signed-off-by: Kiran Kumar K Series-Acked-by: Jerin Jac

[PATCH v6 2/3] graph: add support for node free API

2025-05-04 Thread kirankumark
From: Kiran Kumar K Add support for rte_node_free API to free the node and its memory, if node is not part of any of the created graphs. Signed-off-by: Kiran Kumar K Acked-by: Jerin Jacob --- lib/graph/graph.c | 16 lib/graph/graph_private.h | 13 + lib/gr

[PATCH v6 1/3] graph: avoid global node ID counter

2025-05-04 Thread kirankumark
From: Kiran Kumar K The node id is determined based on a global variable that is incremented every time a node is created. Adding changes to remove the global counter. Make sure that the node list is always ordered by increasing node ids. When creating a new node, pick a free id which is not allo

[PATCH v6 2/2] drivers: add support for IB_BTH header for RSS in cnxk device

2025-05-04 Thread kirankumark
From: Kiran Kumar K Adding support for IB_BTH header for RSS in cnxk device. Signed-off-by: Kiran Kumar K --- * v6 Chaanges: - Formatting changes. drivers/common/cnxk/roc_mbox.h | 1 + drivers/net/cnxk/cnxk_ethdev.c | 3 +++ drivers/net/cnxk/cnxk_ethdev.h | 2 +- 3 files changed, 5 insertion

[PATCH v6 1/2] ethdev: support RSS based on RoCEv2 header

2025-05-04 Thread kirankumark
From: Kiran Kumar K On supporting hardware, RoCEv2 header can be used to perform RSS in the ingress path. Signed-off-by: Kiran Kumar K --- app/test-pmd/config.c | 5 - doc/guides/rel_notes/release_25_07.rst | 4 lib/ethdev/rte_ethdev.h| 1 + 3 files ch

[PATCH v5 1/2] ethdev: support RSS based on RoCEv2 header

2025-05-04 Thread kirankumark
From: Kiran Kumar K On supporting hardware, RoCEv2 header can be used to perform RSS in the ingress path. Signed-off-by: Kiran Kumar K --- app/test-pmd/config.c | 5 - doc/guides/rel_notes/release_25_07.rst | 4 lib/ethdev/rte_ethdev.h| 1 + 3 files ch

[PATCH v5 2/2] drivers: add support for IB_BTH header for RSS in cnxk device

2025-05-04 Thread kirankumark
From: Kiran Kumar K Adding support for IB_BTH header for RSS in cnxk device. Signed-off-by: Kiran Kumar K --- drivers/common/cnxk/roc_mbox.h | 1 + drivers/net/cnxk/cnxk_ethdev.c | 3 +++ drivers/net/cnxk/cnxk_ethdev.h | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/drive

Community CI Meeting Minutes - May 1, 2025

2025-05-04 Thread Patrick Robb
# May 1, 2025 Attendees 1. Patrick Robb 2. Paul Szczepanek 3. Luca Vizzarro 4. Aaron Conole # Minutes ===

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

2025-05-04 Thread Patrick Robb
Please disregard the Community Lab DTS failure just reported on this patchseries. I need to reconfigure the testbed and rerun the test. On Sun, May 4, 2025 at 1:24 AM Gregory Etelson wrote: > METER flow action is not supported in MLX5 HWS mode. > Application must use METER_MARK flow action. > >

Re: [PATCH] net/ice: update log message

2025-05-04 Thread Patrick Robb
Please disregard the Community Lab DTS failure just reported on this patchseries. I need to reconfigure the testbed and rerun the test. On Fri, May 2, 2025 at 11:26 AM Pillai, Dhanya R wrote: > Added log message for ddp package load failure. > > mailmap: update contributor entry > > Signed-off-b

Re: [PATCH v3 0/4] rework and expand EAL lcore options

2025-05-04 Thread Patrick Robb
Please disregard the Community Lab DTS failure just reported on this patchseries. I need to reconfigure the testbed and rerun the test. On Fri, May 2, 2025 at 11:11 AM Bruce Richardson wrote: > Following discussion earlier on this thread on the previous RFCs and > patches submitted [1], this ser

Re: [dpdk-dev v1] app/test-crypto-perf: remove decrypt test case from perf

2025-05-04 Thread Patrick Robb
Please disregard the Community Lab DTS failure just reported on this patchseries. I need to reconfigure the testbed and rerun the test. On Fri, May 2, 2025 at 6:12 AM Kai Ji wrote: > Remove all decrypt test cases in aesni-mb throughput perf as the > decrypt throughput testing only support OOP by