From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Pankaj Gupta <pagupta@vmware.com>
Subject: |WARNING| pw111078 [PATCH v5 5/8] net/vmxnet3: version 6
Date: Thu, 12 May 2022 19:08:48 +0200 (CEST) [thread overview]
Message-ID: <20220512170848.D30781242EF@dpdk.org> (raw)
In-Reply-To: <20220512170642.28930-6-pagupta@vmware.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/111078
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_IntrConfExt>
#171: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:614:
+struct Vmxnet3_IntrConfExt {
CHECK:CAMELCASE: Avoid CamelCase: <numIntrs>
#173: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:616:
+ uint8 numIntrs; /* # of interrupts */
CHECK:CAMELCASE: Avoid CamelCase: <eventIntrIdx>
#174: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:617:
+ uint8 eventIntrIdx;
CHECK:CAMELCASE: Avoid CamelCase: <modLevels>
#178: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:621:
+ uint8 modLevels[VMXNET3_EXT_MAX_INTRS]; /* moderation level for each intr */
CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_DSDevReadExt>
#193: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:734:
+struct Vmxnet3_DSDevReadExt {
CHECK:CAMELCASE: Avoid CamelCase: <intrConfExt>
#195: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:736:
+ struct Vmxnet3_IntrConfExt intrConfExt;
CHECK:CAMELCASE: Avoid CamelCase: <devRead>
#221: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:829:
+ Vmxnet3_DSDevRead devRead;
CHECK:CAMELCASE: Avoid CamelCase: <cmdInfo>
#228: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:836:
+ Vmxnet3_CmdInfo cmdInfo;
CHECK:CAMELCASE: Avoid CamelCase: <devReadExt>
#230: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:838:
+ struct Vmxnet3_DSDevReadExt devReadExt;
CHECK:CAMELCASE: Avoid CamelCase: <out_eventIntrIdx>
#256: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:229:
+ uint8 **out_eventIntrIdx,
CHECK:CAMELCASE: Avoid CamelCase: <out_intrCtrl>
#257: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:230:
+ uint32 **out_intrCtrl)
CHECK:CAMELCASE: Avoid CamelCase: <queuesExtEnabled>
#267: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:233:
+ if (VMXNET3_VERSION_GE_6(hw) && hw->queuesExtEnabled) {
CHECK:CAMELCASE: Avoid CamelCase: <intrConf>
#275: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:237:
+ *out_eventIntrIdx = &hw->shared->devRead.intrConf.eventIntrIdx;
CHECK:CAMELCASE: Avoid CamelCase: <UPT1_TxStats>
#628: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.h:121:
+ UPT1_TxStats saved_tx_stats[VMXNET3_EXT_MAX_TX_QUEUES];
CHECK:CAMELCASE: Avoid CamelCase: <UPT1_RxStats>
#629: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.h:122:
+ UPT1_RxStats saved_rx_stats[VMXNET3_EXT_MAX_RX_QUEUES];
CHECK:CAMELCASE: Avoid CamelCase: <indTableSize>
#654: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:1403:
+ dev_rss_conf->indTableSize = (uint16_t)((MAX_RX_QUEUES(hw)) * 4);
total: 0 errors, 0 warnings, 16 checks, 494 lines checked
parent reply other threads:[~2022-05-12 17:08 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20220512170642.28930-6-pagupta@vmware.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=20220512170848.D30781242EF@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=pagupta@vmware.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).