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=50963 (3180 MB) txc=0 zc=n
# rx=29416 (3180 MB)
# ipv4 tcp -z -t 1
# tx=27531 (1718 MB) txc=27531 zc=n
# rx=24799 (1718 MB)
# ok
# ipv6 tcp -t 1
# tx=43719 (2728 MB) txc=0 zc=n
# rx=31898 (2728 MB)
# ipv6 tcp -z -t 1
# tx=29946 (1868 MB) txc=29946 zc=n
# rx=29499 (1868 MB)
# ok
# ipv4 udp -t 1
# tx=126598 (7900 MB) txc=0 zc=n
# rx=126593 (7899 MB)
# ipv4 udp -z -t 1
# tx=52341 (3266 MB) txc=52341 zc=n
# rx=52333 (3265 MB)
# ok
# ipv6 udp -t 1
# tx=116086 (7244 MB) txc=0 zc=n
# rx=116077 (7243 MB)
# ipv6 udp -z -t 1
# tx=52641 (3284 MB) txc=52641 zc=n
# rx=52640 (3284 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__->