Re: [dpdk-dev] [PATCH v3 07/16] ethdev: flatten RSS configuration in flow API

2018-04-11 Thread Andrew Rybchenko
On 04/10/2018 07:36 PM, Adrien Mazarguil wrote: Since its inception, the rte_flow RSS action has been relying in part on external struct rte_eth_rss_conf for compatibility with the legacy RSS API. This structure lacks parameters such as the hash algorithm to use, and more recently, a method to te

[dpdk-dev] [PATCH v3 07/16] ethdev: flatten RSS configuration in flow API

2018-04-10 Thread Adrien Mazarguil
Since its inception, the rte_flow RSS action has been relying in part on external struct rte_eth_rss_conf for compatibility with the legacy RSS API. This structure lacks parameters such as the hash algorithm to use, and more recently, a method to tell which layer RSS should be performed on [1]. Gi