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:    990 MB/s    16807 calls/s  16807 msg/s
# tcp rx:    991 MB/s    50422 calls/s
# tcp tx:    937 MB/s    15908 calls/s  15908 msg/s
# tcp rx:    937 MB/s    47760 calls/s
# tcp tx:    933 MB/s    15835 calls/s  15835 msg/s
# tcp rx:    959 MB/s    48551 calls/s
# tcp tx:    933 MB/s    15827 calls/s  15827 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:    649 MB/s   471021 calls/s
# udp tx:   1283 MB/s    21765 calls/s  21765 msg/s
# udp rx:    663 MB/s   481922 calls/s
# udp tx:   1319 MB/s    22376 calls/s  22376 msg/s
# udp rx:    647 MB/s   469374 calls/s
# udp tx:   1198 MB/s    20325 calls/s  20325 msg/s
# udp rx:    639 MB/s   462922 calls/s
# udp tx:   1277 MB/s    21671 calls/s  21671 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:   1085 MB/s   791914 calls/s
# udp tx:   1113 MB/s    18888 calls/s  18888 msg/s
# udp rx:   1105 MB/s   806522 calls/s
# udp tx:   1106 MB/s    18769 calls/s  18769 msg/s
# udp rx:   1212 MB/s   884477 calls/s
# udp tx:   1215 MB/s    20612 calls/s  20612 msg/s
# udp rx:   1141 MB/s   832496 calls/s
# udp tx:   1140 MB/s    19347 calls/s  19347 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__->