RE: [PATCH] net/mlx5: add hairpin counter per queue

2024-09-11 Thread Dariusz Sosnowski
d ; Anatoly Burakov > Subject: [PATCH] net/mlx5: add hairpin counter per queue > > Currently mlx5 PMD exposes hairpin_out_of_buffer counter that specifically > tracks packets dropped when hairpin Rx queue is full. > > This patch allows the user to choose whether they want to track p

[PATCH] net/mlx5: add hairpin counter per queue

2024-09-10 Thread Shani Peretz
Currently mlx5 PMD exposes hairpin_out_of_buffer counter that specifically tracks packets dropped when hairpin Rx queue is full. This patch allows the user to choose whether they want to track packet drops at a per-port level or a per-queue level. If the user chooses to have a counter per queue,