Re: [PATCH v2 1/2] docs-rst: Convert user verbs doc to rst
From: Jason Gunthorpe <jgg@ziepe.ca>
Date: 2019-01-15 15:14:07
Also in:
lkml
From: Jason Gunthorpe <jgg@ziepe.ca>
Date: 2019-01-15 15:14:07
Also in:
lkml
On Tue, Jan 15, 2019 at 12:26:30PM +0200, Joel Nider wrote:
Move user_verbs from infiniband to userspace while changing the format. Replace the existing Documentation/infiniband/user_verbs.txt with Documentation/userspace-api/user_verbs.rst. No substantial changes to the content - just some minor reformatting to have the rendering come out nicely. Since this documents a userspace API, its home should be with the other userspace API docs. This is in preparation for updating the content in a subsequent patch. Signed-off-by: Joel Nider <redacted> --- Documentation/infiniband/user_verbs.txt | 69 ----------------------------- Documentation/userspace-api/index.rst | 1 + Documentation/userspace-api/user_verbs.rst | 70 ++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 69 deletions(-) delete mode 100644 Documentation/infiniband/user_verbs.txt create mode 100644 Documentation/userspace-api/user_verbs.rst
Need to update MAINTAINERS for the new file.. Maybe call this rdma_user_verbs.rst as we could also have rdma_umad, rdma_cm, etc Jason