make -C tools/testing/selftests TARGETS="net" TEST_PROGS=msg_zerocopy.sh TTEST_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=207935 (12975 MB) txc=0 zc=n
# rx=99142 (12975 MB)
# ipv4 tcp -z -t 1
# tx=116215 (7252 MB) txc=116215 zc=n
# rx=57779 (7252 MB)
# ok
# ipv6 tcp -t 1
# tx=205848 (12845 MB) txc=0 zc=n
# rx=94487 (12845 MB)
# ipv6 tcp -z -t 1
# tx=119705 (7470 MB) txc=119705 zc=n
# rx=59547 (7470 MB)
# ok
# ipv4 udp -t 1
# tx=234898 (14658 MB) txc=0 zc=n
# rx=234898 (14658 MB)
# ipv4 udp -z -t 1
# tx=111682 (6969 MB) txc=111682 zc=n
# rx=111651 (6967 MB)
# ok
# ipv6 udp -t 1
# tx=251455 (15691 MB) txc=0 zc=n
# rx=251452 (15691 MB)
# ipv6 udp -z -t 1
# tx=115685 (7219 MB) txc=115685 zc=n
# rx=115630 (7215 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__->