RE: [PATCH] net/mlx5: ignore non-critical syndromes for Rx queue

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: ignore non-critical syndromes for Rx queue > &

RE: [PATCH] net/mlx5: ignore non-critical syndromes for Rx queue

2023-02-06 Thread Matan Azrad
From: Alexander Kozyrev > For non-fatal syndromes like LOCAL_LENGTH_ERR, the Rx queue reset > shouldn't be triggered. Rx queue could continue with the next packets > without any recovery. Only three syndromes warrant Rx queue reset: > LOCAL_QP_OP_ERR, LOCAL_PROT_ERR and WR_FLUSH_ERR. > Do not ini

[PATCH] net/mlx5: ignore non-critical syndromes for Rx queue

2023-01-26 Thread Alexander Kozyrev
For non-fatal syndromes like LOCAL_LENGTH_ERR, the Rx queue reset shouldn't be triggered. Rx queue could continue with the next packets without any recovery. Only three syndromes warrant Rx queue reset: LOCAL_QP_OP_ERR, LOCAL_PROT_ERR and WR_FLUSH_ERR. Do not initiate a Rx queue reset in any other