automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw143190 [RFC 5/6] examples/l3fwd: make ACL work in pipeline and eventdev modes
       [not found] <20240815085339.1434-6-konstantin.v.ananyev@yandex.ru>
@ 2024-08-15  8:57 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-08-15  8:57 UTC (permalink / raw)
  To: test-report; +Cc: Konstantin Ananyev

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-15  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240815085339.1434-6-konstantin.v.ananyev@yandex.ru>
2024-08-15  8:57 ` |WARNING| pw143190 [RFC 5/6] examples/l3fwd: make ACL work in pipeline and eventdev modes checkpatch

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).