RE: [PATCH] net/mlx5: fix error packets drop in the regular Rx

2024-02-27 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Slava Ovsiienko > Sent: Tuesday, February 20, 2024 1:45 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Ori Kam ; Dariusz Sosnowski > ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix error packets drop in the reg

RE: [PATCH] net/mlx5: fix error packets drop in the regular Rx

2024-02-20 Thread Dariusz Sosnowski
> -Original Message- > From: Slava Ovsiienko > Sent: Tuesday, February 20, 2024 12:45 > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Ori Kam ; Dariusz Sosnowski > ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix error packets drop in the regular

[PATCH] net/mlx5: fix error packets drop in the regular Rx

2024-02-20 Thread Viacheslav Ovsiienko
When packet gets received with error it is reported in CQE structure and PMD analyzes the error syndrome and provides two options - either reset the entire queue for the critical errors, or just ignore the packet. The non-vectorized rx_burst did not ignore the non-critical error packets, and in ca