RE: [PATCH] net/mlx5: check compressed CQE opcode for an error

2023-02-12 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Friday, January 27, 2023 5:23 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Matan > Azrad ; Slava Ovsiienko > Subject: [PATCH] net/mlx5: check compressed CQE opcode for an error > &

RE: [PATCH] net/mlx5: check compressed CQE opcode for an error

2023-02-06 Thread Matan Azrad
From: Alexander Kozyrev > The CQE opcode is never checked for a compressed CQE in the vectorized Rx > burst routines. It is assumed that compressed CQEs are always valid and > skipped error checking. > > This is obviously not the case and error CQEs may be compressed together as > well. Need to

[PATCH] net/mlx5: check compressed CQE opcode for an error

2023-01-26 Thread Alexander Kozyrev
The CQE opcode is never checked for a compressed CQE in the vectorized Rx burst routines. It is assumed that compressed CQEs are always valid and skipped error checking. This is obviously not the case and error CQEs may be compressed together as well. Need to check for the MLX5_CQE_RESP_ERR opcode