Re: NFS client READ performance on -current

2014-07-03 Thread Rick Macklem
Russell L. Carter wrote: > > > On 07/02/14 19:09, Rick Macklem wrote: > > > Could you please post the dmesg stuff for the network interface, > > so I can tell what driver is being used? I'll take a look at it, > > in case it needs to be changed to use m_defrag(). > > em0: port 0xd020-0xd03f >

Re: NFS client READ performance on -current

2014-07-03 Thread Russell L. Carter
On 07/03/14 00:07, Thomas Mueller wrote: > On Wed, 02 Jul 2014 17:38:29 -0700, Russell L. Carter wrote: >> On the second suggestion: >> >> root@feyerabend> sysctl -a | grep dev.em | grep enable_ >> root@feyerabend> > > tmu:~$ sysctl -a | grep msix > hw.em.enable_msix: 1 > hw.igb.enable_msix:

[iSCSI] FreeBSD native iSCSI support don't mapping LUNs to /dev/

2014-07-03 Thread Fábio R. Medeiros
Hello there! I've got some difficult on mapping a iSCSI LUN to a /dev/xx device using the native iSCSI support on FreeBSD 10 (the iscsid and iscsictl). I using a Enhance UltraStor ES3160P4 storage device. I've a storage configured with one RAID0, one volume and some LUNs instances for test

System Booting Kernel from Secondary Drive

2014-07-03 Thread Laurie Jennings via freebsd-net
I'm having a problem with a Supermicro system running FreeBSD 9.1. Sometimes when I upgrade the kernel in my main drive (ada0), the system boots the kernel from the 2nd drive. It only happens sometimes. ada0 is mounted. but the system is running the old kernel. Pulling the 2nd fixed the problem

Re: NFS client READ performance on -current

2014-07-03 Thread Thomas Mueller
On Wed, 02 Jul 2014 17:38:29 -0700, Russell L. Carter wrote: > On the second suggestion: > > root@feyerabend> sysctl -a | grep dev.em | grep enable_ > root@feyerabend> tmu:~$ sysctl -a | grep msix hw.em.enable_msix: 1 hw.igb.enable_msix: 1 hw.ix.enable_msix: 1 [...] -- Thomas Mueller ___