ixgbevf: support RSS config on x550
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Fri, 16 Oct 2015 13:05:39 +0000 (21:05 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 28 Oct 2015 17:30:05 +0000 (18:30 +0100)
commitf4d1598ee14fb52e9e413efa1fcf84070e8668ce
tree1f3cc8a8ef6b90ec20c0f3c81b177f7b6f6ab13a
parent4bee94a6c22ff7dd55b6f82da28c756fd0f9ede9
ixgbevf: support RSS config on x550

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 Lu <wenzhuo.lu@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/ixgbe/ixgbe_ethdev.h
drivers/net/ixgbe/ixgbe_rxtx.c