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:    948 MB/s    16079 calls/s  16079 msg/s
# tcp rx:    948 MB/s    50135 calls/s
# tcp tx:    955 MB/s    16214 calls/s  16214 msg/s
# tcp rx:    956 MB/s    48974 calls/s
# tcp tx:    956 MB/s    16215 calls/s  16215 msg/s
# tcp rx:    956 MB/s    49689 calls/s
# tcp tx:    929 MB/s    15757 calls/s  15757 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:    534 MB/s   388152 calls/s
# udp tx:    837 MB/s    14212 calls/s  14212 msg/s
# udp rx:    594 MB/s   430592 calls/s
# udp tx:   1059 MB/s    17978 calls/s  17978 msg/s
# udp rx:    630 MB/s   456704 calls/s
# udp tx:   1298 MB/s    22015 calls/s  22015 msg/s
# udp rx:    659 MB/s   477440 calls/s
# udp tx:   1247 MB/s    21163 calls/s  21163 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:   1102 MB/s   803961 calls/s
# udp tx:   1132 MB/s    19209 calls/s  19209 msg/s
# udp rx:    882 MB/s   643509 calls/s
# udp tx:    881 MB/s    14944 calls/s  14944 msg/s
# udp rx:   1085 MB/s   791602 calls/s
# udp tx:   1084 MB/s    18395 calls/s  18395 msg/s
# udp rx:   1151 MB/s   839961 calls/s
# udp tx:   1150 MB/s    19517 calls/s  19517 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__->