From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>
Subject: |WARNING| pw143190 [RFC 5/6] examples/l3fwd: make ACL work in pipeline and eventdev modes
Date: Thu, 15 Aug 2024 10:57:38 +0200 (CEST) [thread overview]
Message-ID: <20240815085738.DBC21123EF6@dpdk.org> (raw)
In-Reply-To: <20240815085339.1434-6-konstantin.v.ananyev@yandex.ru>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/143190
_coding style issues_
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#101:
'wqorder' mode is implemtened using rte_soring structure per queue.
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#106:
Possible values one of: poll/eventdev/wqorder/wqorderS/wqunorder/wqunorderS
WARNING:TYPO_SPELLING: 'oen' may be misspelled - perhaps 'one'?
#113:
- wqunorderS: Worker-Pool un-ordered mode with oen work queue per I/O thread.
WARNING:TYPO_SPELLING: 'UNQUE' may be misspelled - perhaps 'UNIQUE'?
#156: FILE: examples/l3fwd/l3fwd.h:82:
+ L3FWD_WORKER_UNQUE,
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#177: FILE: examples/l3fwd/l3fwd.h:103:
+ struct rte_soring *sor;
WARNING:TYPO_SPELLING: 'thred' may be misspelled - perhaps 'thread'?
#178: FILE: examples/l3fwd/l3fwd.h:104:
+ /* used by WQ, sort of thred-local var */
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#857: FILE: examples/l3fwd/l3fwd_wqp.c:23:
+wqp_soring_init(struct rte_soring **r, struct rte_soring_param *prm, size_t sz,
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#857: FILE: examples/l3fwd/l3fwd_wqp.c:23:
+wqp_soring_init(struct rte_soring **r, struct rte_soring_param *prm, size_t sz,
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#857: FILE: examples/l3fwd/l3fwd_wqp.c:23:
+wqp_soring_init(struct rte_soring **r, struct rte_soring_param *prm, size_t sz,
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#868: FILE: examples/l3fwd/l3fwd_wqp.c:34:
+ return rte_soring_init(*r, prm);
WARNING:TYPO_SPELLING: 'unque' may be misspelled - perhaps 'unique'?
#888: FILE: examples/l3fwd/l3fwd_wqp.c:54:
+l3fwd_wqp_unque_init(struct lcore_conf *lc, const struct l3fwd_wqp_param *prm,
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#937: FILE: examples/l3fwd/l3fwd_wqp.c:103:
+ struct rte_soring_param prm;
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#951: FILE: examples/l3fwd/l3fwd_wqp.c:117:
+ sz = rte_soring_get_memsize(&prm);
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#962: FILE: examples/l3fwd/l3fwd_wqp.c:128:
+ rc = wqp_soring_init(&lc->wqpool.queue[i].sor, &prm, sz, sid);
WARNING:TYPO_SPELLING: 'UNQUE' may be misspelled - perhaps 'UNIQUE'?
#983: FILE: examples/l3fwd/l3fwd_wqp.c:149:
+ if (prm->mode == L3FWD_WORKER_UNQUE)
WARNING:TYPO_SPELLING: 'unque' may be misspelled - perhaps 'unique'?
#984: FILE: examples/l3fwd/l3fwd_wqp.c:150:
+ return l3fwd_wqp_unque_init(lc, prm, lcid);
WARNING:TYPO_SPELLING: 'paramer' may be misspelled - perhaps 'parameter'?
#1039: FILE: examples/l3fwd/l3fwd_wqp.c:205:
+ printf("error: %s invalid paramer values
", __func__);
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#1122: FILE: examples/l3fwd/l3fwd_wqp.h:8:
+#include <rte_soring.h>
WARNING:TYPO_SPELLING: 'UNQUE' may be misspelled - perhaps 'UNIQUE'?
#1140: FILE: examples/l3fwd/l3fwd_wqp.h:26:
+ if (wqp->prm.mode == L3FWD_WORKER_UNQUE) {
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#1145: FILE: examples/l3fwd/l3fwd_wqp.h:31:
+ struct rte_soring *sor = wqp->queue[idx].sor;
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#1146: FILE: examples/l3fwd/l3fwd_wqp.h:32:
+ return rte_soring_enqueue(sor, pkts, NULL, num,
WARNING:TYPO_SPELLING: 'UNQUE' may be misspelled - perhaps 'UNIQUE'?
#1165: FILE: examples/l3fwd/l3fwd_wqp.h:51:
+ if (wqp->prm.mode == L3FWD_WORKER_UNQUE) {
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#1178: FILE: examples/l3fwd/l3fwd_wqp.h:64:
+ struct rte_soring *sor = wqp->queue[idx].sor;
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#1180: FILE: examples/l3fwd/l3fwd_wqp.h:66:
+ n = rte_soring_dequeue(sor, pkts, rcs, num,
WARNING:TYPO_SPELLING: 'UNQUE' may be misspelled - perhaps 'UNIQUE'?
#1198: FILE: examples/l3fwd/l3fwd_wqp.h:84:
+ if (wqp->prm.mode == L3FWD_WORKER_UNQUE) {
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#1203: FILE: examples/l3fwd/l3fwd_wqp.h:89:
+ struct rte_soring *sor = wqp->queue[idx].sor;
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#1204: FILE: examples/l3fwd/l3fwd_wqp.h:90:
+ return rte_soring_acquire(sor, pkts, NULL, 0, num,
WARNING:TYPO_SPELLING: 'UNQUE' may be misspelled - perhaps 'UNIQUE'?
#1223: FILE: examples/l3fwd/l3fwd_wqp.h:109:
+ if (wqp->prm.mode == L3FWD_WORKER_UNQUE) {
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#1233: FILE: examples/l3fwd/l3fwd_wqp.h:119:
+ struct rte_soring *sor = wqp->queue[idx].sor;
WARNING:TYPO_SPELLING: 'soring' may be misspelled - perhaps 'sorting'?
#1237: FILE: examples/l3fwd/l3fwd_wqp.h:123:
+ rte_soring_release(sor, NULL, rcs, 0, num,
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
#1321: FILE: examples/l3fwd/main.c:612:
+ else
[...]
+ if (strcmp(optarg, "wqorder") == 0) {
WARNING:TYPO_SPELLING: 'UNQUE' may be misspelled - perhaps 'UNIQUE'?
#1327: FILE: examples/l3fwd/main.c:618:
+ l3fwd_wqp_param.mode = L3FWD_WORKER_UNQUE;
WARNING:TYPO_SPELLING: 'UNQUE' may be misspelled - perhaps 'UNIQUE'?
#1333: FILE: examples/l3fwd/main.c:624:
+ l3fwd_wqp_param.mode = L3FWD_WORKER_UNQUE;
total: 0 errors, 33 warnings, 1211 lines checked
parent reply other threads:[~2024-08-15 8:57 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20240815085339.1434-6-konstantin.v.ananyev@yandex.ru>]
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=20240815085738.DBC21123EF6@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=konstantin.v.ananyev@yandex.ru \
--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).