automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw52329 [PATCH v2] meter: replace color definitions with rte_color values
       [not found] <20190405120023.121419-1-jasvinder.singh@intel.com>
@ 2019-04-05 12:01 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-04-05 12:01 UTC (permalink / raw)
  To: test-report; +Cc: Jasvinder Singh

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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#772: FILE: drivers/net/softnic/rte_eth_softnic_flow.c:1628:
+				softnic_table_action_policer(m->params.action[RTE_COLOR_GREEN]);

WARNING:LONG_LINE: line over 90 characters
#774: FILE: drivers/net/softnic/rte_eth_softnic_flow.c:1630:
+				softnic_table_action_policer(m->params.action[RTE_COLOR_YELLOW]);

WARNING:LONG_LINE: line over 90 characters
#776: FILE: drivers/net/softnic/rte_eth_softnic_flow.c:1632:
+				softnic_table_action_policer(m->params.action[RTE_COLOR_RED]);

WARNING:LONG_LINE: line over 90 characters
#1066: FILE: examples/qos_meter/rte_policer.c:19:
+	if ((pre_meter > RTE_COLOR_RED) || (post_meter > RTE_COLOR_RED) || (pre_meter > post_meter)) {

WARNING:BRACES: braces {} are not necessary for single statement blocks
#1066: FILE: examples/qos_meter/rte_policer.c:19:
+	if ((pre_meter > RTE_COLOR_RED) || (post_meter > RTE_COLOR_RED) || (pre_meter > post_meter)) {
 		return -2;
 	}

WARNING:LONG_LINE: line over 90 characters
#1099: FILE: examples/qos_meter/rte_policer.h:27:
+policer_run(struct rte_phb *phb_table, uint32_t phb_table_index, enum rte_color pre_meter, enum rte_color post_meter)

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1779: FILE: lib/librte_sched/rte_sched.h:208:
+	struct rte_red_params red_params[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE][RTE_COLORS]; /**< RED parameters */

total: 0 errors, 7 warnings, 1520 lines checked

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

only message in thread, other threads:[~2019-04-05 12:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190405120023.121419-1-jasvinder.singh@intel.com>
2019-04-05 12:01 ` [dpdk-test-report] |WARNING| pw52329 [PATCH v2] meter: replace color definitions with rte_color values 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).