From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 249FA4A59; Fri, 9 Dec 2016 18:26:26 +0100 (CET) In-Reply-To: <1481304361-16032-2-git-send-email-bernard.iremonger@intel.com> References: <1481304361-16032-2-git-send-email-bernard.iremonger@intel.com> To: test-report@dpdk.org Cc: Bernard Iremonger Message-Id: <20161209172626.249FA4A59@dpdk.org> Date: Fri, 9 Dec 2016 18:26:26 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| [PATCH v2 1/9] 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 17:26:26 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/17817 _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