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:    926 MB/s    15718 calls/s  15718 msg/s
# tcp rx:    927 MB/s    51032 calls/s
# tcp tx:    968 MB/s    16423 calls/s  16423 msg/s
# tcp rx:    969 MB/s    50465 calls/s
# tcp tx:   1000 MB/s    16969 calls/s  16969 msg/s
# tcp rx:   1001 MB/s    51079 calls/s
# tcp tx:    999 MB/s    16947 calls/s  16947 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:    580 MB/s   420352 calls/s
# udp tx:   1272 MB/s    21575 calls/s  21575 msg/s
# udp rx:    660 MB/s   478208 calls/s
# udp tx:   1221 MB/s    20718 calls/s  20718 msg/s
# udp rx:    660 MB/s   478464 calls/s
# udp tx:   1276 MB/s    21644 calls/s  21644 msg/s
# udp rx:    660 MB/s   478208 calls/s
# udp tx:   1275 MB/s    21636 calls/s  21636 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:   1091 MB/s   796288 calls/s
# udp tx:   1110 MB/s    18834 calls/s  18834 msg/s
# udp rx:   1089 MB/s   794571 calls/s
# udp tx:   1102 MB/s    18694 calls/s  18694 msg/s
# udp rx:   1162 MB/s   848180 calls/s
# udp tx:   1162 MB/s    19715 calls/s  19715 msg/s
# udp rx:   1164 MB/s   849631 calls/s
# udp tx:   1164 MB/s    19752 calls/s  19752 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__->