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

2025-05-11 Thread Raslan Darawsheh
Hi, On 24/03/2025 10:18 AM, Shani Peretz wrote: Enhanced ipool debugging: Added new log component and verbosity levels for operations. Introduced a bitmap in debug mode to track allocations/deallocations, preventing doubles in per-core cache mode. Shani Peretz (2): net/mlx5: add ipool de

[PATCH 0/2] add debug capabilities to ipool

2025-03-24 Thread Shani Peretz
Enhanced ipool debugging: Added new log component and verbosity levels for operations. Introduced a bitmap in debug mode to track allocations/deallocations, preventing doubles in per-core cache mode. Shani Peretz (2): net/mlx5: add ipool debug capabilities net/mlx5: added a bitmap that trac