DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Wiles, Keith" <keith.wiles@intel.com>
To: "Rosen, Rami" <rami.rosen@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [pktgen PATCH] Fix a typo in app/pktgen.c
Date: Wed, 7 Feb 2018 14:48:12 +0000	[thread overview]
Message-ID: <19DCFA07-68EF-4465-B3B1-502DBB2AB433@intel.com> (raw)
In-Reply-To: <20180207161512.24010-1-rami.rosen@intel.com>



> On Feb 7, 2018, at 10:15 AM, Rosen, Rami <rami.rosen@intel.com> wrote:
> 
> This patch fixes a typo in pktgen_main_rxtx_loop() method 
> of app/pktgen.c.
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>
> ---
> app/pktgen.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/app/pktgen.c b/app/pktgen.c
> index 4904954..412585b 100644
> --- a/app/pktgen.c
> +++ b/app/pktgen.c
> @@ -1263,7 +1263,7 @@ pktgen_main_rxtx_loop(uint8_t lid)
> 	if (txcnt == 0)
> 		rte_panic("No ports found for %d lcore\n", lid);
> 
> -	printf("For TX found %d port(s) for lcore %d\n", rxcnt, lid);
> +	printf("For TX found %d port(s) for lcore %d\n", txcnt, lid);

Thanks I will apply it.

> 	for(idx = 0; idx < txcnt; idx++) {
> 		if (infos[idx] == NULL)
> 			rte_panic("Invalid TX config: port at index %d not found for %d lcore\n", idx, lid);
> -- 
> 2.14.3
> 

Regards,
Keith

      reply	other threads:[~2018-02-07 14:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-07 16:15 Rami Rosen
2018-02-07 14:48 ` Wiles, Keith [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=19DCFA07-68EF-4465-B3B1-502DBB2AB433@intel.com \
    --to=keith.wiles@intel.com \
    --cc=dev@dpdk.org \
    --cc=rami.rosen@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).