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=131452 (8203 MB) txc=0 zc=n
# rx=72257 (8203 MB)
# ipv4 tcp -z -t 1
# tx=68179 (4254 MB) txc=68179 zc=n
# rx=43726 (4254 MB)
# ok
# ipv6 tcp -t 1
# tx=105645 (6592 MB) txc=0 zc=n
# rx=56509 (6592 MB)
# ipv6 tcp -z -t 1
# tx=68691 (4286 MB) txc=68691 zc=n
# rx=48101 (4286 MB)
# ok
# ipv4 udp -t 1
# tx=168926 (10541 MB) txc=0 zc=n
# rx=168913 (10540 MB)
# ipv4 udp -z -t 1
# tx=115050 (7179 MB) txc=115050 zc=n
# rx=115009 (7176 MB)
# ok
# ipv6 udp -t 1
# tx=237584 (14826 MB) txc=0 zc=n
# rx=237581 (14825 MB)
# ipv6 udp -z -t 1
# tx=118629 (7402 MB) txc=118629 zc=n
# rx=118600 (7401 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__->