RE: [PATCH] net/mlx5: fix Tx recovery

2022-05-23 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Raja Zidane > Sent: Wednesday, May 18, 2022 12:43 PM > To: dev@dpdk.org > Cc: Matan Azrad ; sta...@dpdk.org; Dmitry Kozlyuk > > Subject: [PATCH] net/mlx5: fix Tx recovery > > When an error occurs in Tx, and it is move

[PATCH] net/mlx5: fix Tx recovery

2022-05-18 Thread Raja Zidane
When an error occurs in Tx, and it is moved to ERROR state, it is not recoverable, during recovery it's state cannot be modified to INIT. to modify state from RESET to INIT, the port must be passed in modify attributes, and in case of ERROR to READY modification path, it was not provided. Provide