make -C tools/testing/selftests TARGETS="net" TEST_PROGS=msg_zerocopy.sh TTEST_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=206759 (12902 MB) txc=0 zc=n
# rx=102463 (12902 MB)
# ipv4 tcp -z -t 1
# tx=118124 (7371 MB) txc=118124 zc=n
# rx=58667 (7371 MB)
# ok
# ipv6 tcp -t 1
# tx=207682 (12960 MB) txc=0 zc=n
# rx=103343 (12960 MB)
# ipv6 tcp -z -t 1
# tx=122050 (7616 MB) txc=122050 zc=n
# rx=60594 (7616 MB)
# ok
# ipv4 udp -t 1
# tx=248383 (15500 MB) txc=0 zc=n
# rx=248373 (15499 MB)
# ipv4 udp -z -t 1
# tx=109592 (6838 MB) txc=109592 zc=n
# rx=109586 (6838 MB)
# ok
# ipv6 udp -t 1
# tx=239217 (14928 MB) txc=0 zc=n
# rx=239214 (14927 MB)
# ipv6 udp -z -t 1
# tx=106881 (6669 MB) txc=106881 zc=n
# rx=106839 (6667 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__->