Message ID | cover.1622132917.git.pabeni@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: some smaller cleanup | expand |
On Thu, 27 May 2021, Paolo Abeni wrote: > This are 2 smallish pre-req for the RX path refactor. > > I think they can live of their own merit, so sending them > out now. > > Paolo Abeni (2): > mptcp: don't clear MPTCP_DATA_READY in sk_wait_event() > mptcp: drop rendundant test in move_skbs_to_msk() > > net/mptcp/protocol.c | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-) > > -- > 2.26.3 Series looks good to me. Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com> -- Mat Martineau Intel
Hi Paolo, Mat, On 27/05/2021 18:53, Paolo Abeni wrote: > This are 2 smallish pre-req for the RX path refactor. > > I think they can live of their own merit, so sending them > out now. > > Paolo Abeni (2): > mptcp: don't clear MPTCP_DATA_READY in sk_wait_event() > mptcp: drop rendundant test in move_skbs_to_msk() Thank you for the patches and the review! Now in our tree: - 8fefe3b1f9ec: mptcp: don't clear MPTCP_DATA_READY in sk_wait_event() - 61f6d7b1a174: mptcp: drop rendundant test in move_skbs_to_msk() - Results: e6629296aed2..a4f45379c78f Builds and tests are now in progress: https://cirrus-ci.com/github/multipath-tcp/mptcp_net-next/export/20210607T151231 https://github.com/multipath-tcp/mptcp_net-next/actions/workflows/build-validation.yml?query=branch:export/20210607T151231 Cheers, Matt