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:    918 MB/s    15585 calls/s  15585 msg/s
# tcp rx:    919 MB/s    50202 calls/s
# tcp tx:    900 MB/s    15265 calls/s  15265 msg/s
# tcp rx:    915 MB/s    47316 calls/s
# tcp tx:    911 MB/s    15466 calls/s  15466 msg/s
# tcp rx:    911 MB/s    46273 calls/s
# tcp tx:    922 MB/s    15641 calls/s  15641 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:    647 MB/s   469248 calls/s
# udp tx:   1249 MB/s    21191 calls/s  21191 msg/s
# udp rx:    661 MB/s   478976 calls/s
# udp tx:   1258 MB/s    21345 calls/s  21345 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1304 MB/s    22123 calls/s  22123 msg/s
# udp rx:    666 MB/s   482839 calls/s
# udp tx:   1202 MB/s    20398 calls/s  20398 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:   1076 MB/s   785208 calls/s
# udp tx:   1100 MB/s    18666 calls/s  18666 msg/s
# udp rx:   1133 MB/s   826568 calls/s
# udp tx:   1135 MB/s    19261 calls/s  19261 msg/s
# udp rx:   1119 MB/s   816469 calls/s
# udp tx:   1122 MB/s    19032 calls/s  19032 msg/s
# udp rx:   1159 MB/s   845929 calls/s
# udp tx:   1161 MB/s    19697 calls/s  19697 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__->