[PATCH net-next v2 03/13] mptcp: trigger msk processing even for OoO data

2020-09-14 Thread Paolo Abeni
This is a prerequisite to allow receiving data from multiple subflows without re-injection. Instead of dropping the OoO - "future" data in subflow_check_data_avail(), call into __mptcp_move_skbs() and let the msk drop that. To avoid code duplication factor out the mptcp_subflow_discard_data() hel

Re: [MPTCP] [PATCH net-next v2 03/13] mptcp: trigger msk processing even for OoO data

2020-09-14 Thread Mat Martineau
On Mon, 14 Sep 2020, Paolo Abeni wrote: This is a prerequisite to allow receiving data from multiple subflows without re-injection. Instead of dropping the OoO - "future" data in subflow_check_data_avail(), call into __mptcp_move_skbs() and let the msk drop that. To avoid code duplication fact