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=209981 (13103 MB) txc=0 zc=n
# rx=102083 (13103 MB)
# ipv4 tcp -z -t 1
# tx=130013 (8113 MB) txc=130013 zc=n
# rx=64869 (8113 MB)
# ok
# ipv6 tcp -t 1
# tx=215280 (13434 MB) txc=0 zc=n
# rx=105642 (13434 MB)
# ipv6 tcp -z -t 1
# tx=127741 (7971 MB) txc=127741 zc=n
# rx=63707 (7971 MB)
# ok
# ipv4 udp -t 1
# tx=219609 (13704 MB) txc=0 zc=n
# rx=219516 (13698 MB)
# ipv4 udp -z -t 1
# tx=113968 (7112 MB) txc=113968 zc=n
# rx=113879 (7106 MB)
# ok
# ipv6 udp -t 1
# tx=248331 (15496 MB) txc=0 zc=n
# rx=248331 (15496 MB)
# ipv6 udp -z -t 1
# tx=110706 (6908 MB) txc=110706 zc=n
# rx=110674 (6906 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__->