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 6000
# selftests: net: msg_zerocopy.sh
# ipv4 tcp -t 1
# tx=56903 (3550 MB) txc=0 zc=n
# rx=51180 (3550 MB)
# ipv4 tcp -z -t 1
# tx=37358 (2331 MB) txc=37358 zc=n
# rx=37326 (2331 MB)
# ok
# ipv6 tcp -t 1
# tx=51308 (3201 MB) txc=0 zc=n
# rx=42154 (3201 MB)
# ipv6 tcp -z -t 1
# tx=32190 (2008 MB) txc=32190 zc=n
# rx=31336 (2008 MB)
# ok
# ipv4 udp -t 1
# tx=118050 (7366 MB) txc=0 zc=n
# rx=118043 (7366 MB)
# ipv4 udp -z -t 1
# tx=61589 (3843 MB) txc=61589 zc=n
# rx=61586 (3843 MB)
# ok
# ipv6 udp -t 1
# tx=117442 (7328 MB) txc=0 zc=n
# rx=117438 (7328 MB)
# ipv6 udp -z -t 1
# tx=55319 (3452 MB) txc=55319 zc=n
# rx=55318 (3452 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__->