automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Lijun Ou <oulijun@huawei.com>
Subject: [dpdk-test-report] |WARNING| pw88510 [PATCH 3/3] app/testpmd: use of Rx/Tx in testpmd
Date: Fri,  5 Mar 2021 11:23:07 +0100 (CET)	[thread overview]
Message-ID: <20210305102307.EC16F4C6C@dpdk.org> (raw)
In-Reply-To: <1614939741-63927-4-git-send-email-oulijun@huawei.com>

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

_coding style issues_


WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#1550: FILE: app/test-pmd/testpmd.h:217:
+	uint16_t                nb_rx_desc[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue Rx desc number */

WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#1551: FILE: app/test-pmd/testpmd.h:218:
+	uint16_t                nb_tx_desc[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue Tx desc number */

WARNING:LONG_LINE_COMMENT: line length of 102 exceeds 100 columns
#1552: FILE: app/test-pmd/testpmd.h:219:
+	struct rte_eth_rxconf   rx_conf[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue Rx configuration */

WARNING:LONG_LINE_COMMENT: line length of 102 exceeds 100 columns
#1553: FILE: app/test-pmd/testpmd.h:220:
+	struct rte_eth_txconf   tx_conf[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue Tx configuration */

total: 0 errors, 4 warnings, 1373 lines checked

           reply	other threads:[~2021-03-05 10:23 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1614939741-63927-4-git-send-email-oulijun@huawei.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=20210305102307.EC16F4C6C@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=oulijun@huawei.com \
    --cc=test-report@dpdk.org \
    /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).