make -C tools/testing/selftests TARGETS="net" TEST_PROGS=msg_zerocopy.sh TTEST_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=217090 (13547 MB) txc=0 zc=n
# rx=108359 (13547 MB)
# ipv4 tcp -z -t 1
# tx=115077 (7181 MB) txc=115077 zc=n
# rx=56897 (7181 MB)
# ok
# ipv6 tcp -t 1
# tx=201537 (12576 MB) txc=0 zc=n
# rx=100640 (12576 MB)
# ipv6 tcp -z -t 1
# tx=111420 (6953 MB) txc=111420 zc=n
# rx=54948 (6953 MB)
# ok
# ipv4 udp -t 1
# tx=238558 (14886 MB) txc=0 zc=n
# rx=238558 (14886 MB)
# ipv4 udp -z -t 1
# tx=101768 (6350 MB) txc=101768 zc=n
# rx=101723 (6347 MB)
# ok
# ipv6 udp -t 1
# tx=200768 (12528 MB) txc=0 zc=n
# rx=200768 (12528 MB)
# ipv6 udp -z -t 1
# tx=93775 (5851 MB) txc=93775 zc=n
# rx=93771 (5851 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__->