ixgbevf: support RSS reta/hash query and update
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Fri, 16 Oct 2015 13:05:40 +0000 (21:05 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 28 Oct 2015 17:30:05 +0000 (18:30 +0100)
commit35ffb4ff14e47111315d974ec4140da3d602e36d
treebab97e2da6b2797d1a2d74c2978fa83e6ca615fa
parentf4d1598ee14fb52e9e413efa1fcf84070e8668ce
ixgbevf: support RSS reta/hash query and update

This patch implements the VF RSS reta/hash query and update function
on 10G NICs. But the update function is only provided for x550. Because
the other NICs don't have the separate registers for VF, we don't want
to let a VF NIC change the shared RSS reta/hash registers. It may cause
PF and other VF NICs' behavior change without being noticed.

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
doc/guides/rel_notes/release_2_2.rst
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/ixgbe/ixgbe_ethdev.h
drivers/net/ixgbe/ixgbe_rxtx.c