patches for DPDK stable branches
 help / color / mirror / Atom feed
From: "Doherty, Declan" <declan.doherty@intel.com>
To: Ciara Power <ciara.power@intel.com>, dev@dpdk.org
Cc: pablo.de.lara.guarch@intel.com, slawomirx.mrozowicz@intel.com,
	stable@dpdk.org
Subject: Re: [dpdk-stable] [PATCH] test/cryptodev: fix spelling in app output
Date: Tue, 19 Jan 2021 08:56:18 +0000	[thread overview]
Message-ID: <9c6d5bde-aa38-0beb-af7d-4df0bbe447d5@intel.com> (raw)
In-Reply-To: <20210118113410.2950889-1-ciara.power@intel.com>



On 18/01/2021 11:34 AM, Ciara Power wrote:
> Fixes some spelling errors in app logs and help text.
> 
> Fixes: 7da018731c56 ("app/crypto-perf: add help option")
> Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test application")
> Cc: pablo.de.lara.guarch@intel.com
> Cc: slawomirx.mrozowicz@intel.com
> Cc: stable@dpdk.org
> 
> Signed-off-by: Ciara Power <ciara.power@intel.com>
> ---
>   app/test-crypto-perf/cperf_options_parsing.c | 2 +-
>   app/test-crypto-perf/main.c                  | 4 ++--
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/app/test-crypto-perf/cperf_options_parsing.c b/app/test-crypto-perf/cperf_options_parsing.c
> index 03ed6f5942..0466f7baf8 100644
> --- a/app/test-crypto-perf/cperf_options_parsing.c
> +++ b/app/test-crypto-perf/cperf_options_parsing.c
> @@ -24,7 +24,7 @@ usage(char *progname)
>   {
>   	printf("%s [EAL options] --\n"
>   		" --silent: disable options dump\n"
> -		" --ptest throughput / latency / verify / pmd-cycleount :"
> +		" --ptest throughput / latency / verify / pmd-cyclecount :"
>   		" set test type\n"
>   		" --pool_sz N: set the number of crypto ops/mbufs allocated\n"
>   		" --total-ops N: set the number of total operations performed\n"
> diff --git a/app/test-crypto-perf/main.c b/app/test-crypto-perf/main.c
> index 99f86e9019..49af812d8b 100644
> --- a/app/test-crypto-perf/main.c
> +++ b/app/test-crypto-perf/main.c
> @@ -530,14 +530,14 @@ main(int argc, char **argv)
>   
>   	ret = cperf_options_parse(&opts, argc, argv);
>   	if (ret) {
> -		RTE_LOG(ERR, USER1, "Parsing on or more user options failed\n");
> +		RTE_LOG(ERR, USER1, "Parsing one or more user options failed\n");
>   		goto err;
>   	}
>   
>   	ret = cperf_options_check(&opts);
>   	if (ret) {
>   		RTE_LOG(ERR, USER1,
> -				"Checking on or more user options failed\n");
> +				"Checking one or more user options failed\n");
>   		goto err;
>   	}
>   
> 

Acked-by: Declan Doherty <declan.doherty@intel.com>

  reply	other threads:[~2021-01-19  8:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-18 11:34 Ciara Power
2021-01-19  8:56 ` Doherty, Declan [this message]
2021-01-19 17:36 ` [dpdk-stable] [dpdk-dev] " Akhil Goyal

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=9c6d5bde-aa38-0beb-af7d-4df0bbe447d5@intel.com \
    --to=declan.doherty@intel.com \
    --cc=ciara.power@intel.com \
    --cc=dev@dpdk.org \
    --cc=pablo.de.lara.guarch@intel.com \
    --cc=slawomirx.mrozowicz@intel.com \
    --cc=stable@dpdk.org \
    /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).