[dpdk-stable] [PATCH 18.11] net/mlx5: remove unused variable in Tx queue creation

Kevin Traynor ktraynor at redhat.com
Thu Dec 10 11:14:51 CET 2020


On 08/12/2020 14:22, Michael Baum wrote:
> [ upstream commit fa2dd3d4d6e24bf2956828bf05de86e6e6d88c3e ]
> 
> When a CQ is not created by DevX, it be allocated by either DV function
> or by regular Verbs function.
> 
> The CQ DV attributes variable was wrongly defined and initialized in Tx
> queue creation while the CQ is created by the regular Verbs function
> what remained the attributes variable unused.
> 
> Remove the unused variable.
> 
> Fixes: faf2667fe8d5 ("net/mlx5: separate DPDK from verbs Tx queue objects")
> 
> Signed-off-by: Michael Baum <michaelba at nvidia.com>
> Acked-by: Matan Azrad <matan at nvidia.com>
> ---
>  drivers/net/mlx5/mlx5_txq.c | 4 ----
>  1 file changed, 4 deletions(-)

Applied, thanks.



More information about the stable mailing list