From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Wisam Jaddo <wisamm@nvidia.com>
Subject: [dpdk-test-report] |WARNING| pw84572 [PATCH 2/4] app/flow-perf: add multiple cores insertion and deletion
Date: Thu, 26 Nov 2020 12:17:08 +0100 (CET) [thread overview]
Message-ID: <20201126111708.D805AC97A@dpdk.org> (raw)
In-Reply-To: <20201126111543.16928-3-wisamm@nvidia.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/84572
_coding style issues_
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#1296: FILE: app/test-flow-perf/main.c:1158:
+ insertion_latency = ((double) (mc_pool.rules_count / insertion_latency_time) / 1000);
WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#1301: FILE: app/test-flow-perf/main.c:1163:
+ insertion_throughput = ((double) (mc_pool.rules_count / insertion_throughput_time) / 1000);
WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#1302: FILE: app/test-flow-perf/main.c:1164:
+ deletion_throughput = ((double) (mc_pool.rules_count / deletion_throughput_time) / 1000);
total: 0 errors, 3 warnings, 1224 lines checked
parent reply other threads:[~2020-11-26 11:17 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20201126111543.16928-3-wisamm@nvidia.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201126111708.D805AC97A@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=test-report@dpdk.org \
--cc=wisamm@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).