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:    970 MB/s    16454 calls/s  16454 msg/s
# tcp rx:    970 MB/s    51048 calls/s
# tcp tx:    928 MB/s    15749 calls/s  15749 msg/s
# tcp rx:    929 MB/s    50245 calls/s
# tcp tx:    917 MB/s    15564 calls/s  15564 msg/s
# tcp rx:    918 MB/s    52164 calls/s
# tcp tx:    969 MB/s    16438 calls/s  16438 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:    645 MB/s   467712 calls/s
# udp tx:   1304 MB/s    22130 calls/s  22130 msg/s
# udp rx:    646 MB/s   468480 calls/s
# udp tx:   1310 MB/s    22228 calls/s  22228 msg/s
# udp rx:    646 MB/s   467968 calls/s
# udp tx:   1309 MB/s    22215 calls/s  22215 msg/s
# udp rx:    667 MB/s   483072 calls/s
# udp tx:   1300 MB/s    22065 calls/s  22065 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:   1090 MB/s   794951 calls/s
# udp tx:   1111 MB/s    18859 calls/s  18859 msg/s
# udp rx:   1139 MB/s   831196 calls/s
# udp tx:   1139 MB/s    19319 calls/s  19319 msg/s
# udp rx:   1082 MB/s   789487 calls/s
# udp tx:   1081 MB/s    18346 calls/s  18346 msg/s
# udp rx:   1103 MB/s   805118 calls/s
# udp tx:   1102 MB/s    18706 calls/s  18706 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__->