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:   1025 MB/s    17387 calls/s  17387 msg/s
# tcp rx:   1025 MB/s    52375 calls/s
# tcp tx:   1030 MB/s    17474 calls/s  17474 msg/s
# tcp rx:   1031 MB/s    52601 calls/s
# tcp tx:   1017 MB/s    17258 calls/s  17258 msg/s
# tcp rx:   1018 MB/s    51717 calls/s
# tcp tx:   1030 MB/s    17483 calls/s  17483 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:    594 MB/s   430592 calls/s
# udp tx:   1214 MB/s    20600 calls/s  20600 msg/s
# udp rx:    633 MB/s   458947 calls/s
# udp tx:   1271 MB/s    21560 calls/s  21560 msg/s
# udp rx:    664 MB/s   481366 calls/s
# udp tx:   1193 MB/s    20251 calls/s  20251 msg/s
# udp rx:    663 MB/s   480654 calls/s
# udp tx:   1249 MB/s    21192 calls/s  21192 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:   1070 MB/s   780950 calls/s
# udp tx:   1087 MB/s    18447 calls/s  18447 msg/s
# udp rx:   1114 MB/s   812622 calls/s
# udp tx:   1120 MB/s    19011 calls/s  19011 msg/s
# udp rx:   1167 MB/s   851662 calls/s
# udp tx:   1167 MB/s    19797 calls/s  19797 msg/s
# udp rx:   1166 MB/s   850823 calls/s
# udp tx:   1165 MB/s    19773 calls/s  19773 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__->