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:    824 MB/s    13984 calls/s  13984 msg/s
# tcp rx:    825 MB/s    66306 calls/s
# tcp tx:    828 MB/s    14052 calls/s  14052 msg/s
# tcp rx:    832 MB/s    66480 calls/s
# tcp tx:    840 MB/s    14255 calls/s  14255 msg/s
# tcp rx:    842 MB/s    65989 calls/s
# tcp tx:    836 MB/s    14196 calls/s  14196 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:    530 MB/s   384602 calls/s
# udp tx:    770 MB/s    13075 calls/s  13075 msg/s
# udp rx:    556 MB/s   403200 calls/s
# udp tx:    828 MB/s    14055 calls/s  14055 msg/s
# udp rx:    555 MB/s   401920 calls/s
# udp tx:    847 MB/s    14369 calls/s  14369 msg/s
# udp rx:    559 MB/s   405248 calls/s
# udp tx:    806 MB/s    13672 calls/s  13672 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:   1118 MB/s   815704 calls/s
# udp tx:   1133 MB/s    19230 calls/s  19230 msg/s
# udp rx:   1139 MB/s   830836 calls/s
# udp tx:   1147 MB/s    19464 calls/s  19464 msg/s
# udp rx:   1183 MB/s   863261 calls/s
# udp tx:   1183 MB/s    20066 calls/s  20066 msg/s
# udp rx:   1182 MB/s   862372 calls/s
# udp tx:   1181 MB/s    20045 calls/s  20045 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__->