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=112482 (7019 MB) txc=0 zc=n
# rx=72357 (7019 MB)
# ipv4 tcp -z -t 1
# tx=75074 (4684 MB) txc=75074 zc=n
# rx=46000 (4684 MB)
# ok
# ipv6 tcp -t 1
# tx=109346 (6823 MB) txc=0 zc=n
# rx=69276 (6823 MB)
# ipv6 tcp -z -t 1
# tx=87003 (5429 MB) txc=87003 zc=n
# rx=77997 (5429 MB)
# ok
# ipv4 udp -t 1
# tx=252432 (15752 MB) txc=0 zc=n
# rx=252410 (15751 MB)
# ipv4 udp -z -t 1
# tx=120198 (7500 MB) txc=120198 zc=n
# rx=120131 (7496 MB)
# ok
# ipv6 udp -t 1
# tx=213947 (13351 MB) txc=0 zc=n
# rx=213920 (13349 MB)
# ipv6 udp -z -t 1
# tx=85943 (5363 MB) txc=85943 zc=n
# rx=85773 (5352 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__->