Re: [PATCH mlx5-next 3/4] IB/mlx5: Use helper to get CQE opcode

2018-12-05 Thread Saeed Mahameed
On Wed, 2018-12-05 at 08:09 +, Leon Romanovsky wrote: > On Tue, Dec 04, 2018 at 06:03:02PM -0800, Saeed Mahameed wrote: > > From: Tariq Toukan > > > > Use the new helper that extracts the opcode > > from a CQE (completion queue entry) structure. > > > > Signed-off-by: Tariq Toukan > > Signe

Re: [PATCH mlx5-next 3/4] IB/mlx5: Use helper to get CQE opcode

2018-12-05 Thread Leon Romanovsky
On Tue, Dec 04, 2018 at 06:03:02PM -0800, Saeed Mahameed wrote: > From: Tariq Toukan > > Use the new helper that extracts the opcode > from a CQE (completion queue entry) structure. > > Signed-off-by: Tariq Toukan > Signed-off-by: Saeed Mahameed > --- > drivers/infiniband/hw/mlx5/cq.c | 8 -

[PATCH mlx5-next 3/4] IB/mlx5: Use helper to get CQE opcode

2018-12-04 Thread Saeed Mahameed
From: Tariq Toukan Use the new helper that extracts the opcode from a CQE (completion queue entry) structure. Signed-off-by: Tariq Toukan Signed-off-by: Saeed Mahameed --- drivers/infiniband/hw/mlx5/cq.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/infin