From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Mingxia Liu <mingxia.liu@intel.com>
Subject: |WARNING| pw123884 [PATCH v2 3/5] net/cpfl: add hairpin queue enable and setup
Date: Tue, 14 Feb 2023 13:38:14 +0100 (CET) [thread overview]
Message-ID: <20230214123814.2FBFC120B05@dpdk.org> (raw)
In-Reply-To: <20230214113852.3341607-4-mingxia.liu@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/123884
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#240: FILE: drivers/net/cpfl/cpfl_rxtx.c:1128:
+ struct idpf_vport *vport = &(cpfl_vport->base);
WARNING:MISSING_SPACE: break quoted strings at a space character
#291: FILE: drivers/net/cpfl/cpfl_rxtx.c:1179:
+ PMD_INIT_LOG(ERR, "Failed to reserve DMA memory"
+ "for hairpin RX buffer queue.");
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#315: FILE: drivers/net/cpfl/cpfl_rxtx.c:1203:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#361: FILE: drivers/net/cpfl/cpfl_rxtx.c:1249:
+ rxq = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->hairpin_info
#362: FILE: drivers/net/cpfl/cpfl_rxtx.c:1250:
+ hairpin_info = &(cpfl_rxq->hairpin_info);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around peer_cpfl_vport->base
#374: FILE: drivers/net/cpfl/cpfl_rxtx.c:1262:
+ peer_vport = &(peer_cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around peer_txq->base
#415: FILE: drivers/net/cpfl/cpfl_rxtx.c:1303:
+ ret = cpfl_rx_hairpin_bufq_setup(dev, bufq1, qid, nb_desc, &(peer_txq->base));
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#445: FILE: drivers/net/cpfl/cpfl_rxtx.c:1333:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#490: FILE: drivers/net/cpfl/cpfl_rxtx.c:1378:
+ txq = &(cpfl_txq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->hairpin_info
#491: FILE: drivers/net/cpfl/cpfl_rxtx.c:1379:
+ hairpin_info = &(cpfl_txq->hairpin_info);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around peer_cpfl_vport->base
#502: FILE: drivers/net/cpfl/cpfl_rxtx.c:1390:
+ peer_vport = &(peer_cpfl_vport->base);
total: 0 errors, 1 warnings, 10 checks, 526 lines checked
parent reply other threads:[~2023-02-14 12:38 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20230214113852.3341607-4-mingxia.liu@intel.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=20230214123814.2FBFC120B05@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=mingxia.liu@intel.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).