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=172427 (10760 MB) txc=0 zc=n
# rx=62176 (10760 MB)
# ipv4 tcp -z -t 1
# tx=120462 (7517 MB) txc=120462 zc=n
# rx=60220 (7517 MB)
# ok
# ipv6 tcp -t 1
# tx=165614 (10334 MB) txc=0 zc=n
# rx=62577 (10334 MB)
# ipv6 tcp -z -t 1
# tx=119213 (7439 MB) txc=119213 zc=n
# rx=59572 (7439 MB)
# ok
# ipv4 udp -t 1
# tx=238459 (14880 MB) txc=0 zc=n
# rx=238453 (14880 MB)
# ipv4 udp -z -t 1
# tx=110943 (6923 MB) txc=110943 zc=n
# rx=110938 (6922 MB)
# ok
# ipv6 udp -t 1
# tx=249467 (15567 MB) txc=0 zc=n
# rx=249467 (15567 MB)
# ipv6 udp -z -t 1
# tx=97378 (6076 MB) txc=97378 zc=n
# rx=97263 (6069 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__->