Skip to content

Commit 6682bfc

Browse files
aloktiwaPaolo Abeni
authored andcommitted
Doc: networking: Fix various typos in rds.rst
Corrected "sages" to "messages" in the bitmap allocation description. Fixed "competed" to "completed" in the recv path datagram handling section. Corrected "privatee" to "private" in the multipath RDS section. Fixed "mutlipath" to "multipath" in the transport capabilities description. These changes improve documentation clarity and maintain consistency. Signed-off-by: Alok Tiwari <[email protected]> Acked-by: Randy Dunlap <[email protected]> Reviewed-by: Allison Henderson <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent f95633a commit 6682bfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/networking/rds.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ RDS Protocol
265265

266266
The bitmaps are allocated as connections are brought up. This
267267
avoids allocation in the interrupt handling path which queues
268-
sages on sockets. The dense bitmaps let transports send the
268+
messages on sockets. The dense bitmaps let transports send the
269269
entire bitmap on any bitmap change reasonably efficiently. This
270270
is much easier to implement than some finer-grained
271271
communication of per-port congestion. The sender does a very
@@ -373,7 +373,7 @@ The recv path
373373
- validate header checksum
374374
- copy header to rds_ib_incoming struct if start of a new datagram
375375
- add to ibinc's fraglist
376-
- if competed datagram:
376+
- if completed datagram:
377377
- update cong map if datagram was cong update
378378
- call rds_recv_incoming() otherwise
379379
- note if ack is required
@@ -415,7 +415,7 @@ Multipath RDS (mprds)
415415
I/O workqs and reconnect threads are driven from the rds_conn_path.
416416
Transports such as TCP that are multipath capable may then set up a
417417
TCP socket per rds_conn_path, and this is managed by the transport via
418-
the transport privatee cp_transport_data pointer.
418+
the transport private cp_transport_data pointer.
419419

420420
Transports announce themselves as multipath capable by setting the
421421
t_mp_capable bit during registration with the rds core module. When the
@@ -430,7 +430,7 @@ Multipath RDS (mprds)
430430
This is done by sending out a control packet exchange before the
431431
first data packet. The control packet exchange must have completed
432432
prior to outgoing hash completion in rds_sendmsg() when the transport
433-
is mutlipath capable.
433+
is multipath capable.
434434

435435
The control packet is an RDS ping packet (i.e., packet to rds dest
436436
port 0) with the ping packet having a rds extension header option of

0 commit comments

Comments
 (0)