RE: [PATCH] net/mlx5: support the imissed counter on Windows

2022-01-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Tal Shnaiderman > Sent: Friday, December 24, 2021 8:47 AM > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) ; > Matan Azrad ; Slava Ovsiienko > ; Asaf Penso ; Khoa To > > Subject: [PATCH] net/mlx5: support the

[PATCH] net/mlx5: support the imissed counter on Windows

2021-12-23 Thread Tal Shnaiderman
Add support for the imissed counter using the DevX API on Windows. imissed is queried by creating a queue counter for the port, attaching it to all created RQs and querying the "out_of_buffer" field. If the counter cannot be created, imissed will always report 0. Signed-off-by: Tal Shnaiderman