[E1000-devel] [ixgbe] In RSS, I'd like to know algorithm that select rx packet descriptor queue.

2009-06-29 Thread 배영부
Hi there, According to Intel 82598EB datasheet, RSS is a mechanism to post each received packet into one of several descriptor queues. but there isn't any description about algorithm to select descriptor queue. I'm inspecting about it. But, I can't find what is it, even digging into ixgbe

Re: [E1000-devel] [ixgbe] In RSS, I'd like to know algorithm that select rx packet descriptor queue.

2009-06-29 Thread Brandeburg, Jesse
http://msdn.microsoft.com/en-us/library/ms795616.aspx -Original Message- From: 배영부 [mailto:r...@piolink.com] Sent: Monday, June 29, 2009 7:28 PM To: e1000-devel@lists.sourceforge.net Subject: [E1000-devel] [ixgbe] In RSS, I'd like to know algorithm that select rx packet descriptor

Re: [E1000-devel] [ixgbe] In RSS, I'd like to know algorithm that select rx packet descriptor queue.

2009-06-29 Thread 배영부
Thank you for your reply. But, I already read it. According to MSDN, If packets that have the same source and destination ip address are coming, then its processing CPU index or number should be the same. but, at least in Linux, It's not. I mean current CPU (return value of smp_processor()) is