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:    983 MB/s    16689 calls/s  16689 msg/s
# tcp rx:    995 MB/s    51403 calls/s
# tcp tx:    941 MB/s    15972 calls/s  15972 msg/s
# tcp rx:    940 MB/s    48947 calls/s
# tcp tx:    946 MB/s    16061 calls/s  16061 msg/s
# tcp rx:    955 MB/s    47633 calls/s
# tcp tx:    949 MB/s    16104 calls/s  16104 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:    571 MB/s   413870 calls/s
# udp tx:   1139 MB/s    19335 calls/s  19335 msg/s
# udp rx:    647 MB/s   468688 calls/s
# udp tx:   1176 MB/s    19961 calls/s  19961 msg/s
# udp rx:    634 MB/s   459477 calls/s
# udp tx:   1214 MB/s    20598 calls/s  20598 msg/s
# udp rx:    656 MB/s   475140 calls/s
# udp tx:   1172 MB/s    19894 calls/s  19894 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:   1125 MB/s   820605 calls/s
# udp tx:   1150 MB/s    19508 calls/s  19508 msg/s
# udp rx:   1115 MB/s   813510 calls/s
# udp tx:   1115 MB/s    18912 calls/s  18912 msg/s
# udp rx:   1118 MB/s   815537 calls/s
# udp tx:   1117 MB/s    18957 calls/s  18957 msg/s
# udp rx:   1118 MB/s   815881 calls/s
# udp tx:   1118 MB/s    18974 calls/s  18974 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__->