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:    983 MB/s    16679 calls/s  16679 msg/s
# tcp rx:   1012 MB/s    49774 calls/s
# tcp tx:    971 MB/s    16471 calls/s  16471 msg/s
# tcp rx:    970 MB/s    47340 calls/s
# tcp tx:    915 MB/s    15521 calls/s  15521 msg/s
# tcp rx:    924 MB/s    44611 calls/s
# tcp tx:   1008 MB/s    17097 calls/s  17097 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:    611 MB/s   442880 calls/s
# udp tx:   1232 MB/s    20909 calls/s  20909 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1268 MB/s    21514 calls/s  21514 msg/s
# udp rx:    662 MB/s   480000 calls/s
# udp tx:   1275 MB/s    21632 calls/s  21632 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1274 MB/s    21620 calls/s  21620 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:   1120 MB/s   817029 calls/s
# udp tx:   1140 MB/s    19352 calls/s  19352 msg/s
# udp rx:   1079 MB/s   787054 calls/s
# udp tx:   1084 MB/s    18391 calls/s  18391 msg/s
# udp rx:   1129 MB/s   823627 calls/s
# udp tx:   1129 MB/s    19158 calls/s  19158 msg/s
# udp rx:   1144 MB/s   834755 calls/s
# udp tx:   1143 MB/s    19397 calls/s  19397 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__->