automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Jochen Behrens <jbehrens@vmware.com>
Subject: [dpdk-test-report] |WARNING| pw93438 [PATCH] net/vmxnet3: add interrupt support in MSI-X
Date: Wed, 26 May 2021 04:54:30 +0200 (CEST)	[thread overview]
Message-ID: <20210526025430.59527122E1E@dpdk.org> (raw)
In-Reply-To: <20210526025040.2484-1-jbehrens@vmware.com>

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_DSDevRead>
#194: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:216:
+	Vmxnet3_DSDevRead *devRead = &hw->shared->devRead;

CHECK:CAMELCASE: Avoid CamelCase: <devRead>
#194: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:216:
+	Vmxnet3_DSDevRead *devRead = &hw->shared->devRead;

CHECK:CAMELCASE: Avoid CamelCase: <intrConf>
#198: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:220:
+	devRead->intrConf.intrCtrl &= rte_cpu_to_le_32(~VMXNET3_IC_DISABLE_ALL);

CHECK:CAMELCASE: Avoid CamelCase: <intrCtrl>
#198: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:220:
+	devRead->intrConf.intrCtrl &= rte_cpu_to_le_32(~VMXNET3_IC_DISABLE_ALL);

CHECK:CAMELCASE: Avoid CamelCase: <eventIntrIdx>
#201: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:223:
+		vmxnet3_enable_intr(hw, devRead->intrConf.eventIntrIdx);

CHECK:CAMELCASE: Avoid CamelCase: <intrIdx>
#410: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:805:
+			tqd->conf.intrIdx = 1;

CHECK:CAMELCASE: Avoid CamelCase: <autoMask>
#440: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:837:
+	devRead->intrConf.autoMask = hw->intr.mask_mode == VMXNET3_IMM_AUTO;

CHECK:CAMELCASE: Avoid CamelCase: <numIntrs>
#441: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:838:
+	devRead->intrConf.numIntrs = hw->intr.num_intrs;

CHECK:CAMELCASE: Avoid CamelCase: <modLevels>
#443: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.c:840:
+		devRead->intrConf.modLevels[i] = hw->intr.mod_levels[i];

total: 0 errors, 0 warnings, 9 checks, 512 lines checked

       reply	other threads:[~2021-05-26  2:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210526025040.2484-1-jbehrens@vmware.com>
2021-05-26  2:54 ` checkpatch [this message]
2021-05-26  3:58 ` [dpdk-test-report] |SUCCESS| pw93438 [dpdk-dev] " 0-day Robot

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=20210526025430.59527122E1E@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=jbehrens@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).