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:    764 MB/s    12958 calls/s  12958 msg/s
# tcp rx:    766 MB/s    43069 calls/s
# tcp tx:    525 MB/s     8914 calls/s   8914 msg/s
# tcp rx:    525 MB/s    34064 calls/s
# tcp tx:    533 MB/s     9045 calls/s   9045 msg/s
# tcp rx:    534 MB/s    33933 calls/s
# tcp tx:    539 MB/s     9142 calls/s   9142 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:    597 MB/s   432384 calls/s
# udp tx:   1285 MB/s    21798 calls/s  21798 msg/s
# udp rx:    662 MB/s   479488 calls/s
# udp tx:   1298 MB/s    22024 calls/s  22024 msg/s
# udp rx:    662 MB/s   479744 calls/s
# udp tx:   1282 MB/s    21757 calls/s  21757 msg/s
# udp rx:    657 MB/s   476160 calls/s
# udp tx:   1299 MB/s    22041 calls/s  22041 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:   1127 MB/s   821994 calls/s
# udp tx:   1150 MB/s    19513 calls/s  19513 msg/s
# udp rx:   1148 MB/s   837872 calls/s
# udp tx:   1148 MB/s    19472 calls/s  19472 msg/s
# udp rx:   1145 MB/s   835214 calls/s
# udp tx:   1144 MB/s    19414 calls/s  19414 msg/s
# udp rx:   1144 MB/s   834988 calls/s
# udp tx:   1143 MB/s    19402 calls/s  19402 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__->