Re: [dpdk-dev] [PATCH v2 4/5] net/i40e: enable flow query RSS

2020-06-30 Thread Di, ChenxuX
Hi, > -Original Message- > From: Yang, Qiming > Sent: Tuesday, June 30, 2020 6:27 PM > To: Di, ChenxuX ; dev@dpdk.org > Cc: Xing, Beilei > Subject: RE: [PATCH v2 4/5] net/i40e: enable flow query RSS > > > > > -Original Message- > > From: Di, ChenxuX > > Sent: Monday, June 15,

Re: [dpdk-dev] [PATCH v2 4/5] net/i40e: enable flow query RSS

2020-06-30 Thread Yang, Qiming
> -Original Message- > From: Di, ChenxuX > Sent: Monday, June 15, 2020 10:19 > To: dev@dpdk.org > Cc: Xing, Beilei ; Yang, Qiming > ; Di, ChenxuX > Subject: [PATCH v2 4/5] net/i40e: enable flow query RSS > > This patch enables flow query function to get the configuration ofthe > speci

Re: [dpdk-dev] [PATCH v2 4/5] net/i40e: enable flow query RSS

2020-06-29 Thread Jeff Guo
hi, chenxu On 6/15/2020 10:18 AM, Chenxu Di wrote: This patch enables flow query function to get the configuration ofthe specified rule. "ofthe" should be "of the". Signed-off-by: Chenxu Di --- drivers/net/i40e/i40e_flow.c | 51 1 file changed, 51

[dpdk-dev] [PATCH v2 4/5] net/i40e: enable flow query RSS

2020-06-14 Thread Chenxu Di
This patch enables flow query function to get the configuration ofthe specified rule. Signed-off-by: Chenxu Di --- drivers/net/i40e/i40e_flow.c | 51 1 file changed, 51 insertions(+) diff --git a/drivers/net/i40e/i40e_flow.c b/drivers/net/i40e/i40e_flow.c in