Re: [PATCH net-next 0/6] MPTCP: improve fallback to TCP

2020-06-29 Thread David Miller
From: Davide Caratti Date: Mon, 29 Jun 2020 22:26:19 +0200 > there are situations where MPTCP sockets should fall-back to regular TCP: > this series reworks the fallback code to pursue the following goals: > > 1) cleanup the non fallback code, removing most of 'if ()' in >the data path > 2)

[PATCH net-next 0/6] MPTCP: improve fallback to TCP

2020-06-29 Thread Davide Caratti
there are situations where MPTCP sockets should fall-back to regular TCP: this series reworks the fallback code to pursue the following goals: 1) cleanup the non fallback code, removing most of 'if ()' in the data path 2) improve performance for non-fallback sockets, avoiding locks in poll() f