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:    982 MB/s    16659 calls/s  16659 msg/s
# tcp rx:    982 MB/s    51777 calls/s
# tcp tx:    967 MB/s    16415 calls/s  16415 msg/s
# tcp rx:    981 MB/s    52371 calls/s
# tcp tx:    983 MB/s    16689 calls/s  16689 msg/s
# tcp rx:    989 MB/s    49782 calls/s
# tcp tx:    988 MB/s    16760 calls/s  16760 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:   1209 MB/s    20508 calls/s  20508 msg/s
# udp rx:    662 MB/s   480000 calls/s
# udp tx:   1235 MB/s    20949 calls/s  20949 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1256 MB/s    21311 calls/s  21311 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1323 MB/s    22440 calls/s  22440 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:   1049 MB/s   765070 calls/s
# udp tx:   1075 MB/s    18239 calls/s  18239 msg/s
# udp rx:   1118 MB/s   815597 calls/s
# udp tx:   1120 MB/s    18996 calls/s  18996 msg/s
# udp rx:   1131 MB/s   825352 calls/s
# udp tx:   1129 MB/s    19160 calls/s  19160 msg/s
# udp rx:   1084 MB/s   791201 calls/s
# udp tx:   1089 MB/s    18472 calls/s  18472 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__->