automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw114020 [PATCH 4/9] pipeline: generate the code for pipeline specification structure
       [not found] <20220718130713.339003-4-cristian.dumitrescu@intel.com>
@ 2022-07-18 13:08 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-07-18 13:08 UTC (permalink / raw)
  To: test-report; +Cc: Cristian Dumitrescu

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

_coding style issues_


ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
#95: FILE: lib/pipeline/rte_swx_pipeline_spec.c:2110:
+	switch (match_type) {
+		case RTE_SWX_TABLE_MATCH_WILDCARD: return "RTE_SWX_TABLE_MATCH_WILDCARD";
+		case RTE_SWX_TABLE_MATCH_LPM: return "RTE_SWX_TABLE_MATCH_LPM";
+		case RTE_SWX_TABLE_MATCH_EXACT: return "RTE_SWX_TABLE_MATCH_EXACT";
+		default: return "RTE_SWX_TABLE_MATCH_UNKNOWN";

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#554: FILE: lib/pipeline/rte_swx_pipeline_spec.c:2569:
+			fprintf(f, "static uint32_t learner_%s_timeout[] = {
", learner_spec->name);

total: 1 errors, 1 warnings, 644 lines checked

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

only message in thread, other threads:[~2022-07-18 13:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220718130713.339003-4-cristian.dumitrescu@intel.com>
2022-07-18 13:08 ` |WARNING| pw114020 [PATCH 4/9] pipeline: generate the code for pipeline specification structure 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).