Stanislav,
I have reviewed results of your tests, all looks pretty normal, excluding the first ones.
1. Compare ATTO results for cached and non-cached device:


Device with cache shows slightly better or equal performance on big packet sizes, and more that two times faster on small packets (8k or less).
It's OK.
2. Next test results IOMeter, 90% seq, 64kb writes.
This access pattern makes cache nearly useless as cache hits are too low. So we are having a short peak at the start of the test and slightly lower performance in steady state. These are 10% loss on the diagram.
Some clarification on length of the starting peak. Write-back cache starts writing data to disk when it's full and when data is not accessed during certain period of time. It's lazy write algorithm.
So start of the peak must be counted as full speed, not (peak value - write speed).
It will take less than minute to fill cache at the speed of 180 MBytes/s. And this is what we see on the diagram.
3. Results that are not fitting with theory were shown only in the first series (
http://www.starwindsoftware.com/forums/ ... tml#p17067).
Could you tell, what is the difference in test conditions for the test that shows bad results

and the test that shows proper results (last ones)?
Why bad test results are not reproduced on the test that you referenced later (
http://www.starwindsoftware.com/forums/ ... tml#p17074)?
I assume, both tests has been made with IOMeter. May be, different access patterns? Some changes in network connections? Anything else?