linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/infiniband: update name of some functions
@ 2019-09-03 12:45 Guoqing Jiang
  2019-09-12 13:27 ` Jason Gunthorpe
  0 siblings, 1 reply; 2+ messages in thread
From: Guoqing Jiang @ 2019-09-03 12:45 UTC (permalink / raw)
  To: dledford, jgg, corbet
  Cc: linux-rdma, linux-doc, Guoqing Jiang, Niranjana Vishwanathapura

Update the document since those functions had been renamed in below.

commit 0a18cfe4f6d7d ("IB/core: Rename ib_create_ah to rdma_create_ah")
commit 67b985b6c7553 ("IB/core: Rename ib_modify_ah to rdma_modify_ah")
commit bfbfd661c9ea2 ("IB/core: Rename ib_query_ah to rdma_query_ah")
commit 365231593409f ("IB/core: Rename ib_destroy_ah to rdma_destroy_ah")

Cc: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Signed-off-by: Guoqing Jiang <guoqing.jiang@cloud.ionos.com>
---
 Documentation/infiniband/core_locking.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/infiniband/core_locking.rst b/Documentation/infiniband/core_locking.rst
index f34669beb4fe..8f76a8a5a38f 100644
--- a/Documentation/infiniband/core_locking.rst
+++ b/Documentation/infiniband/core_locking.rst
@@ -29,10 +29,10 @@ Sleeping and interrupt context
   The corresponding functions exported to upper level protocol
   consumers:
 
-    - ib_create_ah
-    - ib_modify_ah
-    - ib_query_ah
-    - ib_destroy_ah
+    - rdma_create_ah
+    - rdma_modify_ah
+    - rdma_query_ah
+    - rdma_destroy_ah
     - ib_post_send
     - ib_post_recv
     - ib_req_notify_cq
-- 
2.17.1


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

* Re: [PATCH] Documentation/infiniband: update name of some functions
  2019-09-03 12:45 [PATCH] Documentation/infiniband: update name of some functions Guoqing Jiang
@ 2019-09-12 13:27 ` Jason Gunthorpe
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2019-09-12 13:27 UTC (permalink / raw)
  To: Guoqing Jiang
  Cc: dledford, corbet, linux-rdma, linux-doc, Guoqing Jiang,
	Niranjana Vishwanathapura

On Tue, Sep 03, 2019 at 02:45:19PM +0200, Guoqing Jiang wrote:
> Update the document since those functions had been renamed in below.
> 
> commit 0a18cfe4f6d7d ("IB/core: Rename ib_create_ah to rdma_create_ah")
> commit 67b985b6c7553 ("IB/core: Rename ib_modify_ah to rdma_modify_ah")
> commit bfbfd661c9ea2 ("IB/core: Rename ib_query_ah to rdma_query_ah")
> commit 365231593409f ("IB/core: Rename ib_destroy_ah to rdma_destroy_ah")
> 
> Cc: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
> Signed-off-by: Guoqing Jiang <guoqing.jiang@cloud.ionos.com>
> ---
>  Documentation/infiniband/core_locking.rst | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied to for-next, thanks

Jason

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

end of thread, other threads:[~2019-09-12 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03 12:45 [PATCH] Documentation/infiniband: update name of some functions Guoqing Jiang
2019-09-12 13:27 ` Jason Gunthorpe

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).