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=209792 (13091 MB) txc=0 zc=n
# rx=102728 (13091 MB)
# ipv4 tcp -z -t 1
# tx=121991 (7612 MB) txc=121991 zc=n
# rx=60991 (7612 MB)
# ok
# ipv6 tcp -t 1
# tx=214677 (13396 MB) txc=0 zc=n
# rx=105581 (13396 MB)
# ipv6 tcp -z -t 1
# tx=125610 (7838 MB) txc=125610 zc=n
# rx=62801 (7838 MB)
# ok
# ipv4 udp -t 1
# tx=170644 (10648 MB) txc=0 zc=n
# rx=170643 (10648 MB)
# ipv4 udp -z -t 1
# tx=89907 (5610 MB) txc=89907 zc=n
# rx=89868 (5608 MB)
# ok
# ipv6 udp -t 1
# tx=161959 (10106 MB) txc=0 zc=n
# rx=161959 (10106 MB)
# ipv6 udp -z -t 1
# tx=90820 (5667 MB) txc=90820 zc=n
# rx=90768 (5664 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__->