Re: [PATCH rdma] net/mlx5: Fix XRC SRQ umem valid bits

2018-11-07 Thread Jason Gunthorpe
On Wed, Nov 07, 2018 at 09:34:34AM +0200, Leon Romanovsky wrote: > On Tue, Nov 06, 2018 at 03:11:53PM -0700, Jason Gunthorpe wrote: > > On Tue, Nov 06, 2018 at 05:10:53PM -0500, Doug Ledford wrote: > > > On Tue, 2018-11-06 at 22:02 +, Jason Gunthorpe wrote: > > > > On Tue, Nov 06, 2018 at 04:31

Re: [PATCH rdma] net/mlx5: Fix XRC SRQ umem valid bits

2018-11-06 Thread Leon Romanovsky
On Tue, Nov 06, 2018 at 03:11:53PM -0700, Jason Gunthorpe wrote: > On Tue, Nov 06, 2018 at 05:10:53PM -0500, Doug Ledford wrote: > > On Tue, 2018-11-06 at 22:02 +, Jason Gunthorpe wrote: > > > On Tue, Nov 06, 2018 at 04:31:08PM -0500, Doug Ledford wrote: > > > > On Wed, 2018-10-31 at 12:20 +020

Re: [PATCH rdma] net/mlx5: Fix XRC SRQ umem valid bits

2018-11-06 Thread Jason Gunthorpe
On Tue, Nov 06, 2018 at 05:10:53PM -0500, Doug Ledford wrote: > On Tue, 2018-11-06 at 22:02 +, Jason Gunthorpe wrote: > > On Tue, Nov 06, 2018 at 04:31:08PM -0500, Doug Ledford wrote: > > > On Wed, 2018-10-31 at 12:20 +0200, Leon Romanovsky wrote: > > > > From: Yishai Hadas > > > > > > > > Ad

Re: [PATCH rdma] net/mlx5: Fix XRC SRQ umem valid bits

2018-11-06 Thread Doug Ledford
On Tue, 2018-11-06 at 22:02 +, Jason Gunthorpe wrote: > On Tue, Nov 06, 2018 at 04:31:08PM -0500, Doug Ledford wrote: > > On Wed, 2018-10-31 at 12:20 +0200, Leon Romanovsky wrote: > > > From: Yishai Hadas > > > > > > Adapt XRC SRQ to the latest HW specification with fixed definition > > > aro

Re: [PATCH rdma] net/mlx5: Fix XRC SRQ umem valid bits

2018-11-06 Thread Jason Gunthorpe
On Tue, Nov 06, 2018 at 04:31:08PM -0500, Doug Ledford wrote: > On Wed, 2018-10-31 at 12:20 +0200, Leon Romanovsky wrote: > > From: Yishai Hadas > > > > Adapt XRC SRQ to the latest HW specification with fixed definition > > around umem valid bits. The previous definition relied on a bit which > >

Re: [PATCH rdma] net/mlx5: Fix XRC SRQ umem valid bits

2018-11-06 Thread Doug Ledford
On Wed, 2018-10-31 at 12:20 +0200, Leon Romanovsky wrote: > From: Yishai Hadas > > Adapt XRC SRQ to the latest HW specification with fixed definition > around umem valid bits. The previous definition relied on a bit which > was taken for other purposes in legacy FW. > > Fixes: bd37197554eb ("net

[PATCH rdma] net/mlx5: Fix XRC SRQ umem valid bits

2018-10-31 Thread Leon Romanovsky
From: Yishai Hadas Adapt XRC SRQ to the latest HW specification with fixed definition around umem valid bits. The previous definition relied on a bit which was taken for other purposes in legacy FW. Fixes: bd37197554eb ("net/mlx5: Update mlx5_ifc with DEVX UID bits") Signed-off-by: Yishai Hadas