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

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