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:    924 MB/s    15681 calls/s  15681 msg/s
# tcp rx:    925 MB/s    49432 calls/s
# tcp tx:    905 MB/s    15354 calls/s  15354 msg/s
# tcp rx:    937 MB/s    47375 calls/s
# tcp tx:    870 MB/s    14769 calls/s  14769 msg/s
# tcp rx:    866 MB/s    46968 calls/s
# tcp tx:    895 MB/s    15188 calls/s  15188 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:    506 MB/s   367104 calls/s
# udp tx:   1298 MB/s    22025 calls/s  22025 msg/s
# udp rx:    575 MB/s   417536 calls/s
# udp tx:   1287 MB/s    21834 calls/s  21834 msg/s
# udp rx:    644 MB/s   466432 calls/s
# udp tx:   1275 MB/s    21634 calls/s  21634 msg/s
# udp rx:    653 MB/s   473088 calls/s
# udp tx:   1246 MB/s    21142 calls/s  21142 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:   1127 MB/s   822383 calls/s
# udp tx:   1156 MB/s    19608 calls/s  19608 msg/s
# udp rx:   1152 MB/s   840208 calls/s
# udp tx:   1155 MB/s    19595 calls/s  19595 msg/s
# udp rx:   1148 MB/s   837256 calls/s
# udp tx:   1150 MB/s    19520 calls/s  19520 msg/s
# udp rx:   1149 MB/s   838562 calls/s
# udp tx:   1151 MB/s    19534 calls/s  19534 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__->