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=145481 (9078 MB) txc=0 zc=n
# rx=77368 (9078 MB)
# ipv4 tcp -z -t 1
# tx=82290 (5135 MB) txc=82290 zc=n
# rx=70728 (5135 MB)
# ok
# ipv6 tcp -t 1
# tx=138570 (8647 MB) txc=0 zc=n
# rx=75910 (8647 MB)
# ipv6 tcp -z -t 1
# tx=84835 (5294 MB) txc=84835 zc=n
# rx=79444 (5294 MB)
# ok
# ipv4 udp -t 1
# tx=249059 (15542 MB) txc=0 zc=n
# rx=248899 (15532 MB)
# ipv4 udp -z -t 1
# tx=118423 (7390 MB) txc=118423 zc=n
# rx=118322 (7383 MB)
# ok
# ipv6 udp -t 1
# tx=247813 (15464 MB) txc=0 zc=n
# rx=247813 (15464 MB)
# ipv6 udp -z -t 1
# tx=115731 (7222 MB) txc=115731 zc=n
# rx=115669 (7218 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__->