Re: Unsupported AFBR-700SDZ SFP+ module with 82598EB 10-Gigabit AF Dual Port Network Connection

2013-06-18 Thread Haven Hash
I believe there are two checks, one for Intel specific SFP modules (as some cards have their EEPROM's configured to only accept Intel branded optics), which this patch deals with, and another separate check for supported SFP's which is not addressed by this. Support SFP's include adapters from Fini

Re: surprise surprise (VM related) [lu...@freebsd.org: svn commit: r250911 - head/sys/kern]

2013-05-22 Thread Haven Hash
I notice the commentary by poll_burst_max stating it's suitability to 100Mbit net, perhaps that could use an increase in its default value as well? On Wed, May 22, 2013 at 9:42 AM, Luigi Rizzo wrote: > all that work on paravirtualization (as presented at bsdcan) > > http://info.iet.unipi.it/~

Re: more FIBs patch for review

2013-05-19 Thread Haven Hash
Was m_fibnum being defined to m_hdr.mh_nextpkt intended? (it doesn't appear to be used here and it seemed an odd mapping to me). Thanks, On Thu, May 16, 2013 at 4:56 AM, Julian Elischer wrote: > Index: sys/conf/NOTES > === > --- sy