[dpdk-dev] [PATCH 2/4] ixgbe: VF RSS config on x550

2015-10-15 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Monday, September 28, 2015 8:52 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 2/4] ixgbe: VF RSS config on x550 > > On x550, there're separate registers pr

[dpdk-dev] [PATCH 2/4] ixgbe: VF RSS config on x550

2015-09-28 Thread Wenzhuo Lu
On x550, there're separate registers provided for VF RSS while on the other 10G NICs, for example, 82599, VF and PF share the same registers. This patch lets x550 use the VF specific registers when doing RSS configuration on VF. The behavior of other 10G NICs doesn't change. Signed-off-by: Wenzhuo