make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_frglist.sh TTEST_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:    819 MB/s    13894 calls/s  13894 msg/s
# tcp rx:    820 MB/s    68038 calls/s
# tcp tx:    830 MB/s    14085 calls/s  14085 msg/s
# tcp rx:    830 MB/s    67305 calls/s
# tcp tx:    832 MB/s    14120 calls/s  14120 msg/s
# tcp rx:    833 MB/s    67028 calls/s
# tcp tx:    830 MB/s    14083 calls/s  14083 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:    572 MB/s   414720 calls/s
# udp tx:   1306 MB/s    22159 calls/s  22159 msg/s
# udp rx:    645 MB/s   467702 calls/s
# udp tx:   1269 MB/s    21532 calls/s  21532 msg/s
# udp rx:    677 MB/s   490850 calls/s
# udp tx:   1272 MB/s    21578 calls/s  21578 msg/s
# udp rx:    677 MB/s   490867 calls/s
# udp tx:   1246 MB/s    21144 calls/s  21144 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:   1026 MB/s   748784 calls/s
# udp tx:   1048 MB/s    17787 calls/s  17787 msg/s
# udp rx:   1153 MB/s   841167 calls/s
# udp tx:   1152 MB/s    19548 calls/s  19548 msg/s
# udp rx:   1151 MB/s   840074 calls/s
# udp tx:   1151 MB/s    19526 calls/s  19526 msg/s
# udp rx:   1150 MB/s   839176 calls/s
# udp tx:   1150 MB/s    19508 calls/s  19508 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__->