All of lore.kernel.org
 help / color / mirror / Atom feed
* unicast hash in ixgbe and ixgbevf
@ 2011-09-17 11:02 J.Hwan.Kim
  2011-09-20 16:51 ` Rose, Gregory V
  0 siblings, 1 reply; 2+ messages in thread
From: J.Hwan.Kim @ 2011-09-17 11:02 UTC (permalink / raw)
  To: netdev@vger.kernel.org

Hi, everyone

I'm using intel ixgbe and ixgbevf driver and SR-IOV option.

Is there any method for distributing the random IP packet stream
into several VF queues evenly?

For example, for each 4 VF queues,
can each a quarter of the IP stream be distributed to each 4 VF queues?

I checked the PFUTA register and tested it, but as far as I know,
with the 4K bit hash table, the stream is directed to queues
of which ROPE bit is set.
So, the stream is duplicated to the queues of which ROPE bit is set.
That is not what I want to do.

How can I distribute the random IP packets to several VF queues
without duplicating?

Thanks in advance.

Best Regards,

J.Hwan Kim

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-20 16:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-17 11:02 unicast hash in ixgbe and ixgbevf J.Hwan.Kim
2011-09-20 16:51 ` Rose, Gregory V

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.