On Tue, 15 Jan 2019 08:14:02 -0700 Jason Gunthorpe <jgg@xxxxxxxx> 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 <joeln@xxxxxxxxxx> > > --- > > 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 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