make -C tools/testing/selftests TARGETS=net TEST_PROGS=msg_zerocopy.sh TESST_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=183209 (11432 MB) txc=0 zc=n
# rx=76884 (11432 MB)
# ipv4 tcp -z -t 1
# tx=107490 (6707 MB) txc=107490 zc=n
# rx=53734 (6707 MB)
# ok
# ipv6 tcp -t 1
# tx=193800 (12093 MB) txc=0 zc=n
# rx=96426 (12093 MB)
# ipv6 tcp -z -t 1
# tx=107209 (6690 MB) txc=107209 zc=n
# rx=53574 (6690 MB)
# ok
# ipv4 udp -t 1
# tx=177570 (11081 MB) txc=0 zc=n
# rx=177568 (11080 MB)
# ipv4 udp -z -t 1
# tx=87662 (5470 MB) txc=87662 zc=n
# rx=87611 (5467 MB)
# ok
# ipv6 udp -t 1
# tx=179123 (11177 MB) txc=0 zc=n
# rx=179115 (11177 MB)
# ipv6 udp -z -t 1
# tx=88852 (5544 MB) txc=88852 zc=n
# rx=88799 (5541 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__->