From: Simei Su <simei...@intel.com> Add new structure inputset in rte_flow_action_rss. This can support input set configuration by rte_flow RSS action.
Signed-off-by: Simei Su <simei...@intel.com> --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index e2721fa..5cd360c 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -99,3 +99,6 @@ Deprecation Notices to set new power environment if power environment was already initialized. In this case the function will return -1 unless the environment is unset first (using ``rte_power_unset_env``). Other function usage scenarios will not change. + +* ethdev: New member in ``rte_flow_action_rss`` to support input set change + by rte_flow RSS action. It ignores spec and focuses on mask only. -- 1.8.3.1