RE: [PATCH] net/mlx5: fix CQEs dumping for Tx

2023-03-28 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Friday, March 24, 2023 1:52 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava > Ovsiienko ; Matan Azrad > Subject: [PATCH] net/mlx5: fix CQEs dumping for Tx > > The regular CQE

RE: [PATCH] net/mlx5: fix CQEs dumping for Tx

2023-03-27 Thread Matan Azrad
From: Alexander Kozyrev > The regular CQE size can be 64 bytes or 128 bytes depending on the cache > line size. The error CQE is always 64 bytes long. > Only 64 bytes are dumped to the log file in case of Tx queue recovery form > the error. Use the CQE size, not the error CQE size. > > Fixes: 95

[PATCH] net/mlx5: fix CQEs dumping for Tx

2023-03-23 Thread Alexander Kozyrev
The regular CQE size can be 64 bytes or 128 bytes depending on the cache line size. The error CQE is always 64 bytes long. Only 64 bytes are dumped to the log file in case of Tx queue recovery form the error. Use the CQE size, not the error CQE size. Fixes: 957e45fb7b ("net/mlx5: handle Tx complet