From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 04E671B1E4; Tue, 9 Jan 2018 17:24:37 +0100 (CET) In-Reply-To: <20180109162317.18183-4-ferruh.yigit@intel.com> References: <20180109162317.18183-4-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20180109162437.04E671B1E4@dpdk.org> Date: Tue, 9 Jan 2018 17:24:37 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw33264 [PATCH v2 4/6] ethdev: reorder inline functions 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: Tue, 09 Jan 2018 16:24:37 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/33264 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1039: FILE: lib/librte_ether/rte_ethdev.h:2579: + /** + * Query Redirection Table(RETA) of Receive Side Scaling of Ethernet device. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1060: FILE: lib/librte_ether/rte_ethdev.h:2598: + /** + * Updates unicast hash table for receiving packet with the given destination WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1077: FILE: lib/librte_ether/rte_ethdev.h:2612: + * - (-ENOTSUP) if hardware doesn't support. + * - (-ENODEV) if *port_id* invalid. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1078: FILE: lib/librte_ether/rte_ethdev.h:2613: + * - (-ENODEV) if *port_id* invalid. + * - (-EINVAL) if bad parameter. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1084: FILE: lib/librte_ether/rte_ethdev.h:2619: + /** + * Updates all unicast hash bitmaps for receiving packet with any Unicast WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1103: FILE: lib/librte_ether/rte_ethdev.h:2632: + * - (-ENOTSUP) if hardware doesn't support. + * - (-ENODEV) if *port_id* invalid. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1104: FILE: lib/librte_ether/rte_ethdev.h:2633: + * - (-ENODEV) if *port_id* invalid. + * - (-EINVAL) if bad parameter. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1278: FILE: lib/librte_ether/rte_ethdev.h:2698: + /** + * Configuration of Receive Side Scaling hash computation of Ethernet device. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1308: FILE: lib/librte_ether/rte_ethdev.h:2714: + /** + * Retrieve current configuration of Receive Side Scaling hash computation WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1335: FILE: lib/librte_ether/rte_ethdev.h:2731: + /** + * Add UDP tunneling port for a specific type of tunnel. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1369: FILE: lib/librte_ether/rte_ethdev.h:2752: + /** + * Delete UDP tunneling port a specific type of tunnel. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #2228: FILE: lib/librte_ether/rte_ethdev.h:3276: +/** +* Get the device name from port id WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations #2544: FILE: lib/librte_ether/rte_ethdev.h:3491: + return (*dev->dev_ops->rx_descriptor_done)( \ total: 0 errors, 13 warnings, 3127 lines checked