automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Subject: [dpdk-test-report] |WARNING| pw74120 [PATCH v3 4/5] app/mp_crypto: add enqueue-dequeue functions
Date: Wed, 15 Jul 2020 17:52:03 +0200 (CEST)	[thread overview]
Message-ID: <20200715155203.833094F9A@dpdk.org> (raw)
In-Reply-To: <20200715155043.12476-5-arkadiuszx.kusztal@intel.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/74120

_coding style issues_


WARNING:TYPO_SPELLING: 'Aquire' may be misspelled - perhaps 'Acquire'?
#267: FILE: app/test-mp-crypto/main.c:733:
+		/* Aquire session */

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#497: FILE: app/test-mp-crypto/main.c:963:
+			break;
+		else

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#509: FILE: app/test-mp-crypto/main.c:975:
+			break;
+		else

WARNING:LONG_LINE: line over 100 characters
#579: FILE: app/test-mp-crypto/main.c:1045:
+					"error when checking status of %"PRIu64" packet out of last %"PRIu64" packets",

WARNING:MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'session_vectors[vectors[vector_number].session'
#730: FILE: app/test-mp-crypto/mp_crypto.c:101:
+		RTE_ALIGN_CEIL(session_vectors[vectors[vector_number].
+				session].aad_len, 16);

total: 0 errors, 5 warnings, 951 lines checked

           reply	other threads:[~2020-07-15 15:52 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200715155043.12476-5-arkadiuszx.kusztal@intel.com>]

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=20200715155203.833094F9A@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=arkadiuszx.kusztal@intel.com \
    --cc=test-report@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).