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

2018-04-23 Thread Nélio Laranjeiro
On Thu, Apr 19, 2018 at 12:16:39PM +0200, 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 >

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

2018-04-19 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