All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH] topmsg: mptcp: update per unacked sequence on pkt reception
@ 2020-03-20  0:23 Mat Martineau
  0 siblings, 0 replies; only message in thread
From: Mat Martineau @ 2020-03-20  0:23 UTC (permalink / raw)
  To: mptcp

[-- Attachment #1: Type: text/plain, Size: 687 bytes --]

Signed-off-by: Mat Martineau <mathew.j.martineau(a)linux.intel.com>
---
 .topmsg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.topmsg b/.topmsg
index cdac48fde2f1..7c66c41e6919 100644
--- a/.topmsg
+++ b/.topmsg
@@ -2,7 +2,7 @@ From: Paolo Abeni <pabeni(a)redhat.com>
 Subject: [PATCH] mptcp: update per unacked sequence on pkt reception
 
 So that we keep per unacked sequence number consistent; since
-we update per msk data, use an atomic64 cmpxcgh() to protect
+we update per msk data, use an atomic64 cmpxchg() to protect
 against concurrent updates from multiple subflows.
 
 Initialize the snd_una at connect()/accept() time.
-- 
2.25.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-20  0:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-20  0:23 [MPTCP] [PATCH] topmsg: mptcp: update per unacked sequence on pkt reception Mat Martineau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.