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:    880 MB/s    14940 calls/s  14940 msg/s
# tcp rx:    881 MB/s    52536 calls/s
# tcp tx:    900 MB/s    15280 calls/s  15280 msg/s
# tcp rx:    901 MB/s    52496 calls/s
# tcp tx:    949 MB/s    16097 calls/s  16097 msg/s
# tcp rx:    950 MB/s    51078 calls/s
# tcp tx:    922 MB/s    15639 calls/s  15639 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:    617 MB/s   447693 calls/s
# udp tx:   1179 MB/s    20006 calls/s  20006 msg/s
# udp rx:    666 MB/s   482816 calls/s
# udp tx:   1284 MB/s    21788 calls/s  21788 msg/s
# udp rx:    668 MB/s   483840 calls/s
# udp tx:   1276 MB/s    21645 calls/s  21645 msg/s
# udp rx:    667 MB/s   483584 calls/s
# udp tx:   1283 MB/s    21776 calls/s  21776 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:   1111 MB/s   810647 calls/s
# udp tx:   1142 MB/s    19378 calls/s  19378 msg/s
# udp rx:   1141 MB/s   832165 calls/s
# udp tx:   1140 MB/s    19336 calls/s  19336 msg/s
# udp rx:   1130 MB/s   824162 calls/s
# udp tx:   1129 MB/s    19150 calls/s  19150 msg/s
# udp rx:   1139 MB/s   831189 calls/s
# udp tx:   1138 MB/s    19316 calls/s  19316 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__->