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=141335 (8819 MB) txc=0 zc=n
# rx=76368 (8819 MB)
# ipv4 tcp -z -t 1
# tx=71698 (4474 MB) txc=71698 zc=n
# rx=50538 (4474 MB)
# ok
# ipv6 tcp -t 1
# tx=110899 (6920 MB) txc=0 zc=n
# rx=62641 (6920 MB)
# ipv6 tcp -z -t 1
# tx=80821 (5043 MB) txc=80821 zc=n
# rx=79547 (5043 MB)
# ok
# ipv4 udp -t 1
# tx=254725 (15895 MB) txc=0 zc=n
# rx=254725 (15895 MB)
# ipv4 udp -z -t 1
# tx=117633 (7340 MB) txc=117633 zc=n
# rx=117607 (7339 MB)
# ok
# ipv6 udp -t 1
# tx=237419 (14815 MB) txc=0 zc=n
# rx=237419 (14815 MB)
# ipv6 udp -z -t 1
# tx=98821 (6166 MB) txc=98821 zc=n
# rx=98783 (6164 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__->