make -C tools/testing/selftests TARGETS=net TEST_PROGS=msg_zerocopy.sh TESST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: msg_zerocopy.sh
# ipv4 tcp -t 1
# tx=200138 (12489 MB) txc=0 zc=n
# rx=95190 (12489 MB)
# ipv4 tcp -z -t 1
# tx=125513 (7832 MB) txc=125513 zc=n
# rx=62738 (7832 MB)
# ok
# ipv6 tcp -t 1
# tx=198210 (12369 MB) txc=0 zc=n
# rx=95451 (12369 MB)
# ipv6 tcp -z -t 1
# tx=124783 (7786 MB) txc=124783 zc=n
# rx=62367 (7786 MB)
# ok
# ipv4 udp -t 1
# tx=230226 (14366 MB) txc=0 zc=n
# rx=230224 (14366 MB)
# ipv4 udp -z -t 1
# tx=114326 (7134 MB) txc=114326 zc=n
# rx=114316 (7133 MB)
# ok
# ipv6 udp -t 1
# tx=244441 (15254 MB) txc=0 zc=n
# rx=244381 (15250 MB)
# ipv6 udp -z -t 1
# tx=114527 (7146 MB) txc=114527 zc=n
# rx=114527 (7146 MB)
# ok
# OK. All tests passed
ok 1 selftests: net: msg_zerocopy.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->