[PATCH] RDMA/srpt: Fix srp_sq_size documentation

Serhat Kumral posted 1 patch 1 week, 3 days ago
drivers/infiniband/ulp/srpt/ib_srpt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] RDMA/srpt: Fix srp_sq_size documentation
Posted by Serhat Kumral 1 week, 3 days ago
Replace "Shared receive queue (SRQ)" with "Send queue".

Signed-off-by: Serhat Kumral <serhatkumral1@gmail.com>
---
 drivers/infiniband/ulp/srpt/ib_srpt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/ulp/srpt/ib_srpt.h b/drivers/infiniband/ulp/srpt/ib_srpt.h
index 4c46b301eea1..506c11b84359 100644
--- a/drivers/infiniband/ulp/srpt/ib_srpt.h
+++ b/drivers/infiniband/ulp/srpt/ib_srpt.h
@@ -350,7 +350,7 @@ struct srpt_nexus {
  * struct srpt_port_attrib - attributes for SRPT port
  * @srp_max_rdma_size: Maximum size of SRP RDMA transfers for new connections.
  * @srp_max_rsp_size: Maximum size of SRP response messages in bytes.
- * @srp_sq_size: Shared receive queue (SRQ) size.
+ * @srp_sq_size: Send queue size.
  * @use_srq: Whether or not to use SRQ.
  */
 struct srpt_port_attrib {
-- 
2.53.0
Re: [PATCH] RDMA/srpt: Fix srp_sq_size documentation
Posted by Leon Romanovsky 1 week, 2 days ago
On Mon, 14 Sep 2026 16:05:36 +0300, Serhat Kumral wrote:
> Replace "Shared receive queue (SRQ)" with "Send queue".

Applied, thanks!

[1/1] RDMA/srpt: Fix srp_sq_size documentation
      https://git.kernel.org/rdma/rdma/c/6334cdf33fc3c4

Best regards,
-- 
Leon Romanovsky <leon@kernel.org>
Re: [PATCH] RDMA/srpt: Fix srp_sq_size documentation
Posted by Bart Van Assche 1 week, 3 days ago
On 9/14/26 6:05 AM, Serhat Kumral wrote:
> Replace "Shared receive queue (SRQ)" with "Send queue".
Reviewed-by: Bart Van Assche <bvanassche@acm.org>