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:    948 MB/s    16083 calls/s  16083 msg/s
# tcp rx:    955 MB/s    48734 calls/s
# tcp tx:    938 MB/s    15913 calls/s  15913 msg/s
# tcp rx:    949 MB/s    47758 calls/s
# tcp tx:    997 MB/s    16918 calls/s  16918 msg/s
# tcp rx:    994 MB/s    48770 calls/s
# tcp tx:    981 MB/s    16640 calls/s  16640 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:    649 MB/s   470272 calls/s
# udp tx:   1308 MB/s    22199 calls/s  22199 msg/s
# udp rx:    663 MB/s   480430 calls/s
# udp tx:   1317 MB/s    22344 calls/s  22344 msg/s
# udp rx:    662 MB/s   479943 calls/s
# udp tx:   1314 MB/s    22291 calls/s  22291 msg/s
# udp rx:    661 MB/s   479220 calls/s
# udp tx:   1316 MB/s    22327 calls/s  22327 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:   1029 MB/s   750853 calls/s
# udp tx:   1060 MB/s    17988 calls/s  17988 msg/s
# udp rx:   1156 MB/s   843390 calls/s
# udp tx:   1155 MB/s    19604 calls/s  19604 msg/s
# udp rx:   1156 MB/s   843116 calls/s
# udp tx:   1155 MB/s    19596 calls/s  19596 msg/s
# udp rx:   1155 MB/s   842907 calls/s
# udp tx:   1155 MB/s    19594 calls/s  19594 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__->