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 6000
# selftests: net: msg_zerocopy.sh
# ipv4 tcp -t 1
# tx=48532 (3028 MB) txc=0 zc=n
# rx=35061 (3028 MB)
# ipv4 tcp -z -t 1
# tx=35018 (2185 MB) txc=35018 zc=n
# rx=29803 (2185 MB)
# ok
# ipv6 tcp -t 1
# tx=34637 (2161 MB) txc=0 zc=n
# rx=31208 (2161 MB)
# ipv6 tcp -z -t 1
# tx=34922 (2179 MB) txc=34922 zc=n
# rx=34742 (2179 MB)
# ok
# ipv4 udp -t 1
# tx=104338 (6511 MB) txc=0 zc=n
# rx=104338 (6511 MB)
# ipv4 udp -z -t 1
# tx=63517 (3963 MB) txc=63517 zc=n
# rx=63517 (3963 MB)
# ok
# ipv6 udp -t 1
# tx=110182 (6875 MB) txc=0 zc=n
# rx=110149 (6873 MB)
# ipv6 udp -z -t 1
# tx=56385 (3518 MB) txc=56385 zc=n
# rx=56383 (3518 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__->