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=115207 (7189 MB) txc=0 zc=n
# rx=63239 (7189 MB)
# ipv4 tcp -z -t 1
# tx=75670 (4722 MB) txc=75670 zc=n
# rx=48256 (4722 MB)
# ok
# ipv6 tcp -t 1
# tx=108592 (6776 MB) txc=0 zc=n
# rx=66795 (6776 MB)
# ipv6 tcp -z -t 1
# tx=77993 (4867 MB) txc=77993 zc=n
# rx=43941 (4867 MB)
# ok
# ipv4 udp -t 1
# tx=204474 (12759 MB) txc=0 zc=n
# rx=204446 (12758 MB)
# ipv4 udp -z -t 1
# tx=118360 (7386 MB) txc=118360 zc=n
# rx=118341 (7384 MB)
# ok
# ipv6 udp -t 1
# tx=252193 (15737 MB) txc=0 zc=n
# rx=252192 (15737 MB)
# ipv6 udp -z -t 1
# tx=115718 (7221 MB) txc=115718 zc=n
# rx=115690 (7219 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__->