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

2018-05-07 Thread Zhao1, Wei
> Sent: Thursday, May 3, 2018 8:48 PM > > > To: Peng, Yuan > > > Cc: Zhao1, Wei ; dev@dpdk.org; Xu, Qian Q > > > ; Liu, Yu Y ; Lu, Wenzhuo > > > ; Wu, Jingjing > > > Subject: Re: [dpdk-dev] [PATCH v6 07/16] ethdev: flatten RSS > > > c

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

2018-05-07 Thread Peng, Yuan
: Thursday, May 3, 2018 8:48 PM > > To: Peng, Yuan > > Cc: Zhao1, Wei ; dev@dpdk.org; Xu, Qian Q > > ; Liu, Yu Y ; Lu, Wenzhuo > > ; Wu, Jingjing > > Subject: Re: [dpdk-dev] [PATCH v6 07/16] ethdev: flatten RSS > > configuration in flow API > > > >

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

2018-05-07 Thread Peng, Yuan
e- From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] Sent: Friday, May 4, 2018 5:45 PM To: Zhao1, Wei Cc: Peng, Yuan ; dev@dpdk.org; Xu, Qian Q ; Liu, Yu Y ; Lu, Wenzhuo ; Wu, Jingjing Subject: Re: [dpdk-dev] [PATCH v6 07/16] ethdev: flatten RSS configuration in flow API On Fri, May 04, 2018 at

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

2018-05-04 Thread Adrien Mazarguil
; dev@dpdk.org; Xu, Qian Q > > ; Liu, Yu Y ; Lu, Wenzhuo > > ; Wu, Jingjing > > Subject: Re: [dpdk-dev] [PATCH v6 07/16] ethdev: flatten RSS configuration > > in flow API > > > > Hi Peng Yuan, > > > > Apologies for the delay, I'll answer below

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

2018-05-04 Thread Zhao1, Wei
[dpdk-dev] [PATCH v6 07/16] ethdev: flatten RSS configuration > in flow API > > Hi Peng Yuan, > > Apologies for the delay, I'll answer below to the entire thread. > > On Sat, Apr 28, 2018 at 07:45:31AM +, Peng, Yuan wrote: > > Hi,Adrien Mazarguil > > &g

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

2018-05-03 Thread Adrien Mazarguil
Hi Peng Yuan, Apologies for the delay, I'll answer below to the entire thread. On Sat, Apr 28, 2018 at 07:45:31AM +, Peng, Yuan wrote: > Hi,Adrien Mazarguil > > There is a bug of queue region with 18.05-rc1 > The test steps are as below: > ./usertools/dpdk-devbind.py -b igb_uio 05:00.0 > ./x

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

2018-04-28 Thread Peng, Yuan
ge- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Peng, Yuan Sent: Saturday, April 28, 2018 1:29 PM To: Zhao1, Wei ; Adrien Mazarguil ; dev@dpdk.org Cc: Xu, Qian Q ; Liu, Yu Y ; Lu, Wenzhuo ; Wu, Jingjing Subject: Re: [dpdk-dev] [PATCH v6 07/16] ethdev: flatten RSS configuration in flow

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

2018-04-27 Thread Peng, Yuan
Mazarguil ; dev@dpdk.org Cc: Peng, Yuan ; Xu, Qian Q ; Liu, Yu Y ; Lu, Wenzhuo ; Wu, Jingjing Subject: RE: [dpdk-dev] [PATCH v6 07/16] ethdev: flatten RSS configuration in flow API Hi,Adrien Mazarguil We have just use new RC.1 code on the feature of flow RSS API, but we find some a

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

2018-04-27 Thread Zhao1, Wei
ev, > Konstantin ; Nelio Laranjeiro > ; Yongseok Koh ; > Andrew Rybchenko ; Pascal Mazon > ; Nicolau, Radu ; Akhil > Goyal > Subject: [dpdk-dev] [PATCH v6 07/16] ethdev: flatten RSS configuration in > flow API > > Since its inception, the rte_flow RSS action has been relyin

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

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