Re: [PATCH net-next 2/2] mptcp: add receive buffer auto-tuning

2020-07-01 Thread Matthieu Baerts
Hi Florian, On 30/06/2020 21:24, Florian Westphal wrote: When mptcp is used, userspace doesn't read from the tcp (subflow) socket but from the parent (mptcp) socket receive queue. skbs are moved from the subflow socket to the mptcp rx queue either from 'data_ready' callback (if mptcp socket can

[PATCH net-next 2/2] mptcp: add receive buffer auto-tuning

2020-06-30 Thread Florian Westphal
When mptcp is used, userspace doesn't read from the tcp (subflow) socket but from the parent (mptcp) socket receive queue. skbs are moved from the subflow socket to the mptcp rx queue either from 'data_ready' callback (if mptcp socket can be locked), a work queue, or the socket receive function.