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=132549 (8271 MB) txc=0 zc=n
# rx=76106 (8271 MB)
# ipv4 tcp -z -t 1
# tx=85045 (5307 MB) txc=85045 zc=n
# rx=73503 (5307 MB)
# ok
# ipv6 tcp -t 1
# tx=141351 (8820 MB) txc=0 zc=n
# rx=74849 (8820 MB)
# ipv6 tcp -z -t 1
# tx=85601 (5341 MB) txc=85601 zc=n
# rx=84072 (5341 MB)
# ok
# ipv4 udp -t 1
# tx=261359 (16309 MB) txc=0 zc=n
# rx=261328 (16307 MB)
# ipv4 udp -z -t 1
# tx=115913 (7233 MB) txc=115913 zc=n
# rx=115871 (7230 MB)
# ok
# ipv6 udp -t 1
# tx=152568 (9520 MB) txc=0 zc=n
# rx=152567 (9520 MB)
# ipv6 udp -z -t 1
# tx=117778 (7349 MB) txc=117778 zc=n
# rx=117769 (7349 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__->