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=164783 (10283 MB) txc=0 zc=n
# rx=67415 (10283 MB)
# ipv4 tcp -z -t 1
# tx=110766 (6912 MB) txc=110766 zc=n
# rx=55342 (6912 MB)
# ok
# ipv6 tcp -t 1
# tx=166244 (10374 MB) txc=0 zc=n
# rx=67346 (10374 MB)
# ipv6 tcp -z -t 1
# tx=122027 (7614 MB) txc=122027 zc=n
# rx=60967 (7614 MB)
# ok
# ipv4 udp -t 1
# tx=264565 (16509 MB) txc=0 zc=n
# rx=264554 (16509 MB)
# ipv4 udp -z -t 1
# tx=122926 (7671 MB) txc=122926 zc=n
# rx=122895 (7669 MB)
# ok
# ipv6 udp -t 1
# tx=244759 (15273 MB) txc=0 zc=n
# rx=244755 (15273 MB)
# ipv6 udp -z -t 1
# tx=116354 (7260 MB) txc=116354 zc=n
# rx=116343 (7260 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__->