Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* [PATCH rdma-next 0/2] Align write() and ioctl() paths
@ 2020-07-08 11:05 Leon Romanovsky
  2020-07-08 11:05 ` [PATCH rdma-next 1/2] RDMA/core: Align abort/commit object scheme for " Leon Romanovsky
  2020-07-08 11:05 ` [PATCH rdma-next 2/2] RDMA/core: Update write interface to use automatic object lifetime Leon Romanovsky
  0 siblings, 2 replies; 4+ messages in thread
From: Leon Romanovsky @ 2020-07-08 11:05 UTC (permalink / raw)
  To: Doug Ledford, Jason Gunthorpe; +Cc: Leon Romanovsky, linux-kernel, linux-rdma

From: Leon Romanovsky <leonro@mellanox.com>

Hi,

The discussion about RWQ table patch revealed incosistency with use of
usecnt, complex unwind flows without any reason and difference between
write() and ioctl() paths.

This series extends infrastructure to be consistent, reliable and
predicable in regards of commit/desotry uobject.

Thanks

Leon Romanovsky (2):
  RDMA/core: Align abort/commit object scheme for write() and ioctl()
    paths
  RDMA/core: Update write interface to use automatic object lifetime

 drivers/infiniband/core/uverbs_cmd.c          | 299 ++++++------------
 drivers/infiniband/core/uverbs_main.c         |   4 +
 .../infiniband/core/uverbs_std_types_device.c |   7 +-
 include/rdma/uverbs_ioctl.h                   |   1 +
 include/rdma/uverbs_std_types.h               |  14 +
 5 files changed, 115 insertions(+), 210 deletions(-)

--
2.26.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-08 18:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-08 11:05 [PATCH rdma-next 0/2] Align write() and ioctl() paths Leon Romanovsky
2020-07-08 11:05 ` [PATCH rdma-next 1/2] RDMA/core: Align abort/commit object scheme for " Leon Romanovsky
2020-07-08 11:05 ` [PATCH rdma-next 2/2] RDMA/core: Update write interface to use automatic object lifetime Leon Romanovsky
2020-07-08 18:49   ` Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox