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:    908 MB/s    15410 calls/s  15410 msg/s
# tcp rx:    909 MB/s    50485 calls/s
# tcp tx:    932 MB/s    15818 calls/s  15818 msg/s
# tcp rx:    933 MB/s    51415 calls/s
# tcp tx:   1121 MB/s    19023 calls/s  19023 msg/s
# tcp tx:   1205 MB/s    20438 calls/s  20438 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:    646 MB/s   468736 calls/s
# udp tx:   1279 MB/s    21703 calls/s  21703 msg/s
# udp rx:    659 MB/s   477440 calls/s
# udp tx:   1282 MB/s    21760 calls/s  21760 msg/s
# udp rx:    656 MB/s   475569 calls/s
# udp tx:   1291 MB/s    21903 calls/s  21903 msg/s
# udp rx:    617 MB/s   446976 calls/s
# udp tx:   1306 MB/s    22161 calls/s  22161 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:   1013 MB/s   739328 calls/s
# udp tx:   1034 MB/s    17548 calls/s  17548 msg/s
# udp rx:   1007 MB/s   734620 calls/s
# udp tx:   1011 MB/s    17157 calls/s  17157 msg/s
# udp rx:   1054 MB/s   769279 calls/s
# udp tx:   1061 MB/s    17996 calls/s  17996 msg/s
# udp rx:   1088 MB/s   794094 calls/s
# udp tx:   1088 MB/s    18459 calls/s  18459 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__->