Re: [PATCH net-next] mptcp: use mptcp worker for path management

2020-07-07 Thread David Miller
From: Florian Westphal Date: Tue, 7 Jul 2020 14:40:48 +0200 > We can re-use the existing work queue to handle path management > instead of a dedicated work queue. Just move pm_worker to protocol.c, > call it from the mptcp worker and get rid of the msk lock (already held). > > Signed-off-by: F

Re: [PATCH net-next] mptcp: use mptcp worker for path management

2020-07-07 Thread Mat Martineau
On Tue, 7 Jul 2020, Florian Westphal wrote: We can re-use the existing work queue to handle path management instead of a dedicated work queue. Just move pm_worker to protocol.c, call it from the mptcp worker and get rid of the msk lock (already held). Signed-off-by: Florian Westphal --- net

[PATCH net-next] mptcp: use mptcp worker for path management

2020-07-07 Thread Florian Westphal
We can re-use the existing work queue to handle path management instead of a dedicated work queue. Just move pm_worker to protocol.c, call it from the mptcp worker and get rid of the msk lock (already held). Signed-off-by: Florian Westphal --- net/mptcp/pm.c | 44 +