mbox series

[rdma-next,v1,0/2] Extend UAR to have DevX UID

Message ID cover.1632299184.git.leonro@nvidia.com (mailing list archive)
Headers show
Series Extend UAR to have DevX UID | expand

Message

Leon Romanovsky Sept. 22, 2021, 8:28 a.m. UTC
From: Leon Romanovsky <leonro@nvidia.com>

Changelog:
v1:
 * Renamed functions and unexport mlx5_core uar calls.
v0: https://lore.kernel.org/all/cover.1631660943.git.leonro@nvidia.com
----------------------------------------------------------------------

Hi,

This is short series from Meir that adds DevX UID to the UAR.

Thanks

Meir Lichtinger (2):
  net/mlx5: Add uid field to UAR allocation structures
  IB/mlx5: Enable UAR to have DevX UID

 drivers/infiniband/hw/mlx5/cmd.c              | 26 +++++++++
 drivers/infiniband/hw/mlx5/cmd.h              |  2 +
 drivers/infiniband/hw/mlx5/main.c             | 55 +++++++++++--------
 drivers/net/ethernet/mellanox/mlx5/core/uar.c | 14 ++---
 include/linux/mlx5/driver.h                   |  2 -
 include/linux/mlx5/mlx5_ifc.h                 |  4 +-
 6 files changed, 68 insertions(+), 35 deletions(-)

Comments

Jason Gunthorpe Sept. 28, 2021, 3:09 p.m. UTC | #1
On Wed, Sep 22, 2021 at 11:28:49AM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
> 
> Changelog:
> v1:
>  * Renamed functions and unexport mlx5_core uar calls.
> v0: https://lore.kernel.org/all/cover.1631660943.git.leonro@nvidia.com
> ----------------------------------------------------------------------
>
> Hi,
> 
> This is short series from Meir that adds DevX UID to the UAR.
> 
> Thanks
> 
> Meir Lichtinger (2):
>   net/mlx5: Add uid field to UAR allocation structures
>   IB/mlx5: Enable UAR to have DevX UID
> 
>  drivers/infiniband/hw/mlx5/cmd.c              | 26 +++++++++
>  drivers/infiniband/hw/mlx5/cmd.h              |  2 +
>  drivers/infiniband/hw/mlx5/main.c             | 55 +++++++++++--------
>  drivers/net/ethernet/mellanox/mlx5/core/uar.c | 14 ++---
>  include/linux/mlx5/driver.h                   |  2 -
>  include/linux/mlx5/mlx5_ifc.h                 |  4 +-
>  6 files changed, 68 insertions(+), 35 deletions(-)

This seems fine, can you update the shared branch please

Jason
Leon Romanovsky Sept. 28, 2021, 3:32 p.m. UTC | #2
On Tue, Sep 28, 2021 at 12:09:04PM -0300, Jason Gunthorpe wrote:
> On Wed, Sep 22, 2021 at 11:28:49AM +0300, Leon Romanovsky wrote:
> > From: Leon Romanovsky <leonro@nvidia.com>
> > 
> > Changelog:
> > v1:
> >  * Renamed functions and unexport mlx5_core uar calls.
> > v0: https://lore.kernel.org/all/cover.1631660943.git.leonro@nvidia.com
> > ----------------------------------------------------------------------
> >
> > Hi,
> > 
> > This is short series from Meir that adds DevX UID to the UAR.
> > 
> > Thanks
> > 
> > Meir Lichtinger (2):
> >   net/mlx5: Add uid field to UAR allocation structures
> >   IB/mlx5: Enable UAR to have DevX UID
> > 
> >  drivers/infiniband/hw/mlx5/cmd.c              | 26 +++++++++
> >  drivers/infiniband/hw/mlx5/cmd.h              |  2 +
> >  drivers/infiniband/hw/mlx5/main.c             | 55 +++++++++++--------
> >  drivers/net/ethernet/mellanox/mlx5/core/uar.c | 14 ++---
> >  include/linux/mlx5/driver.h                   |  2 -
> >  include/linux/mlx5/mlx5_ifc.h                 |  4 +-
> >  6 files changed, 68 insertions(+), 35 deletions(-)
> 
> This seems fine, can you update the shared branch please

Done, thanks
d2c8a1554c10 IB/mlx5: Enable UAR to have DevX UID
8de1e9b01b03 net/mlx5: Add uid field to UAR allocation structures

> 
> Jason