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=206266 (12871 MB) txc=0 zc=n
# rx=96839 (12871 MB)
# ipv4 tcp -z -t 1
# tx=114116 (7121 MB) txc=114116 zc=n
# rx=57022 (7121 MB)
# ok
# ipv6 tcp -t 1
# tx=203530 (12701 MB) txc=0 zc=n
# rx=99951 (12701 MB)
# ipv6 tcp -z -t 1
# tx=120421 (7514 MB) txc=120421 zc=n
# rx=60183 (7514 MB)
# ok
# ipv4 udp -t 1
# tx=225055 (14044 MB) txc=0 zc=n
# rx=224952 (14037 MB)
# ipv4 udp -z -t 1
# tx=102003 (6365 MB) txc=102003 zc=n
# rx=101673 (6344 MB)
# ok
# ipv6 udp -t 1
# tx=244499 (15257 MB) txc=0 zc=n
# rx=242809 (15152 MB)
# ipv6 udp -z -t 1
# tx=112708 (7033 MB) txc=112708 zc=n
# rx=112689 (7032 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__->