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=200044 (12483 MB) txc=0 zc=n
# rx=99516 (12483 MB)
# ipv4 tcp -z -t 1
# tx=119765 (7473 MB) txc=119765 zc=n
# rx=59242 (7473 MB)
# ok
# ipv6 tcp -t 1
# tx=174180 (10869 MB) txc=0 zc=n
# rx=79068 (10869 MB)
# ipv6 tcp -z -t 1
# tx=100571 (6276 MB) txc=100571 zc=n
# rx=50104 (6276 MB)
# ok
# ipv4 udp -t 1
# tx=168802 (10533 MB) txc=0 zc=n
# rx=168800 (10533 MB)
# ipv4 udp -z -t 1
# tx=98467 (6144 MB) txc=98467 zc=n
# rx=98458 (6144 MB)
# ok
# ipv6 udp -t 1
# tx=221744 (13837 MB) txc=0 zc=n
# rx=221744 (13837 MB)
# ipv6 udp -z -t 1
# tx=92514 (5773 MB) txc=92514 zc=n
# rx=92483 (5771 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__->