Re: [dpdk-dev] [PATCH v7 2/2] app/testpmd: add API for configuration of queue region

2017-10-10 Thread Ferruh Yigit
On 10/10/2017 4:01 AM, Zhao1, Wei wrote: > Hi,Ferruh > >> -Original Message- >> From: Zhao1, Wei >> Sent: Tuesday, October 10, 2017 10:56 AM >> To: Yigit, Ferruh ; dev@dpdk.org >> Subject: RE: [dpdk-dev] [PATCH v7 2/2] app/testpmd: add API for >&

Re: [dpdk-dev] [PATCH v7 2/2] app/testpmd: add API for configuration of queue region

2017-10-09 Thread Zhao1, Wei
Hi,Ferruh > -Original Message- > From: Zhao1, Wei > Sent: Tuesday, October 10, 2017 10:56 AM > To: Yigit, Ferruh ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v7 2/2] app/testpmd: add API for > configuration of queue region > > Hi, > > > -Orig

Re: [dpdk-dev] [PATCH v7 2/2] app/testpmd: add API for configuration of queue region

2017-10-09 Thread Zhao1, Wei
Hi, > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, October 4, 2017 2:04 AM > To: Zhao1, Wei ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v7 2/2] app/testpmd: add API for > configuration of queue region > > On 9/29/2017 10:16 AM, Wei Zhao wrote:

Re: [dpdk-dev] [PATCH v7 2/2] app/testpmd: add API for configuration of queue region

2017-10-09 Thread Zhao1, Wei
HI, Ferruh I will rework code as your comments in v8. > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, October 4, 2017 2:04 AM > To: Zhao1, Wei ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v7 2/2] app/testpmd: add API for > configuration of queue r

Re: [dpdk-dev] [PATCH v7 2/2] app/testpmd: add API for configuration of queue region

2017-10-03 Thread Ferruh Yigit
On 9/29/2017 10:16 AM, Wei Zhao wrote: > This patch add a API configuration of queue region in rss. > It can parse the parameters of region index, queue number, > queue start index, user priority, traffic classes and so on. > According to commands from command line, it will call i40e > private API

Re: [dpdk-dev] [PATCH v7 2/2] app/testpmd: add API for configuration of queue region

2017-09-29 Thread Wu, Jingjing
> +static void > +cmd_queue_region_parsed(void *parsed_result, > + __attribute__((unused)) struct cmdline *cl, > + __attribute__((unused)) void *data) > +{ > + struct cmd_queue_region_result *res = parsed_result; > + int ret = 0; > +#ifdef RTE_LIBRTE_

[dpdk-dev] [PATCH v7 2/2] app/testpmd: add API for configuration of queue region

2017-09-29 Thread Wei Zhao
This patch add a API configuration of queue region in rss. It can parse the parameters of region index, queue number, queue start index, user priority, traffic classes and so on. According to commands from command line, it will call i40e private API and start the process of set or flush queue regio