From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 212491B16D; Mon, 22 Jan 2018 00:36:51 +0100 (CET) In-Reply-To: <20180121233533.95629-3-ferruh.yigit@intel.com> References: <20180121233533.95629-3-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20180121233651.212491B16D@dpdk.org> Date: Mon, 22 Jan 2018 00:36:51 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw34197 [PATCH v5 3/4] 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: Sun, 21 Jan 2018 23:36:51 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/34197 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1075: FILE: lib/librte_ether/rte_ethdev.h:2644: + /** + * Query Redirection Table(RETA) of Receive Side Scaling of Ethernet device. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1097: FILE: lib/librte_ether/rte_ethdev.h:2664: + /** + * Updates unicast hash table for receiving packet with the given destination WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1114: FILE: lib/librte_ether/rte_ethdev.h:2678: + * - (-ENOTSUP) if hardware doesn't support. + * - (-ENODEV) if *port_id* invalid. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1115: FILE: lib/librte_ether/rte_ethdev.h:2679: + * - (-ENODEV) if *port_id* invalid. + * - (-EIO) if device is removed. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1122: FILE: lib/librte_ether/rte_ethdev.h:2686: + /** + * Updates all unicast hash bitmaps for receiving packet with any Unicast WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1141: FILE: lib/librte_ether/rte_ethdev.h:2699: + * - (-ENOTSUP) if hardware doesn't support. + * - (-ENODEV) if *port_id* invalid. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1142: FILE: lib/librte_ether/rte_ethdev.h:2700: + * - (-ENODEV) if *port_id* invalid. + * - (-EIO) if device is removed. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1325: FILE: lib/librte_ether/rte_ethdev.h:2769: + /** + * Configuration of Receive Side Scaling hash computation of Ethernet device. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1356: FILE: lib/librte_ether/rte_ethdev.h:2786: + /** + * Retrieve current configuration of Receive Side Scaling hash computation WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1384: FILE: lib/librte_ether/rte_ethdev.h:2804: + /** + * Add UDP tunneling port for a specific type of tunnel. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1419: FILE: lib/librte_ether/rte_ethdev.h:2826: + /** + * Delete UDP tunneling port a specific type of tunnel. WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations #2674: FILE: lib/librte_ether/rte_ethdev.h:3596: + return (*dev->dev_ops->rx_descriptor_done)( \ total: 0 errors, 12 warnings, 3237 lines checked