Re: [PATCH net-next 6/6] mptcp: use mptcp release_cb for delayed tasks

2020-11-30 Thread Mat Martineau
On Fri, 27 Nov 2020, Paolo Abeni wrote: We have some tasks triggered by the subflow receive path which require to access the msk socket status, specifically: mptcp_clean_una() and mptcp_push_pending() We have almost everything in place to defer to the msk release_cb such tasks when the msk sock

[PATCH net-next 6/6] mptcp: use mptcp release_cb for delayed tasks

2020-11-27 Thread Paolo Abeni
We have some tasks triggered by the subflow receive path which require to access the msk socket status, specifically: mptcp_clean_una() and mptcp_push_pending() We have almost everything in place to defer to the msk release_cb such tasks when the msk sock is owned. Since the worker is no more use