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 
>  1 file changed, 4 insertions(+), 4 deletions(-)
>

I recommend you to squash this patch into the previous one.

Thanks,
Acked-by: Leon Romanovsky 


signature.asc
Description: PGP signature


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 
> > Signed-off-by: Saeed Mahameed 
> > ---
> >  drivers/infiniband/hw/mlx5/cq.c | 8 
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> > 
> 
> I recommend you to squash this patch into the previous one.
> 
> Thanks,
> Acked-by: Leon Romanovsky 

Thanks Leon, I would like to keep netdev and rdma patches separated as
much as possible