automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Gagandeep Singh <g.singh@nxp.com>
Subject: |WARNING| pw110430 [PATCH v2 09/14] crypto/dpaa2_sec: per queue pair fle pool
Date: Thu, 28 Apr 2022 13:50:54 +0200 (CEST)	[thread overview]
Message-ID: <20220428115054.A63521242B9@dpdk.org> (raw)
In-Reply-To: <20220428114733.1419957-10-g.singh@nxp.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#50: 
Subject: [PATCH v2 09/14] crypto/dpaa2_sec: per queue pair fle pool

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#103: 
Driver is creating a fle pool with a fixed number of

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#105: 
These fle buffers are equivalent to the number of descriptors.

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#107: 
In this patch, creating the fle pool for each queue pair

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#166: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:68:
+free_fle(const struct qbman_fd *fd, struct dpaa2_sec_qp *qp)

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#183: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:81:
+		rte_mempool_put(qp->fle_pool, (void *)(fle-1));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#183: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:81:
+		rte_mempool_put(qp->fle_pool, (void *)(fle-1));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#202: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:224:
+	retval = rte_mempool_get(qp->fle_pool, (void **)(&fle));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#202: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:224:
+	retval = rte_mempool_get(qp->fle_pool, (void **)(&fle));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#238: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:487:
+	retval = rte_mempool_get(qp->fle_pool, (void **)(&fle));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#238: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:487:
+	retval = rte_mempool_get(qp->fle_pool, (void **)(&fle));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#241: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:489:
+		DPAA2_SEC_DP_DEBUG("GCM: no buffer available in fle pool");

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#259: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:779:
+	retval = rte_mempool_get(qp->fle_pool, (void **)(&fle));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#259: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:779:
+	retval = rte_mempool_get(qp->fle_pool, (void **)(&fle));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#262: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:781:
+		DPAA2_SEC_DP_DEBUG("AUTHENC: no buffer available in fle pool");

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#280: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:1036:
+	retval = rte_mempool_get(qp->fle_pool, (void **)(&fle));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#280: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:1036:
+	retval = rte_mempool_get(qp->fle_pool, (void **)(&fle));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#283: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:1038:
+		DPAA2_SEC_DP_DEBUG("AUTH: no buffer available in fle pool");

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#301: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:1289:
+	retval = rte_mempool_get(qp->fle_pool, (void **)(&fle));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#301: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:1289:
+	retval = rte_mempool_get(qp->fle_pool, (void **)(&fle));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#304: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:1291:
+		DPAA2_SEC_DP_DEBUG("CIPHER: no buffer available in fle pool");

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#383: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:1542:
+						free_fle(&fd_arr[loop],

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#407: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:1656:
+		rte_mempool_put(qp->fle_pool, (void *)(fle-1));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#407: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:1656:
+		rte_mempool_put(qp->fle_pool, (void *)(fle-1));

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#449: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:1889:
+						free_fle(&fd_arr[loop],

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#467: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:2030:
+	rte_mempool_free(qp->fle_pool);

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#492: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:2089:
+	snprintf(str, sizeof(str), "sec_fle_pool_p%d_%d_%d",

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#494: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:2091:
+	qp->fle_pool = rte_mempool_create((const char *)str,

WARNING:TYPO_SPELLING: 'FLE' may be misspelled - perhaps 'FILE'?
#496: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:2093:
+			FLE_POOL_BUF_SIZE,

WARNING:TYPO_SPELLING: 'FLE' may be misspelled - perhaps 'FILE'?
#497: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:2094:
+			FLE_POOL_CACHE_SIZE, 0,

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#500: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:2097:
+	if (!qp->fle_pool) {

WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'?
#828: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h:46:
+	struct rte_mempool *fle_pool; /* per device memory pool for FLE */

WARNING:TYPO_SPELLING: 'FLE' may be misspelled - perhaps 'FILE'?
#828: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h:46:
+	struct rte_mempool *fle_pool; /* per device memory pool for FLE */

total: 0 errors, 33 warnings, 0 checks, 666 lines checked

           reply	other threads:[~2022-04-28 11:50 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20220428114733.1419957-10-g.singh@nxp.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=20220428115054.A63521242B9@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=g.singh@nxp.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).