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| pw95556 [PATCH v2] net/vmxnet3: add interrupt support in MSI-X
Date: Thu,  8 Jul 2021 16:12:09 +0200 (CEST)	[thread overview]
Message-ID: <20210708141209.1438D120735@dpdk.org> (raw)
In-Reply-To: <20210708140225.583-1-jbehrens@vmware.com>

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

_coding style issues_

Must be a reply to the first patch (--in-reply-to).


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

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

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

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

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

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

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

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

       reply	other threads:[~2021-07-08 14:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210708140225.583-1-jbehrens@vmware.com>
2021-07-08 14:12 ` checkpatch [this message]
2021-07-08 15:00 ` [dpdk-test-report] |SUCCESS| pw95556 [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=20210708141209.1438D120735@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).