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

2018-04-11 Thread Andrew Rybchenko
On 04/09/2018 05:42 PM, Adrien Mazarguil wrote: On Sat, Apr 07, 2018 at 12:05:51PM +0300, Andrew Rybchenko wrote: On 04/06/2018 04:25 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

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

2018-04-09 Thread Adrien Mazarguil
On Sat, Apr 07, 2018 at 12:05:51PM +0300, Andrew Rybchenko wrote: > On 04/06/2018 04:25 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 p

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

2018-04-07 Thread Andrew Rybchenko
On 04/06/2018 04:25 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 v2 07/15] ethdev: flatten RSS configuration in flow API

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