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=115765 (7224 MB) txc=0 zc=n
# rx=66831 (7224 MB)
# ipv4 tcp -z -t 1
# tx=78604 (4905 MB) txc=78604 zc=n
# rx=44722 (4905 MB)
# ok
# ipv6 tcp -t 1
# tx=107534 (6710 MB) txc=0 zc=n
# rx=62235 (6710 MB)
# ipv6 tcp -z -t 1
# tx=72643 (4533 MB) txc=72643 zc=n
# rx=51326 (4533 MB)
# ok
# ipv4 udp -t 1
# tx=197383 (12317 MB) txc=0 zc=n
# rx=197383 (12317 MB)
# ipv4 udp -z -t 1
# tx=107484 (6707 MB) txc=107484 zc=n
# rx=107396 (6701 MB)
# ok
# ipv6 udp -t 1
# tx=198937 (12414 MB) txc=0 zc=n
# rx=198936 (12414 MB)
# ipv6 udp -z -t 1
# tx=99770 (6226 MB) txc=99770 zc=n
# rx=99707 (6222 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__->