* [dpdk-test-report] |WARNING| pw56645 [PATCH v5 10/11] examples/qos_sched: add tc and queue config flexibility
[not found] <20190717144245.138876-11-jasvinder.singh@intel.com>
@ 2019-07-17 14:43 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-07-17 14:43 UTC (permalink / raw)
To: test-report; +Cc: Jasvinder Singh
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/56645
_coding style issues_
WARNING:LONG_LINE_COMMENT: line over 90 characters
#66: FILE: examples/qos_sched/app_thread.c:42:
+ pipe_queue = active_queues[(pdata[QUEUE_OFFSET] >> 8) % n_active_queues]; /* Destination IP */
WARNING:LONG_LINE: line over 90 characters
#880: FILE: examples/qos_sched/stats.c:179:
+ subport_queue_id += port_params.n_pipes_per_subport * RTE_SCHED_QUEUES_PER_PIPE;
WARNING:LONG_LINE: line over 90 characters
#888: FILE: examples/qos_sched/stats.c:187:
+ queue_id = subport_queue_id + i * RTE_SCHED_QUEUES_PER_PIPE + tc;
WARNING:LONG_LINE: line over 90 characters
#895: FILE: examples/qos_sched/stats.c:194:
+ i * RTE_SCHED_QUEUES_PER_PIPE + tc + j;
WARNING:LONG_LINE: line over 90 characters
#907: FILE: examples/qos_sched/stats.c:206:
+ part_average / (port_params.n_pipes_per_subport) * RTE_SCHED_BE_QUEUES_PER_PIPE;
WARNING:LONG_LINE: line over 90 characters
#952: FILE: examples/qos_sched/stats.c:239:
+ subport_queue_id += port_params.n_pipes_per_subport * RTE_SCHED_QUEUES_PER_PIPE;
WARNING:LONG_LINE: line over 90 characters
#981: FILE: examples/qos_sched/stats.c:255:
+ average += part_average / (port_params.n_pipes_per_subport * RTE_SCHED_QUEUES_PER_PIPE);
WARNING:LONG_LINE: line over 90 characters
#1053: FILE: examples/qos_sched/stats.c:293:
+ printf("| %d | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " |
", i,
WARNING:LONG_LINE: line over 90 characters
#1133: FILE: examples/qos_sched/stats.c:336:
+ printf("| %d | %d | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | %11i |
", i, 0,
WARNING:LONG_LINE: line over 90 characters
#1134: FILE: examples/qos_sched/stats.c:337:
+ stats.n_pkts, stats.n_pkts_dropped, stats.n_bytes, stats.n_bytes_dropped, qlen);
WARNING:LONG_LINE: line over 90 characters
#1138: FILE: examples/qos_sched/stats.c:341:
+ rte_sched_queue_read_stats(port, queue_id + i + j, &stats, &qlen);
WARNING:LONG_LINE: line over 90 characters
#1139: FILE: examples/qos_sched/stats.c:342:
+ printf("| %d | %d | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | %11" PRIu32 " | %11i |
", i, j,
WARNING:LONG_LINE: line over 90 characters
#1140: FILE: examples/qos_sched/stats.c:343:
+ stats.n_pkts, stats.n_pkts_dropped, stats.n_bytes, stats.n_bytes_dropped, qlen);
total: 0 errors, 13 warnings, 1063 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-07-17 14:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20190717144245.138876-11-jasvinder.singh@intel.com>
2019-07-17 14:43 ` [dpdk-test-report] |WARNING| pw56645 [PATCH v5 10/11] examples/qos_sched: add tc and queue config flexibility 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).