net/i40e: move RSS to flow API
authorWei Zhao <wei.zhao1@intel.com>
Wed, 10 Jan 2018 02:10:26 +0000 (10:10 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000 (18:47 +0100)
commitecad87d22383e4cfe4b6838342c2de6e18b05c28
treec6401d7ead3e0869b4ca39fc69a8d616ef7a2a56
parente38ea44f17142382d11809ea8bff26a8670835fe
net/i40e: move RSS to flow API

Rte_flow was defined to include RSS, this patch moves i40e
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: Qi Zhang <qi.z.zhang@intel.com>
doc/guides/rel_notes/release_18_02.rst
drivers/net/i40e/i40e_ethdev.c
drivers/net/i40e/i40e_ethdev.h
drivers/net/i40e/i40e_flow.c