mbox series

[0/2] Remove more uobject stuff

Message ID 20190401200824.19194-1-jgg@ziepe.ca (mailing list archive)
Headers show
Series Remove more uobject stuff | expand

Message

Jason Gunthorpe April 1, 2019, 8:08 p.m. UTC
From: Jason Gunthorpe <jgg@mellanox.com>

This gets rid of the last references to uobj->context from the drivers, only
core code is left touching it.

Jason Gunthorpe (2):
  IB/mlx5: Remove references to uboject->context
  IB: When attrs.udata/ufile is available use that instead of uobject

 drivers/infiniband/core/rdma_core.c              |  6 +++---
 .../infiniband/core/uverbs_std_types_counters.c  |  2 +-
 drivers/infiniband/core/uverbs_std_types_cq.c    |  2 +-
 drivers/infiniband/core/uverbs_std_types_dm.c    |  4 ++--
 .../core/uverbs_std_types_flow_action.c          |  2 +-
 drivers/infiniband/hw/mlx5/devx.c                | 16 +++++++++-------
 drivers/infiniband/hw/mlx5/flow.c                | 13 ++++++-------
 drivers/infiniband/hw/mlx5/mlx5_ib.h             |  8 ++++++++
 include/rdma/uverbs_std_types.h                  |  2 +-
 9 files changed, 32 insertions(+), 23 deletions(-)

Comments

Jason Gunthorpe April 4, 2019, 12:23 p.m. UTC | #1
On Mon, Apr 01, 2019 at 05:08:22PM -0300, Jason Gunthorpe wrote:
> From: Jason Gunthorpe <jgg@mellanox.com>
> 
> This gets rid of the last references to uobj->context from the drivers, only
> core code is left touching it.
> 
> Jason Gunthorpe (2):
>   IB/mlx5: Remove references to uboject->context
>   IB: When attrs.udata/ufile is available use that instead of uobject

Applied to for-next

Jason