Re: svn commit: r268837 - head/sys/netinet

2014-07-18 Thread Peter Grehan
Hi Adrian, Hah! I wonder why the key from the T3 NIC that Robert committed was so .. terrible then. Are you saying that the actual byte order is totally reversed, or just endian? The 32-bit word order of your array is reversed. The last 4 bytes should be the first, etc. Have a look at the v

Re: svn commit: r268837 - head/sys/netinet

2014-07-18 Thread Adrian Chadd
On 18 July 2014 09:46, Peter Grehan wrote: >>Update the default RSS hash to the Chelsio T5 firmware one - it >> provides >>markedly better distribution of IPv6 address/ports than the previous >> key. > > > That's actually the key that's used for verification in the Microsoft spec, > thoug

Re: svn commit: r268837 - head/sys/netinet

2014-07-18 Thread Peter Grehan
Update the default RSS hash to the Chelsio T5 firmware one - it provides markedly better distribution of IPv6 address/ports than the previous key. That's actually the key that's used for verification in the Microsoft spec, though it looks like you have the bytes arranged backwards, which

svn commit: r268837 - head/sys/netinet

2014-07-18 Thread Adrian Chadd
Author: adrian Date: Fri Jul 18 08:22:13 2014 New Revision: 268837 URL: http://svnweb.freebsd.org/changeset/base/268837 Log: Update the default RSS hash to the Chelsio T5 firmware one - it provides markedly better distribution of IPv6 address/ports than the previous key. The previous key