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:    804 MB/s    13639 calls/s  13639 msg/s
# tcp rx:    804 MB/s    41525 calls/s
# tcp tx:    632 MB/s    10725 calls/s  10725 msg/s
# tcp rx:    633 MB/s    32666 calls/s
# tcp tx:    763 MB/s    12956 calls/s  12956 msg/s
# tcp rx:    765 MB/s    39233 calls/s
# tcp tx:    890 MB/s    15104 calls/s  15104 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:    586 MB/s   424960 calls/s
# udp tx:   1183 MB/s    20081 calls/s  20081 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1161 MB/s    19697 calls/s  19697 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1147 MB/s    19464 calls/s  19464 msg/s
# udp rx:    663 MB/s   480256 calls/s
# udp tx:   1277 MB/s    21670 calls/s  21670 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:   1109 MB/s   809055 calls/s
# udp tx:   1132 MB/s    19208 calls/s  19208 msg/s
# udp rx:   1124 MB/s   820330 calls/s
# udp tx:   1127 MB/s    19120 calls/s  19120 msg/s
# udp rx:   1125 MB/s   820476 calls/s
# udp tx:   1127 MB/s    19122 calls/s  19122 msg/s
# udp rx:   1125 MB/s   820725 calls/s
# udp tx:   1127 MB/s    19131 calls/s  19131 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__->