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:    919 MB/s    15592 calls/s  15592 msg/s
# tcp rx:    919 MB/s    52098 calls/s
# tcp tx:    955 MB/s    16202 calls/s  16202 msg/s
# tcp rx:    955 MB/s    49477 calls/s
# tcp tx:    953 MB/s    16172 calls/s  16172 msg/s
# tcp rx:    954 MB/s    48891 calls/s
# tcp tx:    948 MB/s    16095 calls/s  16095 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:    501 MB/s   363156 calls/s
# udp tx:    836 MB/s    14189 calls/s  14189 msg/s
# udp rx:    507 MB/s   367247 calls/s
# udp tx:    882 MB/s    14975 calls/s  14975 msg/s
# udp rx:    531 MB/s   384533 calls/s
# udp tx:    840 MB/s    14257 calls/s  14257 msg/s
# udp rx:    473 MB/s   342528 calls/s
# udp tx:    918 MB/s    15572 calls/s  15572 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:   1081 MB/s   788778 calls/s
# udp tx:   1103 MB/s    18716 calls/s  18716 msg/s
# udp rx:   1113 MB/s   812275 calls/s
# udp tx:   1112 MB/s    18872 calls/s  18872 msg/s
# udp rx:    890 MB/s   649687 calls/s
# udp tx:    882 MB/s    14960 calls/s  14960 msg/s
# udp rx:    632 MB/s   460997 calls/s
# udp tx:    633 MB/s    10746 calls/s  10746 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__->