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=187094 (11675 MB) txc=0 zc=n
# rx=73423 (11675 MB)
# ipv4 tcp -z -t 1
# tx=110277 (6881 MB) txc=110277 zc=n
# rx=54908 (6881 MB)
# ok
# ipv6 tcp -t 1
# tx=201708 (12587 MB) txc=0 zc=n
# rx=95430 (12587 MB)
# ipv6 tcp -z -t 1
# tx=105150 (6561 MB) txc=105150 zc=n
# rx=52355 (6561 MB)
# ok
# ipv4 udp -t 1
# tx=227799 (14215 MB) txc=0 zc=n
# rx=227799 (14215 MB)
# ipv4 udp -z -t 1
# tx=107170 (6687 MB) txc=107170 zc=n
# rx=107164 (6687 MB)
# ok
# ipv6 udp -t 1
# tx=232742 (14523 MB) txc=0 zc=n
# rx=232712 (14522 MB)
# ipv6 udp -z -t 1
# tx=105681 (6594 MB) txc=105681 zc=n
# rx=105667 (6594 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__->