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:    921 MB/s    15622 calls/s  15622 msg/s
# tcp rx:    932 MB/s    49000 calls/s
# tcp tx:    971 MB/s    16480 calls/s  16480 msg/s
# tcp rx:    974 MB/s    48126 calls/s
# tcp tx:    960 MB/s    16293 calls/s  16293 msg/s
# tcp rx:    963 MB/s    48226 calls/s
# tcp tx:    947 MB/s    16067 calls/s  16067 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:    624 MB/s   452352 calls/s
# udp tx:   1208 MB/s    20499 calls/s  20499 msg/s
# udp rx:    658 MB/s   477203 calls/s
# udp tx:   1232 MB/s    20909 calls/s  20909 msg/s
# udp rx:    658 MB/s   476580 calls/s
# udp tx:   1279 MB/s    21704 calls/s  21704 msg/s
# udp rx:    659 MB/s   477363 calls/s
# udp tx:   1292 MB/s    21919 calls/s  21919 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:   1071 MB/s   781722 calls/s
# udp tx:   1102 MB/s    18706 calls/s  18706 msg/s
# udp rx:   1148 MB/s   837817 calls/s
# udp tx:   1148 MB/s    19482 calls/s  19482 msg/s
# udp rx:   1144 MB/s   834417 calls/s
# udp tx:   1143 MB/s    19392 calls/s  19392 msg/s
# udp rx:   1145 MB/s   835729 calls/s
# udp tx:   1145 MB/s    19424 calls/s  19424 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__->