net/ixgbe: move RSS to flow API
authorWei Zhao <wei.zhao1@intel.com>
Tue, 9 Jan 2018 06:44:30 +0000 (14:44 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000 (18:47 +0100)
commit518cc3927b13230dc706a259025b9627248fc7bc
tree466ac1f06ed6e42dde2c13a2fd15168ee0fb0030
parent424ae915baf0af15f1fbf38afd07ebd874bf5f02
net/ixgbe: move RSS to flow API

Rte_flow was defined to include RSS, this patch moves ixgbe
existing RSS to rte_flow. The old RSS configuration is kept
as it was, and can be deprecated in the future.

Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
Acked-by: Wei Dai <wei.dai@intel.com>
doc/guides/rel_notes/release_18_02.rst
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/ixgbe/ixgbe_ethdev.h
drivers/net/ixgbe/ixgbe_flow.c
drivers/net/ixgbe/ixgbe_rxtx.c