DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: "Li, Xiaoyun" <xiaoyun.li@intel.com>,
	Zhihong Wang <wangzhihong.wzh@bytedance.com>,
	"dev@dpdk.org" <dev@dpdk.org>,
	"Singh, Aman Deep" <aman.deep.singh@intel.com>,
	"irusskikh@marvell.com" <irusskikh@marvell.com>,
	"cchemparathy@tilera.com" <cchemparathy@tilera.com>
Subject: Re: [dpdk-dev] [PATCH] app/testpmd: configurable number of flows in flowgen
Date: Tue, 31 Aug 2021 16:14:51 +0100	[thread overview]
Message-ID: <8e8dbc53-cd4c-726b-ea97-5a4d730c612f@intel.com> (raw)
In-Reply-To: <DM4PR11MB55344A9BFD649984BA71DF9D99C49@DM4PR11MB5534.namprd11.prod.outlook.com>

On 8/23/2021 12:08 PM, Li, Xiaoyun wrote:
> Hi
> 
>> -----Original Message-----
>> From: Zhihong Wang <wangzhihong.wzh@bytedance.com>
>> Sent: Thursday, August 19, 2021 20:36
>> To: dev@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>; Li, Xiaoyun
>> <xiaoyun.li@intel.com>; Singh, Aman Deep <aman.deep.singh@intel.com>;
>> irusskikh@marvell.com; cchemparathy@tilera.com
>> Cc: Zhihong Wang <wangzhihong.wzh@bytedance.com>
>> Subject: [PATCH] app/testpmd: configurable number of flows in flowgen
>>
>> Make number of flows in flowgen configurable by setting parameter --flowgen-
>> flows=N.
>>
>> Signed-off-by: Zhihong Wang <wangzhihong.wzh@bytedance.com>
>> ---
>> Depends-on: series-18277 ("app/testpmd: flowgen fixes and improvements")
>>
>>  app/test-pmd/flowgen.c                | 22 ++++++++++++++--------
>>  app/test-pmd/parameters.c             | 10 ++++++++++
>>  app/test-pmd/testpmd.c                |  1 +
>>  app/test-pmd/testpmd.h                |  1 +
>>  doc/guides/testpmd_app_ug/run_app.rst |  5 +++++
>>  5 files changed, 31 insertions(+), 8 deletions(-)
>>
> Acked-by: Xiaoyun Li <xiaoyun.li@intel.com>
> 

A few minor changes done while merging,
- spaces added to the log to align it with rest of the log, also abbreviations
converted to full word, it become:
printf("  number of flows for port %u: %d\n", pi, nb_flows_flowgen);
- 2147483647 replaced with INT32_MAX

Applied to dpdk-next-net/main, thanks.

      reply	other threads:[~2021-08-31 15:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-19 12:35 Zhihong Wang
2021-08-23 11:08 ` Li, Xiaoyun
2021-08-31 15:14   ` Ferruh Yigit [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8e8dbc53-cd4c-726b-ea97-5a4d730c612f@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=aman.deep.singh@intel.com \
    --cc=cchemparathy@tilera.com \
    --cc=dev@dpdk.org \
    --cc=irusskikh@marvell.com \
    --cc=wangzhihong.wzh@bytedance.com \
    --cc=xiaoyun.li@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).