RE: [PATCH] net/mlx5: fix error CQE dumping for vectorized Rx burst

2023-02-12 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Friday, January 27, 2023 5:22 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Matan > Azrad ; Slava Ovsiienko > Subject: [PATCH] net/mlx5: fix error CQE dumping for vectorized Rx burst >

RE: [PATCH] net/mlx5: fix error CQE dumping for vectorized Rx burst

2023-02-06 Thread Matan Azrad
From: Alexander Kozyrev > There is a dump file with debug information created for an error CQE to help > with troubleshooting later. > It starts with the last CQE, which, presumably is the error CQE. > But this is only true for the scalar Rx burst routing since we handle CQEs > there > one by on

[PATCH] net/mlx5: fix error CQE dumping for vectorized Rx burst

2023-01-26 Thread Alexander Kozyrev
There is a dump file with debug information created for an error CQE to help with troubleshooting later. It starts with the last CQE, which, presumably is the error CQE. But this is only true for the scalar Rx burst routing since we handle CQEs there one by one and detect the error immediately. For