Re: [dpdk-dev] [PATCH] app/testpmd: fix segment number check

2020-12-16 Thread Ferruh Yigit
On 12/11/2020 3:07 PM, Viacheslav Ovsiienko wrote: The --txpkts command line parameter was silently ignored due to application was unable to check the Tx queue ring sizes for non configured ports [1]. The "set txpkts " was also rejected if there was some stopped or /unconfigured port. May not

Re: [dpdk-dev] [PATCH] app/testpmd: fix segment number check

2020-12-16 Thread Slava Ovsiienko
Hi, Ferruh > -Original Message- > From: Ferruh Yigit > Sent: Wednesday, December 16, 2020 14:12 > To: Slava Ovsiienko ; Andrew Boyer > > Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon ; > sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix segment

Re: [dpdk-dev] [PATCH] app/testpmd: fix segment number check

2020-12-16 Thread Ferruh Yigit
...@dpdk.org Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix segment number check On Dec 11, 2020, at 10:07 AM, Viacheslav Ovsiienko wrote: The --txpkts command line parameter was silently ignored due to application was unable to check the Tx queue ring sizes for non configured ports [1

Re: [dpdk-dev] [PATCH] app/testpmd: fix segment number check

2020-12-11 Thread Slava Ovsiienko
Re: [dpdk-dev] [PATCH] app/testpmd: fix segment number check > > > > > On Dec 11, 2020, at 10:07 AM, Viacheslav Ovsiienko > wrote: > > > > The --txpkts command line parameter was silently ignored due to > > application was unable to check the Tx queue ring

Re: [dpdk-dev] [PATCH] app/testpmd: fix segment number check

2020-12-11 Thread Andrew Boyer
> On Dec 11, 2020, at 10:07 AM, Viacheslav Ovsiienko > wrote: > > The --txpkts command line parameter was silently ignored due to > application was unable to check the Tx queue ring sizes for non > configured ports [1]. ... ignored because the application... > The "set txpkts " was also rej

[dpdk-dev] [PATCH] app/testpmd: fix segment number check

2020-12-11 Thread Viacheslav Ovsiienko
The --txpkts command line parameter was silently ignored due to application was unable to check the Tx queue ring sizes for non configured ports [1]. The "set txpkts " was also rejected if there was some stopped or /unconfigured port. This provides the following: - number of segment check is p