Re: [E1000-devel] ixgbe rss hash function

2011-08-02 Thread Alexander Duyck
On 07/31/2011 11:56 AM, am1463 wrote: > On Wed, Jul 27, 2011 at 7:13 PM, Alexander Duyck > wrote: >> Gorgos, >> >> I would recommend looking at some patches I had submitted as an RFC back in >> December. >> >> http://patchwork.ozlabs.org/patch/76051/ >> http://patchwork.ozlabs.org/patch/76052/ >>

Re: [E1000-devel] ixgbe rss hash function

2011-07-31 Thread am1463
On Wed, Jul 27, 2011 at 7:13 PM, Alexander Duyck wrote: > > Gorgos, > > I would recommend looking at some patches I had submitted as an RFC back in > December. > > http://patchwork.ozlabs.org/patch/76051/ > http://patchwork.ozlabs.org/patch/76052/ > http://patchwork.ozlabs.org/patch/76053/ > > W

Re: [E1000-devel] ixgbe rss hash function

2011-07-27 Thread Alexander Duyck
On 07/27/2011 07:06 AM, Giorgos Vasiliadis wrote: > Dear Duyck, > > I found your e-mail in some lists regarding the ixgbe driver > development. The reason I sent you this email, is because I want to > ask you a question about the RSS hash function in intel 88599 cards. > > In my project, I want to

Re: [E1000-devel] [ixgbe] RSS hash function result by 82598 NIC is not equal to RSS verification suit of 82598 datasheet.

2009-07-02 Thread 배영부
Brandeburg, Jesse 쓴 글: On Wed, 1 Jul 2009, 배영부 wrote: I'm still evaluating RSS feature of Intel 82598EB AF 10G ethernet card. I think this is my last problem. that is computed hash value of NIC. Before the evaluation, I wrote a simulation code to simulate ComputeHash function according to

Re: [E1000-devel] [ixgbe] RSS hash function result by 82598 NIC is not equal to RSS verification suit of 82598 datasheet.

2009-07-02 Thread Brandeburg, Jesse
On Wed, 1 Jul 2009, 배영부 wrote: > I'm still evaluating RSS feature of Intel 82598EB AF 10G ethernet card. > I think this is my last problem. > that is computed hash value of NIC. > Before the evaluation, I wrote a simulation code to simulate ComputeHash > function according to datasheet. > and I ch