make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.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: udpgro_frglist.sh
# ipv6
# tcp - over veth touching data
# -l 4 -6 -D 2001:db8::1 -t rx -4 -t
# -4 -t
# tcp tx:    960 MB/s    16295 calls/s  16295 msg/s
# tcp rx:    961 MB/s    49437 calls/s
# tcp tx:    917 MB/s    15564 calls/s  15564 msg/s
# tcp rx:    919 MB/s    46683 calls/s
# tcp tx:    924 MB/s    15672 calls/s  15672 msg/s
# tcp rx:    924 MB/s    46331 calls/s
# tcp tx:    793 MB/s    13458 calls/s  13458 msg/s
# udp gso - over veth touching data
# -l 4 -6 -D 2001:db8::1 -u -S 0 rx -4 -v
# -4 -v
# udp rx:    356 MB/s   258048 calls/s
# udp tx:    843 MB/s    14314 calls/s  14314 msg/s
# udp rx:    600 MB/s   435474 calls/s
# udp tx:    978 MB/s    16599 calls/s  16599 msg/s
# udp rx:    639 MB/s   463747 calls/s
# udp tx:   1169 MB/s    19842 calls/s  19842 msg/s
# udp rx:    471 MB/s   341570 calls/s
# udp tx:   1239 MB/s    21031 calls/s  21031 msg/s
# udp gso and gro - over veth touching data
# -l 4 -6 -D 2001:db8::1 -S 0 rx -4 -G
# -4 -G
# udp rx:   1059 MB/s   773014 calls/s
# udp tx:   1081 MB/s    18337 calls/s  18337 msg/s
# udp rx:    942 MB/s   687427 calls/s
# udp tx:    950 MB/s    16122 calls/s  16122 msg/s
# udp rx:   1030 MB/s   751410 calls/s
# udp tx:   1029 MB/s    17466 calls/s  17466 msg/s
# udp rx:   1091 MB/s   796167 calls/s
# udp tx:   1092 MB/s    18536 calls/s  18536 msg/s
ok 1 selftests: net: udpgro_frglist.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__->