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=210967 (13165 MB) txc=0 zc=n
# rx=104243 (13165 MB)
# ipv4 tcp -z -t 1
# tx=122227 (7627 MB) txc=122227 zc=n
# rx=61108 (7627 MB)
# ok
# ipv6 tcp -t 1
# tx=208783 (13028 MB) txc=0 zc=n
# rx=103157 (13028 MB)
# ipv6 tcp -z -t 1
# tx=127542 (7959 MB) txc=127542 zc=n
# rx=63763 (7959 MB)
# ok
# ipv4 udp -t 1
# tx=226083 (14108 MB) txc=0 zc=n
# rx=226041 (14105 MB)
# ipv4 udp -z -t 1
# tx=118111 (7370 MB) txc=118111 zc=n
# rx=117903 (7357 MB)
# ok
# ipv6 udp -t 1
# tx=206509 (12886 MB) txc=0 zc=n
# rx=206487 (12885 MB)
# ipv6 udp -z -t 1
# tx=100539 (6274 MB) txc=100539 zc=n
# rx=100492 (6271 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__->