From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 18C825584; Fri, 9 Dec 2016 12:28:19 +0100 (CET) In-Reply-To: <1481282878-26176-2-git-send-email-bernard.iremonger@intel.com> References: <1481282878-26176-2-git-send-email-bernard.iremonger@intel.com> To: test-report@dpdk.org Cc: Bernard Iremonger Message-Id: <20161209112819.18C825584@dpdk.org> Date: Fri, 9 Dec 2016 12:28:19 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| [PATCH v1 1/5] net/ixgbe: move set VF functions from the ethdev X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 11:28:19 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/17778 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #373: 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 #392: 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 #411: 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 #430: 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 #449: 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, 392 lines checked