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=209314 (13061 MB) txc=0 zc=n
# rx=102728 (13061 MB)
# ipv4 tcp -z -t 1
# tx=124340 (7759 MB) txc=124340 zc=n
# rx=61707 (7759 MB)
# ok
# ipv6 tcp -t 1
# tx=200289 (12498 MB) txc=0 zc=n
# rx=96833 (12498 MB)
# ipv6 tcp -z -t 1
# tx=113083 (7056 MB) txc=113083 zc=n
# rx=56075 (7056 MB)
# ok
# ipv4 udp -t 1
# tx=247535 (15447 MB) txc=0 zc=n
# rx=247535 (15447 MB)
# ipv4 udp -z -t 1
# tx=110261 (6880 MB) txc=110261 zc=n
# rx=110181 (6875 MB)
# ok
# ipv6 udp -t 1
# tx=251181 (15674 MB) txc=0 zc=n
# rx=251162 (15673 MB)
# ipv6 udp -z -t 1
# tx=113489 (7082 MB) txc=113489 zc=n
# rx=113461 (7080 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__->