From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Bernard Iremonger <bernard.iremonger@intel.com>
Subject: [dpdk-test-report] |WARNING| [PATCH v4 1/7] net/ixgbe: move set VF functions from the ethdev
Date: Tue, 13 Dec 2016 12:41:12 +0100 (CET) [thread overview]
Message-ID: <20161213114112.89A2C3792@dpdk.org> (raw)
In-Reply-To: <1481629241-19500-2-git-send-email-bernard.iremonger@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/17896
_coding style issues_
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#385: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:211:
+/**
+* Enable or disable a VF traffic receive of an Ethernet device.
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#404: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:230:
+/**
+* Enable or disable a VF traffic transmit of the Ethernet device.
WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#423: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:249:
+/**
+* Enable/Disable hardware VF VLAN filtering by an Ethernet device of
WARNING:LONG_LINE: line over 90 characters
#442: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:268:
+rte_pmd_ixgbe_set_vf_vlan_filter(uint8_t port, uint16_t vlan, uint64_t vf_mask, uint8_t vlan_on);
WARNING:LONG_LINE: line over 90 characters
#461: FILE: drivers/net/ixgbe/rte_pmd_ixgbe.h:287:
+int rte_pmd_ixgbe_set_vf_rate_limit(uint8_t port, uint16_t vf, uint16_t tx_rate, uint64_t q_msk);
total: 0 errors, 5 warnings, 0 checks, 401 lines checked
parent reply other threads:[~2016-12-13 11:41 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1481629241-19500-2-git-send-email-bernard.iremonger@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=20161213114112.89A2C3792@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=bernard.iremonger@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).