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=112080 (6994 MB) txc=0 zc=n
# rx=63671 (6994 MB)
# ipv4 tcp -z -t 1
# tx=80022 (4993 MB) txc=80022 zc=n
# rx=56213 (4993 MB)
# ok
# ipv6 tcp -t 1
# tx=130051 (8115 MB) txc=0 zc=n
# rx=74148 (8115 MB)
# ipv6 tcp -z -t 1
# tx=83593 (5216 MB) txc=83593 zc=n
# rx=77457 (5216 MB)
# ok
# ipv4 udp -t 1
# tx=248599 (15513 MB) txc=0 zc=n
# rx=248599 (15513 MB)
# ipv4 udp -z -t 1
# tx=114779 (7162 MB) txc=114779 zc=n
# rx=114750 (7160 MB)
# ok
# ipv6 udp -t 1
# tx=243807 (15214 MB) txc=0 zc=n
# rx=243795 (15213 MB)
# ipv6 udp -z -t 1
# tx=116817 (7289 MB) txc=116817 zc=n
# rx=116816 (7289 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__->