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:    935 MB/s    15869 calls/s  15869 msg/s
# tcp rx:    935 MB/s    51044 calls/s
# tcp tx:    933 MB/s    15841 calls/s  15841 msg/s
# tcp rx:    934 MB/s    50457 calls/s
# tcp tx:    935 MB/s    15859 calls/s  15859 msg/s
# tcp rx:    936 MB/s    50370 calls/s
# tcp tx:    924 MB/s    15682 calls/s  15682 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:    605 MB/s   438276 calls/s
# udp tx:   1264 MB/s    21445 calls/s  21445 msg/s
# udp rx:    585 MB/s   424368 calls/s
# udp tx:   1246 MB/s    21149 calls/s  21149 msg/s
# udp rx:    661 MB/s   479327 calls/s
# udp tx:   1284 MB/s    21785 calls/s  21785 msg/s
# udp rx:    605 MB/s   438673 calls/s
# udp tx:   1230 MB/s    20871 calls/s  20871 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:   1185 MB/s   864397 calls/s
# udp tx:   1210 MB/s    20531 calls/s  20531 msg/s
# udp rx:   1142 MB/s   833240 calls/s
# udp tx:   1140 MB/s    19351 calls/s  19351 msg/s
# udp rx:   1159 MB/s   845978 calls/s
# udp tx:   1159 MB/s    19661 calls/s  19661 msg/s
# udp rx:   1165 MB/s   850250 calls/s
# udp tx:   1164 MB/s    19755 calls/s  19755 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__->