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=207870 (12971 MB) txc=0 zc=n
# rx=101834 (12971 MB)
# ipv4 tcp -z -t 1
# tx=123287 (7693 MB) txc=123287 zc=n
# rx=61638 (7693 MB)
# ok
# ipv6 tcp -t 1
# tx=189258 (11810 MB) txc=0 zc=n
# rx=93848 (11810 MB)
# ipv6 tcp -z -t 1
# tx=118038 (7366 MB) txc=118038 zc=n
# rx=59018 (7366 MB)
# ok
# ipv4 udp -t 1
# tx=241154 (15048 MB) txc=0 zc=n
# rx=241154 (15048 MB)
# ipv4 udp -z -t 1
# tx=105596 (6589 MB) txc=105596 zc=n
# rx=105588 (6589 MB)
# ok
# ipv6 udp -t 1
# tx=207632 (12957 MB) txc=0 zc=n
# rx=207616 (12956 MB)
# ipv6 udp -z -t 1
# tx=97109 (6059 MB) txc=97109 zc=n
# rx=97087 (6058 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__->