From: Fan Zhang <roy.fan.zhang@intel.com> To: dev@dpdk.org Cc: akhil.goyal@nxp.com, Fan Zhang <roy.fan.zhang@intel.com>, marchana@marvell.com Subject: [dpdk-dev] [dpdk-dev 1/2] fips_validation: fix missed version line Date: Thu, 22 Oct 2020 10:59:26 +0100 Message-ID: <20201022095927.587840-2-roy.fan.zhang@intel.com> (raw) In-Reply-To: <20201022095927.587840-1-roy.fan.zhang@intel.com> This patch fixes the missing version line in the response file. Fixes: 793650184099 ("examples/fips_validation: fix version compatibility") Cc: marchana@marvell.com Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com> --- examples/fips_validation/fips_validation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fips_validation/fips_validation.c b/examples/fips_validation/fips_validation.c index 7454a03b1..4c3ed80c8 100644 --- a/examples/fips_validation/fips_validation.c +++ b/examples/fips_validation/fips_validation.c @@ -118,7 +118,7 @@ fips_test_parse_header(void) if (info.nb_vec_lines) fips_test_parse_version(); - for (i = 1; i < info.nb_vec_lines; i++) { + for (i = 0; i < info.nb_vec_lines; i++) { if (!algo_parsed) { if (strstr(info.vec[i], "AESVS")) { algo_parsed = 1; -- 2.26.2
next prev parent reply other threads:[~2020-10-22 10:00 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-10-22 9:59 [dpdk-dev] [dpdk-dev 0/2] fips_validation: fix issues Fan Zhang 2020-10-22 9:59 ` Fan Zhang [this message] 2020-11-02 11:12 ` [dpdk-dev] [EXT] [dpdk-dev 1/2] fips_validation: fix missed version line Archana Muniganti 2020-10-22 9:59 ` [dpdk-dev] [dpdk-dev 2/2] fips_validation: fix gcm test Fan Zhang
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=20201022095927.587840-2-roy.fan.zhang@intel.com \ --to=roy.fan.zhang@intel.com \ --cc=akhil.goyal@nxp.com \ --cc=dev@dpdk.org \ --cc=marchana@marvell.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
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ https://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git