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=53445 (3335 MB) txc=0 zc=n
# rx=50178 (3335 MB)
# ipv4 tcp -z -t 1
# tx=37205 (2321 MB) txc=37205 zc=n
# rx=36869 (2321 MB)
# ok
# ipv6 tcp -t 1
# tx=41266 (2575 MB) txc=0 zc=n
# rx=40365 (2575 MB)
# ipv6 tcp -z -t 1
# tx=31061 (1938 MB) txc=31061 zc=n
# rx=29939 (1938 MB)
# ok
# ipv4 udp -t 1
# tx=126550 (7897 MB) txc=0 zc=n
# rx=126550 (7897 MB)
# ipv4 udp -z -t 1
# tx=52147 (3254 MB) txc=52147 zc=n
# rx=52144 (3253 MB)
# ok
# ipv6 udp -t 1
# tx=95200 (5940 MB) txc=0 zc=n
# rx=95191 (5940 MB)
# ipv6 udp -z -t 1
# tx=46169 (2881 MB) txc=46169 zc=n
# rx=46169 (2881 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__->