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:    887 MB/s    15054 calls/s  15054 msg/s
# tcp rx:    905 MB/s    49214 calls/s
# tcp tx:    951 MB/s    16143 calls/s  16143 msg/s
# tcp rx:    954 MB/s    48158 calls/s
# tcp tx:    944 MB/s    16024 calls/s  16024 msg/s
# tcp rx:    944 MB/s    48102 calls/s
# tcp tx:    943 MB/s    16009 calls/s  16009 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:    611 MB/s   442880 calls/s
# udp tx:   1266 MB/s    21487 calls/s  21487 msg/s
# udp rx:    666 MB/s   483072 calls/s
# udp tx:   1304 MB/s    22120 calls/s  22120 msg/s
# udp rx:    665 MB/s   482048 calls/s
# udp tx:   1303 MB/s    22112 calls/s  22112 msg/s
# udp rx:    667 MB/s   483328 calls/s
# udp tx:   1305 MB/s    22142 calls/s  22142 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:   1100 MB/s   802721 calls/s
# udp tx:   1126 MB/s    19110 calls/s  19110 msg/s
# udp rx:   1106 MB/s   807282 calls/s
# udp tx:   1105 MB/s    18754 calls/s  18754 msg/s
# udp rx:   1089 MB/s   794305 calls/s
# udp tx:   1088 MB/s    18459 calls/s  18459 msg/s
# udp rx:   1133 MB/s   826457 calls/s
# udp tx:   1132 MB/s    19214 calls/s  19214 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__->