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:    875 MB/s    14852 calls/s  14852 msg/s
# tcp rx:    875 MB/s    47107 calls/s
# tcp tx:    908 MB/s    15417 calls/s  15417 msg/s
# tcp rx:    909 MB/s    49522 calls/s
# tcp tx:    860 MB/s    14589 calls/s  14589 msg/s
# tcp rx:    861 MB/s    49088 calls/s
# tcp tx:    895 MB/s    15183 calls/s  15183 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:    632 MB/s   457728 calls/s
# udp tx:   1290 MB/s    21888 calls/s  21888 msg/s
# udp rx:    665 MB/s   481792 calls/s
# udp tx:   1279 MB/s    21698 calls/s  21698 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1276 MB/s    21644 calls/s  21644 msg/s
# udp rx:    664 MB/s   481280 calls/s
# udp tx:   1270 MB/s    21548 calls/s  21548 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:   1125 MB/s   820817 calls/s
# udp tx:   1153 MB/s    19566 calls/s  19566 msg/s
# udp rx:   1121 MB/s   817777 calls/s
# udp tx:   1120 MB/s    19005 calls/s  19005 msg/s
# udp rx:   1147 MB/s   837093 calls/s
# udp tx:   1147 MB/s    19455 calls/s  19455 msg/s
# udp rx:   1155 MB/s   842381 calls/s
# udp tx:   1154 MB/s    19579 calls/s  19579 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__->