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:   1033 MB/s    17525 calls/s  17525 msg/s
# tcp rx:   1040 MB/s    52893 calls/s
# tcp tx:    997 MB/s    16913 calls/s  16913 msg/s
# tcp rx:    998 MB/s    51150 calls/s
# tcp tx:   1006 MB/s    17071 calls/s  17071 msg/s
# tcp rx:   1007 MB/s    51433 calls/s
# tcp tx:   1026 MB/s    17414 calls/s  17414 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:    608 MB/s   440638 calls/s
# udp tx:   1188 MB/s    20161 calls/s  20161 msg/s
# udp rx:    661 MB/s   478733 calls/s
# udp tx:   1294 MB/s    21950 calls/s  21950 msg/s
# udp rx:    660 MB/s   478586 calls/s
# udp tx:   1295 MB/s    21965 calls/s  21965 msg/s
# udp rx:    660 MB/s   478644 calls/s
# udp tx:   1295 MB/s    21980 calls/s  21980 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:   1141 MB/s   832764 calls/s
# udp tx:   1172 MB/s    19886 calls/s  19886 msg/s
# udp rx:   1166 MB/s   850522 calls/s
# udp tx:   1165 MB/s    19766 calls/s  19766 msg/s
# udp rx:   1167 MB/s   851541 calls/s
# udp tx:   1166 MB/s    19792 calls/s  19792 msg/s
# udp rx:   1161 MB/s   847301 calls/s
# udp tx:   1160 MB/s    19691 calls/s  19691 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__->