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:   1017 MB/s    17261 calls/s  17261 msg/s
# tcp rx:   1019 MB/s    52007 calls/s
# tcp tx:    997 MB/s    16912 calls/s  16912 msg/s
# tcp rx:    997 MB/s    51060 calls/s
# tcp tx:    973 MB/s    16510 calls/s  16510 msg/s
# tcp rx:    982 MB/s    49845 calls/s
# tcp tx:    984 MB/s    16700 calls/s  16700 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:    502 MB/s   363882 calls/s
# udp tx:    819 MB/s    13907 calls/s  13907 msg/s
# udp rx:    548 MB/s   397312 calls/s
# udp tx:    777 MB/s    13195 calls/s  13195 msg/s
# udp rx:    566 MB/s   410880 calls/s
# udp tx:    748 MB/s    12699 calls/s  12699 msg/s
# udp rx:    567 MB/s   411382 calls/s
# udp tx:    785 MB/s    13316 calls/s  13316 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   796205 calls/s
# udp tx:   1124 MB/s    19064 calls/s  19064 msg/s
# udp rx:   1158 MB/s   844959 calls/s
# udp tx:   1157 MB/s    19635 calls/s  19635 msg/s
# udp rx:   1151 MB/s   840012 calls/s
# udp tx:   1150 MB/s    19517 calls/s  19517 msg/s
# udp rx:   1155 MB/s   842396 calls/s
# udp tx:   1154 MB/s    19583 calls/s  19583 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__->