Re: [PATCH net-next] selftests: mptcp: fix typo in mptcp_connect usage

2020-09-02 Thread David Miller
From: Davide Caratti Date: Wed, 2 Sep 2020 13:44:24 +0200 > in mptcp_connect, 's' selects IPPROTO_MPTCP / IPPROTO_TCP as the value of > 'protocol' in socket(), and 'm' switches between different send / receive > modes. Fix die_usage(): swap 'm' and 's' and add missing 'sendfile' mode. > > Signe

Re: [PATCH net-next] selftests: mptcp: fix typo in mptcp_connect usage

2020-09-02 Thread Matthieu Baerts
Hi Davide, On 02/09/2020 13:44, Davide Caratti wrote: in mptcp_connect, 's' selects IPPROTO_MPTCP / IPPROTO_TCP as the value of 'protocol' in socket(), and 'm' switches between different send / receive modes. Fix die_usage(): swap 'm' and 's' and add missing 'sendfile' mode. Good catch! I gue

[PATCH net-next] selftests: mptcp: fix typo in mptcp_connect usage

2020-09-02 Thread Davide Caratti
in mptcp_connect, 's' selects IPPROTO_MPTCP / IPPROTO_TCP as the value of 'protocol' in socket(), and 'm' switches between different send / receive modes. Fix die_usage(): swap 'm' and 's' and add missing 'sendfile' mode. Signed-off-by: Davide Caratti --- tools/testing/selftests/net/mptcp/mptcp_