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=199123 (12426 MB) txc=0 zc=n
# rx=93624 (12426 MB)
# ipv4 tcp -z -t 1
# tx=125709 (7844 MB) txc=125709 zc=n
# rx=62843 (7844 MB)
# ok
# ipv6 tcp -t 1
# tx=207577 (12953 MB) txc=0 zc=n
# rx=90834 (12953 MB)
# ipv6 tcp -z -t 1
# tx=108359 (6762 MB) txc=108359 zc=n
# rx=53926 (6762 MB)
# ok
# ipv4 udp -t 1
# tx=162248 (10124 MB) txc=0 zc=n
# rx=162248 (10124 MB)
# ipv4 udp -z -t 1
# tx=81958 (5114 MB) txc=81958 zc=n
# rx=81904 (5111 MB)
# ok
# ipv6 udp -t 1
# tx=183136 (11428 MB) txc=0 zc=n
# rx=183096 (11425 MB)
# ipv6 udp -z -t 1
# tx=83340 (5200 MB) txc=83340 zc=n
# rx=83331 (5200 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__->