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:    949 MB/s    16105 calls/s  16105 msg/s
# tcp rx:    984 MB/s    49086 calls/s
# tcp tx:    963 MB/s    16342 calls/s  16342 msg/s
# tcp rx:    981 MB/s    48301 calls/s
# tcp tx:    936 MB/s    15885 calls/s  15885 msg/s
# tcp rx:    937 MB/s    43673 calls/s
# tcp tx:    863 MB/s    14651 calls/s  14651 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:    584 MB/s   423340 calls/s
# udp tx:   1294 MB/s    21963 calls/s  21963 msg/s
# udp rx:    658 MB/s   477184 calls/s
# udp tx:   1307 MB/s    22183 calls/s  22183 msg/s
# udp rx:    658 MB/s   476672 calls/s
# udp tx:   1303 MB/s    22104 calls/s  22104 msg/s
# udp rx:    662 MB/s   479488 calls/s
# udp tx:   1302 MB/s    22099 calls/s  22099 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:   1081 MB/s   788577 calls/s
# udp tx:   1106 MB/s    18768 calls/s  18768 msg/s
# udp rx:   1147 MB/s   837161 calls/s
# udp tx:   1151 MB/s    19532 calls/s  19532 msg/s
# udp rx:   1124 MB/s   820284 calls/s
# udp tx:   1127 MB/s    19121 calls/s  19121 msg/s
# udp rx:   1174 MB/s   856221 calls/s
# udp tx:   1176 MB/s    19962 calls/s  19962 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__->