Re: [dpdk-dev] [PATCH v2 01/28] net/mlx5: remove redundant item from union

2019-07-23 Thread Matan Azrad
Hi Ferruh From: Ferruh Yigit > On 7/22/2019 3:51 PM, Matan Azrad wrote: > > From: Dekel Peled > > > > A variable of type struct ibv_cq_ex is declared in 2 unions, but isn't > > used. > > This patch removes the 2 redundant declarations. > This is not a fix, but I think it still make sense to req

Re: [dpdk-dev] [PATCH v2 01/28] net/mlx5: remove redundant item from union

2019-07-23 Thread Ferruh Yigit
On 7/22/2019 3:51 PM, Matan Azrad wrote: > From: Dekel Peled > > A variable of type struct ibv_cq_ex is declared in 2 unions, but > isn't used. > This patch removes the 2 redundant declarations. This is not a fix, but I think it still make sense to request backporting these kind of refactoring to

[dpdk-dev] [PATCH v2 01/28] net/mlx5: remove redundant item from union

2019-07-22 Thread Matan Azrad
From: Dekel Peled A variable of type struct ibv_cq_ex is declared in 2 unions, but isn't used. This patch removes the 2 redundant declarations. Signed-off-by: Dekel Peled Acked-by: Matan Azrad Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx5/mlx5_rxq.c | 1 - drivers/net/mlx5/mlx5_txq.c |