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:    899 MB/s    15259 calls/s  15259 msg/s
# tcp rx:    914 MB/s    50026 calls/s
# tcp tx:   1004 MB/s    17040 calls/s  17040 msg/s
# tcp rx:   1003 MB/s    50225 calls/s
# tcp tx:    972 MB/s    16500 calls/s  16500 msg/s
# tcp rx:    972 MB/s    49819 calls/s
# tcp tx:    961 MB/s    16308 calls/s  16308 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:    645 MB/s   467360 calls/s
# udp tx:   1265 MB/s    21469 calls/s  21469 msg/s
# udp rx:    662 MB/s   479488 calls/s
# udp tx:   1296 MB/s    21983 calls/s  21983 msg/s
# udp rx:    661 MB/s   479232 calls/s
# udp tx:   1294 MB/s    21964 calls/s  21964 msg/s
# udp rx:    660 MB/s   478464 calls/s
# udp tx:   1285 MB/s    21799 calls/s  21799 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:   1046 MB/s   763544 calls/s
# udp tx:   1071 MB/s    18172 calls/s  18172 msg/s
# udp rx:   1127 MB/s   822379 calls/s
# udp tx:   1134 MB/s    19242 calls/s  19242 msg/s
# udp rx:    687 MB/s   501172 calls/s
# udp tx:    679 MB/s    11519 calls/s  11519 msg/s
# udp rx:    652 MB/s   475746 calls/s
# udp tx:    662 MB/s    11236 calls/s  11236 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__->