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=184512 (11514 MB) txc=0 zc=n
# rx=85549 (11514 MB)
# ipv4 tcp -z -t 1
# tx=110651 (6905 MB) txc=110651 zc=n
# rx=55315 (6905 MB)
# ok
# ipv6 tcp -t 1
# tx=173216 (10809 MB) txc=0 zc=n
# rx=85404 (10809 MB)
# ipv6 tcp -z -t 1
# tx=117302 (7320 MB) txc=117302 zc=n
# rx=58646 (7320 MB)
# ok
# ipv4 udp -t 1
# tx=234200 (14614 MB) txc=0 zc=n
# rx=234131 (14610 MB)
# ipv4 udp -z -t 1
# tx=104887 (6545 MB) txc=104887 zc=n
# rx=104871 (6544 MB)
# ok
# ipv6 udp -t 1
# tx=246683 (15393 MB) txc=0 zc=n
# rx=246676 (15393 MB)
# ipv6 udp -z -t 1
# tx=108165 (6749 MB) txc=108165 zc=n
# rx=108140 (6748 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__->