Re: [PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment

2019-07-24 Thread Leon Romanovsky
On Wed, Jul 24, 2019 at 08:56:08PM +, Saeed Mahameed wrote: > On Tue, 2019-07-23 at 22:04 +0300, Leon Romanovsky wrote: > > On Tue, Jul 23, 2019 at 11:28:50AM -0700, David Miller wrote: > > > From: Leon Romanovsky > > > Date: Tue, 23 Jul 2019 10:12:55 +0300 > > > > > > > From: Edward Srouji >

Re: [PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment

2019-07-24 Thread Saeed Mahameed
On Tue, 2019-07-23 at 22:04 +0300, Leon Romanovsky wrote: > On Tue, Jul 23, 2019 at 11:28:50AM -0700, David Miller wrote: > > From: Leon Romanovsky > > Date: Tue, 23 Jul 2019 10:12:55 +0300 > > > > > From: Edward Srouji > > > > > > Fix modify_cq_in alignment to match the device specification. >

Re: [PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment

2019-07-23 Thread Leon Romanovsky
On Tue, Jul 23, 2019 at 08:34:07PM +, Saeed Mahameed wrote: > On Tue, 2019-07-23 at 13:02 -0700, David Miller wrote: > > From: Leon Romanovsky > > Date: Tue, 23 Jul 2019 22:04:14 +0300 > > > > > The intention was to have this patch in shared mlx5 branch, which > > > is > > > picked by RDMA too

Re: [PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment

2019-07-23 Thread Saeed Mahameed
On Tue, 2019-07-23 at 13:02 -0700, David Miller wrote: > From: Leon Romanovsky > Date: Tue, 23 Jul 2019 22:04:14 +0300 > > > The intention was to have this patch in shared mlx5 branch, which > > is > > picked by RDMA too. This "Cc: stable@..." together with merge > > through > > RDMA will ensure

Re: [PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment

2019-07-23 Thread Saeed Mahameed
On Tue, 2019-07-23 at 22:04 +0300, Leon Romanovsky wrote: > On Tue, Jul 23, 2019 at 11:28:50AM -0700, David Miller wrote: > > From: Leon Romanovsky > > Date: Tue, 23 Jul 2019 10:12:55 +0300 > > > > > From: Edward Srouji > > > > > > Fix modify_cq_in alignment to match the device specification. >

Re: [PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment

2019-07-23 Thread David Miller
From: Leon Romanovsky Date: Tue, 23 Jul 2019 22:04:14 +0300 > The intention was to have this patch in shared mlx5 branch, which is > picked by RDMA too. This "Cc: stable@..." together with merge through > RDMA will ensure that such patch will be part of stable automatically. Why wouldn't it come

Re: [PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment

2019-07-23 Thread Leon Romanovsky
On Tue, Jul 23, 2019 at 11:28:50AM -0700, David Miller wrote: > From: Leon Romanovsky > Date: Tue, 23 Jul 2019 10:12:55 +0300 > > > From: Edward Srouji > > > > Fix modify_cq_in alignment to match the device specification. > > After this fix the 'cq_umem_valid' field will be in the right offset. >

Re: [PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment

2019-07-23 Thread David Miller
From: Leon Romanovsky Date: Tue, 23 Jul 2019 10:12:55 +0300 > From: Edward Srouji > > Fix modify_cq_in alignment to match the device specification. > After this fix the 'cq_umem_valid' field will be in the right offset. > > Cc: # 4.19 > Fixes: bd37197554eb ("net/mlx5: Update mlx5_ifc with DEV

[PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment

2019-07-23 Thread Leon Romanovsky
From: Edward Srouji Fix modify_cq_in alignment to match the device specification. After this fix the 'cq_umem_valid' field will be in the right offset. Cc: # 4.19 Fixes: bd37197554eb ("net/mlx5: Update mlx5_ifc with DEVX UID bits") Signed-off-by: Edward Srouji Reviewed-by: Yishai Hadas Signed