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=208526 (13012 MB) txc=0 zc=n
# rx=102849 (13012 MB)
# ipv4 tcp -z -t 1
# tx=118638 (7403 MB) txc=118638 zc=n
# rx=58428 (7403 MB)
# ok
# ipv6 tcp -t 1
# tx=198969 (12416 MB) txc=0 zc=n
# rx=94597 (12416 MB)
# ipv6 tcp -z -t 1
# tx=118048 (7366 MB) txc=118048 zc=n
# rx=58097 (7366 MB)
# ok
# ipv4 udp -t 1
# tx=249281 (15556 MB) txc=0 zc=n
# rx=249245 (15553 MB)
# ipv4 udp -z -t 1
# tx=106938 (6673 MB) txc=106938 zc=n
# rx=106807 (6665 MB)
# ok
# ipv6 udp -t 1
# tx=243290 (15182 MB) txc=0 zc=n
# rx=243290 (15182 MB)
# ipv6 udp -z -t 1
# tx=113229 (7065 MB) txc=113229 zc=n
# rx=113211 (7064 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__->