Hi, > -----Original Message----- > From: Raja Zidane <rzid...@nvidia.com> > Sent: Wednesday, May 18, 2022 12:43 PM > To: dev@dpdk.org > Cc: Matan Azrad <ma...@nvidia.com>; sta...@dpdk.org; Dmitry Kozlyuk > <dkozl...@nvidia.com> > Subject: [PATCH] net/mlx5: fix Tx recovery > > 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 port number when changing state from RESET to INIT. > > Fixes: 3a87b964edd3 ("net/mlx5: create Tx queues with DevX") > Cc: sta...@dpdk.org > > Signed-off-by: Raja Zidane <rzid...@nvidia.com> > Acked-by: Matan Azrad <ma...@nvidia.com> > Acked-by: Dmitry Kozlyuk <dkozl...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh