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=172196 (10745 MB) txc=0 zc=n
# rx=63609 (10745 MB)
# ipv4 tcp -z -t 1
# tx=114644 (7154 MB) txc=114644 zc=n
# rx=57281 (7154 MB)
# ok
# ipv6 tcp -t 1
# tx=165870 (10350 MB) txc=0 zc=n
# rx=66067 (10350 MB)
# ipv6 tcp -z -t 1
# tx=114434 (7141 MB) txc=114434 zc=n
# rx=57091 (7141 MB)
# ok
# ipv4 udp -t 1
# tx=207295 (12935 MB) txc=0 zc=n
# rx=207278 (12934 MB)
# ipv4 udp -z -t 1
# tx=116785 (7287 MB) txc=116785 zc=n
# rx=116762 (7286 MB)
# ok
# ipv6 udp -t 1
# tx=239241 (14929 MB) txc=0 zc=n
# rx=239241 (14929 MB)
# ipv6 udp -z -t 1
# tx=114506 (7145 MB) txc=114506 zc=n
# rx=114482 (7144 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__->