Blame SOURCES/0001-verbs-Replace-SQ-with-RQ-in-max_recv_sge-s-documents.patch

3bcb62
From e86cfd2fcf1a48bebb6055d8016469aa75a17768 Mon Sep 17 00:00:00 2001
3bcb62
From: Xiao Yang <yangx.jy@cn.fujitsu.com>
3bcb62
Date: Thu, 14 Jan 2021 13:23:37 +0800
3bcb62
Subject: [PATCH] verbs: Replace SQ with RQ in max_recv_sge's documents
3bcb62
3bcb62
[ Upstream commit 380acc92201e6a038258403a36291671b6041ebe ]
3bcb62
3bcb62
Fix copy/paste mistake.
3bcb62
3bcb62
Fixes: 9845a77c8812 ("Add remaining libibverbs manpages")
3bcb62
Fixes: 058c67977dad ("XRC man pages")
3bcb62
Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
3bcb62
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
3bcb62
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
3bcb62
---
3bcb62
 libibverbs/man/ibv_create_qp.3    | 2 +-
3bcb62
 libibverbs/man/ibv_create_qp_ex.3 | 2 +-
3bcb62
 2 files changed, 2 insertions(+), 2 deletions(-)
3bcb62
3bcb62
diff --git a/libibverbs/man/ibv_create_qp.3 b/libibverbs/man/ibv_create_qp.3
3bcb62
index 1cdf247445d2..dfbd245fa7b7 100644
3bcb62
--- a/libibverbs/man/ibv_create_qp.3
3bcb62
+++ b/libibverbs/man/ibv_create_qp.3
3bcb62
@@ -40,7 +40,7 @@ struct ibv_qp_cap {
3bcb62
 uint32_t                max_send_wr;    /* Requested max number of outstanding WRs in the SQ */
3bcb62
 uint32_t                max_recv_wr;    /* Requested max number of outstanding WRs in the RQ */
3bcb62
 uint32_t                max_send_sge;   /* Requested max number of scatter/gather (s/g) elements in a WR in the SQ */
3bcb62
-uint32_t                max_recv_sge;   /* Requested max number of s/g elements in a WR in the SQ */
3bcb62
+uint32_t                max_recv_sge;   /* Requested max number of s/g elements in a WR in the RQ */
3bcb62
 uint32_t                max_inline_data;/* Requested max number of data (bytes) that can be posted inline to the SQ, otherwise 0 */
3bcb62
 .in -8
3bcb62
 };
3bcb62
diff --git a/libibverbs/man/ibv_create_qp_ex.3 b/libibverbs/man/ibv_create_qp_ex.3
3bcb62
index 277e9fa05e61..309281262ac6 100644
3bcb62
--- a/libibverbs/man/ibv_create_qp_ex.3
3bcb62
+++ b/libibverbs/man/ibv_create_qp_ex.3
3bcb62
@@ -49,7 +49,7 @@ struct ibv_qp_cap {
3bcb62
 uint32_t                max_send_wr;    /* Requested max number of outstanding WRs in the SQ */
3bcb62
 uint32_t                max_recv_wr;    /* Requested max number of outstanding WRs in the RQ */
3bcb62
 uint32_t                max_send_sge;   /* Requested max number of scatter/gather (s/g) elements in a WR in the SQ */
3bcb62
-uint32_t                max_recv_sge;   /* Requested max number of s/g elements in a WR in the SQ */
3bcb62
+uint32_t                max_recv_sge;   /* Requested max number of s/g elements in a WR in the RQ */
3bcb62
 uint32_t                max_inline_data;/* Requested max number of data (bytes) that can be posted inline to the SQ, otherwise 0 */
3bcb62
 .in -8
3bcb62
 };
3bcb62
-- 
3bcb62
2.25.4
3bcb62