automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw27756 [PATCH 1/4] meter: add meter configuration profile
       [not found] <1503488186-90047-2-git-send-email-cristian.dumitrescu@intel.com>
@ 2017-08-25 10:26 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-08-25 10:26 UTC (permalink / raw)
  To: test-report; +Cc: Cristian Dumitrescu

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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#39: FILE: lib/librte_meter/rte_meter.c:63:
+rte_meter_srtcm_profile_config(struct rte_meter_srtcm_profile *p, struct rte_meter_srtcm_params *params)

WARNING:LONG_LINE: line over 90 characters
#60: FILE: lib/librte_meter/rte_meter.c:77:
+	rte_meter_get_tb_params(hz, params->cir, &p->cir_period, &p->cir_bytes_per_period);

WARNING:LONG_LINE: line over 90 characters
#90: FILE: lib/librte_meter/rte_meter.c:98:
+rte_meter_trtcm_profile_config(struct rte_meter_trtcm_profile *p, struct rte_meter_trtcm_params *params)

WARNING:LONG_LINE: line over 90 characters
#115: FILE: lib/librte_meter/rte_meter.c:115:
+	rte_meter_get_tb_params(hz, params->cir, &p->cir_period, &p->cir_bytes_per_period);

WARNING:LONG_LINE: line over 90 characters
#116: FILE: lib/librte_meter/rte_meter.c:116:
+	rte_meter_get_tb_params(hz, params->pir, &p->pir_period, &p->pir_bytes_per_period);

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#170: FILE: lib/librte_meter/rte_meter.h:92:
+/**
+  * Internal data structure storing the trTCM configuration profile. Typically

WARNING:LONG_LINE_COMMENT: line over 90 characters
#317: FILE: lib/librte_meter/rte_meter.h:251:
+	uint64_t cir_period; /* Number of CPU cycles for one update of C and E token buckets */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#318: FILE: lib/librte_meter/rte_meter.h:252:
+	uint64_t cir_bytes_per_period; /* Number of bytes to add to C and E token buckets on each update */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#350: FILE: lib/librte_meter/rte_meter.h:275:
+	uint64_t tc;      /* Number of bytes currently available in the committed (C) token bucket */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#351: FILE: lib/librte_meter/rte_meter.h:276:
+	uint64_t tp;      /* Number of bytes currently available in the peak (P) token bucket */

total: 0 errors, 10 warnings, 457 lines checked

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

only message in thread, other threads:[~2017-08-25 10:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1503488186-90047-2-git-send-email-cristian.dumitrescu@intel.com>
2017-08-25 10:26 ` [dpdk-test-report] |WARNING| pw27756 [PATCH 1/4] meter: add meter configuration profile 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).