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:    888 MB/s    15067 calls/s  15067 msg/s
# tcp rx:    888 MB/s    68732 calls/s
# tcp tx:    848 MB/s    14385 calls/s  14385 msg/s
# tcp rx:    849 MB/s    67484 calls/s
# tcp tx:    849 MB/s    14408 calls/s  14408 msg/s
# tcp rx:    850 MB/s    62431 calls/s
# tcp tx:    851 MB/s    14448 calls/s  14448 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:    631 MB/s   457984 calls/s
# udp tx:   1151 MB/s    19523 calls/s  19523 msg/s
# udp rx:    657 MB/s   476736 calls/s
# udp tx:   1290 MB/s    21889 calls/s  21889 msg/s
# udp rx:    673 MB/s   487424 calls/s
# udp tx:   1265 MB/s    21460 calls/s  21460 msg/s
# udp rx:    673 MB/s   487680 calls/s
# udp tx:   1261 MB/s    21394 calls/s  21394 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:   1097 MB/s   800450 calls/s
# udp tx:   1127 MB/s    19127 calls/s  19127 msg/s
# udp rx:   1131 MB/s   825482 calls/s
# udp tx:   1133 MB/s    19230 calls/s  19230 msg/s
# udp rx:   1127 MB/s   822378 calls/s
# udp tx:   1129 MB/s    19150 calls/s  19150 msg/s
# udp rx:   1132 MB/s   825868 calls/s
# udp tx:   1133 MB/s    19225 calls/s  19225 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__->