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:    922 MB/s    15638 calls/s  15638 msg/s
# tcp rx:    922 MB/s    49252 calls/s
# tcp tx:    864 MB/s    14666 calls/s  14666 msg/s
# tcp rx:    868 MB/s    47144 calls/s
# tcp tx:    887 MB/s    15061 calls/s  15061 msg/s
# tcp rx:    891 MB/s    46441 calls/s
# tcp tx:    868 MB/s    14734 calls/s  14734 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:    628 MB/s   454912 calls/s
# udp tx:   1183 MB/s    20070 calls/s  20070 msg/s
# udp rx:    644 MB/s   466688 calls/s
# udp tx:   1254 MB/s    21285 calls/s  21285 msg/s
# udp rx:    657 MB/s   476416 calls/s
# udp tx:   1275 MB/s    21630 calls/s  21630 msg/s
# udp rx:    636 MB/s   460800 calls/s
# udp tx:   1277 MB/s    21671 calls/s  21671 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:   1138 MB/s   830517 calls/s
# udp tx:   1160 MB/s    19677 calls/s  19677 msg/s
# udp rx:   1121 MB/s   817697 calls/s
# udp tx:   1120 MB/s    18999 calls/s  18999 msg/s
# udp rx:   1143 MB/s   834078 calls/s
# udp tx:   1142 MB/s    19381 calls/s  19381 msg/s
# udp rx:   1142 MB/s   833493 calls/s
# udp tx:   1141 MB/s    19356 calls/s  19356 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__->