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:    875 MB/s    14849 calls/s  14849 msg/s
# tcp rx:    876 MB/s    71067 calls/s
# tcp tx:    854 MB/s    14491 calls/s  14491 msg/s
# tcp rx:    855 MB/s    68722 calls/s
# tcp tx:    867 MB/s    14717 calls/s  14717 msg/s
# tcp rx:    868 MB/s    65645 calls/s
# tcp tx:    830 MB/s    14086 calls/s  14086 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:    587 MB/s   426240 calls/s
# udp tx:   1235 MB/s    20955 calls/s  20955 msg/s
# udp rx:    667 MB/s   483584 calls/s
# udp tx:   1276 MB/s    21651 calls/s  21651 msg/s
# udp rx:    677 MB/s   490496 calls/s
# udp tx:   1295 MB/s    21974 calls/s  21974 msg/s
# udp rx:    667 MB/s   483328 calls/s
# udp tx:   1299 MB/s    22038 calls/s  22038 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:   1119 MB/s   816292 calls/s
# udp tx:   1141 MB/s    19356 calls/s  19356 msg/s
# udp rx:   1193 MB/s   870264 calls/s
# udp tx:   1192 MB/s    20220 calls/s  20220 msg/s
# udp rx:   1155 MB/s   842712 calls/s
# udp tx:   1154 MB/s    19579 calls/s  19579 msg/s
# udp rx:   1155 MB/s   842688 calls/s
# udp tx:   1154 MB/s    19577 calls/s  19577 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__->