Hi, > -----Original Message----- > From: Alexander Kozyrev <[email protected]> > Sent: Friday, January 27, 2023 5:22 AM > To: [email protected] > Cc: [email protected]; Raslan Darawsheh <[email protected]>; Matan > Azrad <[email protected]>; Slava Ovsiienko <[email protected]> > Subject: [PATCH] net/mlx5: fix error CQE dumping for vectorized Rx burst > > 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 vectorized Rx bursts, we may already move to another CQE > when we detect the error since we handle CQEs in batches there. > Go back to the error CQE in this case to dump proper CQE. > > Fixes: 88c0733535 ("net/mlx5: extend Rx completion with error handling") > Cc: [email protected] > > Signed-off-by: Alexander Kozyrev <[email protected]>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

