Re: [PATCH v2 1/2] docs-rst: Convert user verbs doc to rst
From: Jonathan Corbet <corbet@lwn.net>
Date: 2019-01-15 18:02:22
Also in:
lkml
On Tue, 15 Jan 2019 08:14:02 -0700 Jason Gunthorpe [off-list ref] wrote:
quoted
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.rstNeed to update MAINTAINERS for the new file.. Maybe call this rdma_user_verbs.rst as we could also have rdma_umad, rdma_cm, etc
Both of those suggestions make sense. Joel, can you do a quick respin along those lines? Then I think this one is ready. Thanks, jon