[PATCH v2 2/2] common/cnxk: fix null pointer checks

2025-06-22 Thread Rahul Bhansali
Adds null pointer check before executing CPT instruction. Fixes: 4d00b8c6a331 ("common/cnxk: allocate dynamic BPIDs") Fixes: 4af4e36a93d7 ("common/cnxk: support inline device API without ROC NIX") Signed-off-by: Rahul Bhansali --- Changes in v2: Updated fixes in commit message. drivers/common/

[PATCH v2 1/2] net/cnxk: fix lock for security session ops

2025-06-22 Thread Rahul Bhansali
Add fixes to have lock on security session update, write and read to prevent corruption. Fixes: a72e15611303 ("net/cnxk: add PMD API for IPsec SA base and flush") Fixes: 8efa348e8160 ("net/cnxk: support custom SA index") Signed-off-by: Rahul Bhansali --- Changes in v2: Updated fixes in commit me

[PATCH v1] app/eventdev: fix number of releases sent during cleanup

2025-06-22 Thread Pravin Pathak
During cleanup, only send releases for events app was not able to enqueue. Current code is sending releases for entire dequeue burst. Fixes: f0b68c0b2af7 ("app/eventdev: clean up worker state before exit") Cc: sta...@dpdk.org Signed-off-by: Pravin Pathak --- app/test-eventdev/test_perf_common.c