netdev.vger.kernel.org archive mirror
 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

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

* RE: unicast hash in ixgbe and ixgbevf
  2011-09-17 11:02 unicast hash in ixgbe and ixgbevf J.Hwan.Kim
@ 2011-09-20 16:51 ` Rose, Gregory V
  0 siblings, 0 replies; 2+ messages in thread
From: Rose, Gregory V @ 2011-09-20 16:51 UTC (permalink / raw)
  To: frog1120, netdev

> -----Original Message-----
> From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org]
> On Behalf Of J.Hwan.Kim
> Sent: Saturday, September 17, 2011 4:03 AM
> To: netdev@vger.kernel.org
> Subject: unicast hash in ixgbe and ixgbevf
> 
> 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?
[Greg Rose] 

Distribution of packets to different queues based upon IP address requires RSS which is not supported in our SR-IOV functions at this time.

Also, on the Intel 82599 and X540 adapters the VFs only support single queue operation.  There are plans for multiple queue operation based upon RSS in future products, but there is not support for it now.

- Greg Rose
LAN Access Division
Intel Corp.

^ 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).