Re: [dpdk-dev] [PATCH v7 4/5] app/testpmd: enable queue ring size configure

2018-04-24 Thread Ferruh Yigit
On 4/24/2018 4:16 AM, Zhang, Qi Z wrote: > > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Tuesday, April 24, 2018 1:45 AM >> To: Zhang, Qi Z ; tho...@monjalon.net >> Cc: Ananyev, Konstantin ; dev@dpdk.org; >> Xing, Beilei ; Wu, Jingjing ; >> Lu, Wenzhuo >> Subject: Re: [PATCH v7

Re: [dpdk-dev] [PATCH v7 4/5] app/testpmd: enable queue ring size configure

2018-04-23 Thread Zhang, Qi Z
> -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, April 24, 2018 1:45 AM > To: Zhang, Qi Z ; tho...@monjalon.net > Cc: Ananyev, Konstantin ; dev@dpdk.org; > Xing, Beilei ; Wu, Jingjing ; > Lu, Wenzhuo > Subject: Re: [PATCH v7 4/5] app/testpmd: enable queue ring size configure >

Re: [dpdk-dev] [PATCH v7 4/5] app/testpmd: enable queue ring size configure

2018-04-23 Thread Ferruh Yigit
On 4/22/2018 12:58 PM, Qi Zhang wrote: > Add command to change specific queue's ring size configure, > the new value will only take effect after command that restart > the device(port stop /port start ) or command > that setup the queue(port rxq setup) at runtime. > > Signed-off-by: Qi Zhang >

[dpdk-dev] [PATCH v7 4/5] app/testpmd: enable queue ring size configure

2018-04-22 Thread Qi Zhang
Add command to change specific queue's ring size configure, the new value will only take effect after command that restart the device(port stop /port start ) or command that setup the queue(port rxq setup) at runtime. Signed-off-by: Qi Zhang --- app/test-pmd/cmdline.c | 10