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:    630 MB/s    10691 calls/s  10691 msg/s
# tcp rx:    630 MB/s    32674 calls/s
# tcp tx:    648 MB/s    11006 calls/s  11006 msg/s
# tcp rx:    649 MB/s    33538 calls/s
# tcp tx:    643 MB/s    10908 calls/s  10908 msg/s
# tcp rx:    643 MB/s    33111 calls/s
# tcp tx:    638 MB/s    10825 calls/s  10825 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:   1166 MB/s    19785 calls/s  19785 msg/s
# udp rx:    663 MB/s   480768 calls/s
# udp tx:   1267 MB/s    21501 calls/s  21501 msg/s
# udp rx:    665 MB/s   481923 calls/s
# udp tx:   1239 MB/s    21019 calls/s  21019 msg/s
# udp rx:    669 MB/s   485120 calls/s
# udp tx:   1192 MB/s    20227 calls/s  20227 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:   1098 MB/s   800812 calls/s
# udp tx:   1130 MB/s    19181 calls/s  19181 msg/s
# udp rx:   1116 MB/s   814103 calls/s
# udp tx:   1114 MB/s    18904 calls/s  18904 msg/s
# udp rx:   1148 MB/s   837395 calls/s
# udp tx:   1149 MB/s    19496 calls/s  19496 msg/s
# udp rx:   1160 MB/s   846032 calls/s
# udp tx:   1157 MB/s    19636 calls/s  19636 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__->