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=164344 (10255 MB) txc=0 zc=n
# rx=68850 (10255 MB)
# ipv4 tcp -z -t 1
# tx=102916 (6422 MB) txc=102916 zc=n
# rx=51270 (6422 MB)
# ok
# ipv6 tcp -t 1
# tx=196867 (12285 MB) txc=0 zc=n
# rx=89209 (12285 MB)
# ipv6 tcp -z -t 1
# tx=120362 (7511 MB) txc=120362 zc=n
# rx=60168 (7511 MB)
# ok
# ipv4 udp -t 1
# tx=227487 (14196 MB) txc=0 zc=n
# rx=227400 (14190 MB)
# ipv4 udp -z -t 1
# tx=114160 (7124 MB) txc=114160 zc=n
# rx=114139 (7122 MB)
# ok
# ipv6 udp -t 1
# tx=235551 (14699 MB) txc=0 zc=n
# rx=235549 (14699 MB)
# ipv6 udp -z -t 1
# tx=112714 (7033 MB) txc=112714 zc=n
# rx=112710 (7033 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__->