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:    973 MB/s    16516 calls/s  16516 msg/s
# tcp rx:    974 MB/s    50027 calls/s
# tcp tx:    992 MB/s    16837 calls/s  16837 msg/s
# tcp rx:    993 MB/s    50932 calls/s
# tcp tx:    946 MB/s    16053 calls/s  16053 msg/s
# tcp rx:    947 MB/s    48586 calls/s
# tcp tx:   1049 MB/s    17792 calls/s  17792 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:    627 MB/s   454400 calls/s
# udp tx:   1329 MB/s    22548 calls/s  22548 msg/s
# udp rx:    667 MB/s   483328 calls/s
# udp tx:   1324 MB/s    22470 calls/s  22470 msg/s
# udp rx:    618 MB/s   448000 calls/s
# udp tx:   1335 MB/s    22650 calls/s  22650 msg/s
# udp rx:    668 MB/s   484352 calls/s
# udp tx:   1322 MB/s    22436 calls/s  22436 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:   1132 MB/s   825722 calls/s
# udp tx:   1153 MB/s    19561 calls/s  19561 msg/s
# udp rx:   1181 MB/s   861924 calls/s
# udp tx:   1182 MB/s    20057 calls/s  20057 msg/s
# udp rx:   1155 MB/s   842773 calls/s
# udp tx:   1156 MB/s    19614 calls/s  19614 msg/s
# udp rx:   1154 MB/s   842054 calls/s
# udp tx:   1155 MB/s    19599 calls/s  19599 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__->