Re: [PATCH net-next] selftests: correct define in msg_zerocopy.c

2017-09-01 Thread David Miller
From: Willem de Bruijn Date: Fri, 1 Sep 2017 12:31:51 -0400 > From: Willem de Bruijn > > The msg_zerocopy test defines SO_ZEROCOPY if necessary, but its value > is inconsistent with the one in asm-generic.h. Correct that. > > Also convert one error to a warning. When the test is complete, rep

Re: [PATCH net-next] selftests: correct define in msg_zerocopy.c

2017-09-01 Thread Alexei Starovoitov
On 9/1/17 9:31 AM, Willem de Bruijn wrote: From: Willem de Bruijn The msg_zerocopy test defines SO_ZEROCOPY if necessary, but its value is inconsistent with the one in asm-generic.h. Correct that. Also convert one error to a warning. When the test is complete, report throughput and close clean

[PATCH net-next] selftests: correct define in msg_zerocopy.c

2017-09-01 Thread Willem de Bruijn
From: Willem de Bruijn The msg_zerocopy test defines SO_ZEROCOPY if necessary, but its value is inconsistent with the one in asm-generic.h. Correct that. Also convert one error to a warning. When the test is complete, report throughput and close cleanly even if the process did not wait for all c