Re: mfi driver performance too bad on LSI MegaRAID SAS 9260-8i

Borja Marcos <[email protected]>
Newsgroups gmane.os.freebsd.devel.hardware,gmane.os.freebsd.performance,gmane.os.freebsd.stable
Message-ID <[email protected]>
> On 22 Jun 2016, at 04:08, Jason Zhang <[email protected]> wrote:
> 
> Mark,
> 
> Thanks
> 
> We have same RAID setting both on FreeBSD and CentOS including cache setting.  In FreeBSD, I enabled the write cache but the performance is the same.  
> 
> We don’t use ZFS or UFS, and test the performance on the RAW GEOM disk “mfidx” exported by mfi driver.  We observed the “gstat” result and found that the write latency
> is too high.  When we “dd" the disk with 8k, it is lower than 1ms, but it is 6ms on 64kb write.  It seems that each single write operation is very slow. But I don’t know
> whether it is a driver problem or not.

There is an option you can use (I do it all the time!) to make the card behave as a plain HBA so that the disks are handled by the “da” driver. 

Add this to /boot/loader.conf

hw.mfi.allow_cam_disk_passthrough=1
mfip_load=“YES"

And do the tests accessing the disks as “da”. To avoid confusions, it’s better to make sure the disks are not part of a “jbod” or logical volume configuration.




Borja.

_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-hardware
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.