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=196721 (12276 MB) txc=0 zc=n
# rx=93436 (12276 MB)
# ipv4 tcp -z -t 1
# tx=126588 (7899 MB) txc=126588 zc=n
# rx=63288 (7899 MB)
# ok
# ipv6 tcp -t 1
# tx=211161 (13177 MB) txc=0 zc=n
# rx=98572 (13177 MB)
# ipv6 tcp -z -t 1
# tx=119985 (7487 MB) txc=119985 zc=n
# rx=59986 (7487 MB)
# ok
# ipv4 udp -t 1
# tx=202413 (12631 MB) txc=0 zc=n
# rx=202391 (12629 MB)
# ipv4 udp -z -t 1
# tx=110779 (6913 MB) txc=110779 zc=n
# rx=110755 (6911 MB)
# ok
# ipv6 udp -t 1
# tx=237684 (14832 MB) txc=0 zc=n
# rx=237684 (14832 MB)
# ipv6 udp -z -t 1
# tx=113058 (7055 MB) txc=113058 zc=n
# rx=113054 (7054 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__->