All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH v3 0/6] mptcp: update mptcp ack sequence from work queue
@ 2020-02-18 12:21 Florian Westphal
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Westphal @ 2020-02-18 12:21 UTC (permalink / raw)
  To: mptcp

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

This is v3 of the attempt to allow mptcp to update its ack-sequence
number even if userspace doesn't call recv() for some time.
This includes a change to patch 2/6 to address a theoretical race when
two subflows deliver same data: previous version may have discarded the
additional data correctly, but would leave EPOLLIN indication enabled,
even though all data has to be tossed as duplicate.

Rest of patches is unchanged.

Thanks,
Florian


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [MPTCP] [PATCH v3 0/6] mptcp: update mptcp ack sequence from work queue
@ 2020-02-20 14:34 Florian Westphal
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Westphal @ 2020-02-20 14:34 UTC (permalink / raw)
  To: mptcp

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

V3.  No changes since v2, I only updated commit messages in
patches 1, 2, 3 and 6.

I think we should try to avoid needless squashing and keep
these as-is for now.  We can always condense some of this later
on in case we need to reduce number of individual patches for some
reason.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-20 14:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18 12:21 [MPTCP] [PATCH v3 0/6] mptcp: update mptcp ack sequence from work queue Florian Westphal
2020-02-20 14:34 Florian Westphal

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.