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=209924 (13100 MB) txc=0 zc=n
# rx=103765 (13100 MB)
# ipv4 tcp -z -t 1
# tx=117371 (7324 MB) txc=117371 zc=n
# rx=58440 (7324 MB)
# ok
# ipv6 tcp -t 1
# tx=215150 (13426 MB) txc=0 zc=n
# rx=102416 (13426 MB)
# ipv6 tcp -z -t 1
# tx=126307 (7882 MB) txc=126307 zc=n
# rx=63068 (7882 MB)
# ok
# ipv4 udp -t 1
# tx=247463 (15442 MB) txc=0 zc=n
# rx=247451 (15441 MB)
# ipv4 udp -z -t 1
# tx=95021 (5929 MB) txc=95021 zc=n
# rx=94915 (5923 MB)
# ok
# ipv6 udp -t 1
# tx=204330 (12750 MB) txc=0 zc=n
# rx=204324 (12750 MB)
# ipv6 udp -z -t 1
# tx=98514 (6147 MB) txc=98514 zc=n
# rx=98507 (6147 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__->