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=211491 (13197 MB) txc=0 zc=n
# rx=103716 (13197 MB)
# ipv4 tcp -z -t 1
# tx=127234 (7939 MB) txc=127234 zc=n
# rx=63429 (7939 MB)
# ok
# ipv6 tcp -t 1
# tx=201955 (12602 MB) txc=0 zc=n
# rx=100368 (12602 MB)
# ipv6 tcp -z -t 1
# tx=126084 (7868 MB) txc=126084 zc=n
# rx=62963 (7868 MB)
# ok
# ipv4 udp -t 1
# tx=253674 (15830 MB) txc=0 zc=n
# rx=253655 (15829 MB)
# ipv4 udp -z -t 1
# tx=116911 (7295 MB) txc=116911 zc=n
# rx=116851 (7291 MB)
# ok
# ipv6 udp -t 1
# tx=238399 (14876 MB) txc=0 zc=n
# rx=238394 (14876 MB)
# ipv6 udp -z -t 1
# tx=116533 (7272 MB) txc=116533 zc=n
# rx=116512 (7270 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__->