make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_frglist.shh TEST_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:    642 MB/s    10897 calls/s  10897 msg/s
# tcp rx:    643 MB/s    33433 calls/s
# tcp tx:    645 MB/s    10946 calls/s  10946 msg/s
# tcp rx:    646 MB/s    33131 calls/s
# tcp tx:    627 MB/s    10639 calls/s  10639 msg/s
# tcp rx:    627 MB/s    32650 calls/s
# tcp tx:    624 MB/s    10599 calls/s  10599 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:    607 MB/s   441088 calls/s
# udp tx:   1237 MB/s    20997 calls/s  20997 msg/s
# udp rx:    632 MB/s   458240 calls/s
# udp tx:   1212 MB/s    20570 calls/s  20570 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1267 MB/s    21492 calls/s  21492 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1186 MB/s    20124 calls/s  20124 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:    945 MB/s   689848 calls/s
# udp tx:    971 MB/s    16480 calls/s  16480 msg/s
# udp rx:   1147 MB/s   836558 calls/s
# udp tx:   1149 MB/s    19503 calls/s  19503 msg/s
# udp rx:   1152 MB/s   840276 calls/s
# udp tx:   1153 MB/s    19569 calls/s  19569 msg/s
# udp rx:   1151 MB/s   839464 calls/s
# udp tx:   1152 MB/s    19549 calls/s  19549 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__->