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:    591 MB/s    10040 calls/s  10040 msg/s
# tcp rx:    606 MB/s    33255 calls/s
# tcp tx:    891 MB/s    15126 calls/s  15126 msg/s
# tcp rx:    894 MB/s    44852 calls/s
# tcp tx:    834 MB/s    14158 calls/s  14158 msg/s
# tcp rx:    844 MB/s    43533 calls/s
# tcp tx:    858 MB/s    14553 calls/s  14553 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:    593 MB/s   430310 calls/s
# udp tx:   1264 MB/s    21441 calls/s  21441 msg/s
# udp rx:    475 MB/s   344064 calls/s
# udp tx:   1334 MB/s    22637 calls/s  22637 msg/s
# udp rx:    451 MB/s   327168 calls/s
# udp tx:   1167 MB/s    19802 calls/s  19802 msg/s
# udp rx:    444 MB/s   322048 calls/s
# udp tx:   1109 MB/s    18814 calls/s  18814 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:    802 MB/s   585013 calls/s
# udp tx:    822 MB/s    13955 calls/s  13955 msg/s
# udp rx:    780 MB/s   569321 calls/s
# udp tx:    790 MB/s    13412 calls/s  13412 msg/s
# udp rx:   1003 MB/s   731723 calls/s
# udp tx:   1004 MB/s    17037 calls/s  17037 msg/s
# udp rx:    939 MB/s   685270 calls/s
# udp tx:    947 MB/s    16075 calls/s  16075 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__->