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:    997 MB/s    16926 calls/s  16926 msg/s
# tcp rx:   1007 MB/s    51581 calls/s
# tcp tx:    952 MB/s    16149 calls/s  16149 msg/s
# tcp rx:    955 MB/s    49024 calls/s
# tcp tx:    943 MB/s    15999 calls/s  15999 msg/s
# tcp rx:    943 MB/s    47448 calls/s
# tcp tx:    909 MB/s    15432 calls/s  15432 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:    572 MB/s   414803 calls/s
# udp tx:   1213 MB/s    20588 calls/s  20588 msg/s
# udp rx:    639 MB/s   462964 calls/s
# udp tx:   1233 MB/s    20927 calls/s  20927 msg/s
# udp rx:    654 MB/s   474065 calls/s
# udp tx:   1264 MB/s    21448 calls/s  21448 msg/s
# udp rx:    659 MB/s   477630 calls/s
# udp tx:   1259 MB/s    21356 calls/s  21356 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:    638 MB/s   465344 calls/s
# udp tx:    652 MB/s    11065 calls/s  11065 msg/s
# udp rx:    647 MB/s   472223 calls/s
# udp tx:    649 MB/s    11023 calls/s  11023 msg/s
# udp rx:    639 MB/s   466478 calls/s
# udp tx:    639 MB/s    10854 calls/s  10854 msg/s
# udp rx:    635 MB/s   463572 calls/s
# udp tx:    636 MB/s    10798 calls/s  10798 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__->