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:    835 MB/s    14178 calls/s  14178 msg/s
# tcp rx:    838 MB/s    46966 calls/s
# tcp tx:    861 MB/s    14618 calls/s  14618 msg/s
# tcp rx:    863 MB/s    47255 calls/s
# tcp tx:    883 MB/s    14985 calls/s  14985 msg/s
# tcp rx:    888 MB/s    46950 calls/s
# tcp tx:    970 MB/s    16468 calls/s  16468 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:    513 MB/s   372753 calls/s
# udp tx:    971 MB/s    16485 calls/s  16485 msg/s
# udp rx:    416 MB/s   301568 calls/s
# udp tx:   1228 MB/s    20841 calls/s  20841 msg/s
# udp rx:    499 MB/s   361728 calls/s
# udp tx:   1134 MB/s    19246 calls/s  19246 msg/s
# udp rx:    521 MB/s   377856 calls/s
# udp tx:   1274 MB/s    21611 calls/s  21611 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:   1000 MB/s   729602 calls/s
# udp tx:   1024 MB/s    17380 calls/s  17380 msg/s
# udp rx:    962 MB/s   701987 calls/s
# udp tx:    955 MB/s    16206 calls/s  16206 msg/s
# udp rx:   1087 MB/s   793113 calls/s
# udp tx:   1092 MB/s    18525 calls/s  18525 msg/s
# udp rx:   1097 MB/s   800112 calls/s
# udp tx:   1096 MB/s    18594 calls/s  18594 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__->