make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    790 MB/s    13409 calls/s  13409 msg/s
# tcp rx:    791 MB/s    62312 calls/s
# tcp tx:    778 MB/s    13202 calls/s  13202 msg/s
# tcp rx:    779 MB/s    63546 calls/s
# tcp tx:    776 MB/s    13176 calls/s  13176 msg/s
# tcp rx:    777 MB/s    63624 calls/s
# tcp tx:    772 MB/s    13102 calls/s  13102 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:    631 MB/s   457472 calls/s
# udp tx:   1267 MB/s    21504 calls/s  21504 msg/s
# udp rx:    620 MB/s   449280 calls/s
# udp tx:   1245 MB/s    21128 calls/s  21128 msg/s
# udp rx:    676 MB/s   490240 calls/s
# udp tx:   1250 MB/s    21212 calls/s  21212 msg/s
# udp rx:    678 MB/s   491008 calls/s
# udp tx:   1251 MB/s    21227 calls/s  21227 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:   1066 MB/s   777794 calls/s
# udp tx:   1099 MB/s    18644 calls/s  18644 msg/s
# udp rx:   1013 MB/s   739270 calls/s
# udp tx:   1013 MB/s    17184 calls/s  17184 msg/s
# udp rx:   1121 MB/s   817764 calls/s
# udp tx:   1120 MB/s    18999 calls/s  18999 msg/s
# udp rx:    677 MB/s   493805 calls/s
# udp tx:    666 MB/s    11303 calls/s  11303 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__->