linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] update infiniband uverbs documentation
@ 2019-01-22 10:00 Joel Nider
  2019-01-22 10:00 ` [PATCH v3 1/3] docs-rst: Convert user verbs doc to rst Joel Nider
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Joel Nider @ 2019-01-22 10:00 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Jason Gunthorpe, Leon Romanovsky, Doug Ledford, Mike Rapoport,
	Joel Nider, linux-doc, linux-kernel

A small patchset to update the verbs API documentation with some
information regarding the ioctl syscall. First patch converts the
file format to ReST, since this is the new preferred format, moves
the file to Documentation/userspace-api, and updates the index.
The 2nd patch adds the new content, documenting a bit of the internal
workings of the kernel side of the API functions. The goal is to make
it easier for developers unfamiliar with the structure to understand
what is going on when adding a new function.
The 3rd patch updates the MAINTAINERS file.

v3 addresses comments from Jon, Willy and Jason:
 The location of the new content should be driver-api
 The location of the old (converted) content should be userspace-api
 MAINTAINERS file must be updated

Joel Nider (3):
  docs-rst: Convert user verbs doc to rst
  docs-rst: driver-api: Add infiniband interface documentation
  MAINTAINERS: add new RDMA/Infiniband documentation

 Documentation/driver-api/index.rst              |  1 +
 Documentation/driver-api/infiniband.rst         | 73 +++++++++++++++++++++++++
 Documentation/infiniband/user_verbs.txt         | 69 -----------------------
 Documentation/userspace-api/index.rst           |  1 +
 Documentation/userspace-api/rdma_user_verbs.rst | 70 ++++++++++++++++++++++++
 MAINTAINERS                                     |  2 +
 6 files changed, 147 insertions(+), 69 deletions(-)
 create mode 100644 Documentation/driver-api/infiniband.rst
 delete mode 100644 Documentation/infiniband/user_verbs.txt
 create mode 100644 Documentation/userspace-api/rdma_user_verbs.rst

-- 
2.7.4


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

end of thread, other threads:[~2019-02-03 12:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-22 10:00 [PATCH v3 0/3] update infiniband uverbs documentation Joel Nider
2019-01-22 10:00 ` [PATCH v3 1/3] docs-rst: Convert user verbs doc to rst Joel Nider
2019-01-22 10:00 ` [PATCH v3 2/3] docs-rst: driver-api: Add infiniband interface documentation Joel Nider
2019-02-01 17:09   ` Jason Gunthorpe
2019-01-22 10:00 ` [PATCH v3 3/3] MAINTAINERS: add new RDMA/Infiniband documentation Joel Nider
2019-01-30 12:57 ` [PATCH v3 0/3] update infiniband uverbs documentation Joel Nider
2019-01-30 19:24   ` Jonathan Corbet
2019-02-01 16:52 ` Jason Gunthorpe
2019-02-01 23:15   ` Jonathan Corbet
2019-02-03 12:54     ` Joel Nider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).