Re: [PATCH net-next v2 00/13] mptcp: improve multiple xmit streams support

2020-11-15 Thread Paolo Abeni
On Sat, 2020-11-14 at 13:05 -0800, Jakub Kicinski wrote: > On Thu, 12 Nov 2020 18:45:20 +0100 Paolo Abeni wrote: > > This series improves MPTCP handling of multiple concurrent > > xmit streams. > > Umpf, looks like it no longer applies after the net->net-next merge. > Please respin. Strange: I ju

Re: [PATCH net-next v2 00/13] mptcp: improve multiple xmit streams support

2020-11-14 Thread Jakub Kicinski
On Thu, 12 Nov 2020 18:45:20 +0100 Paolo Abeni wrote: > This series improves MPTCP handling of multiple concurrent > xmit streams. Umpf, looks like it no longer applies after the net->net-next merge. Please respin.

[PATCH net-next v2 00/13] mptcp: improve multiple xmit streams support

2020-11-12 Thread Paolo Abeni
This series improves MPTCP handling of multiple concurrent xmit streams. The to-be-transmitted data is enqueued to a subflow only when the send window is open, keeping the subflows xmit queue shorter and allowing for faster switch-over. The above requires a more accurate msk socket state tracking