From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7F8A01B30F; Wed, 17 Jan 2018 22:59:17 +0100 (CET) In-Reply-To: <20180117215802.90809-5-ferruh.yigit@intel.com> References: <20180117215802.90809-5-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20180117215917.7F8A01B30F@dpdk.org> Date: Wed, 17 Jan 2018 22:59:17 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw33949 [PATCH v3 5/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: Wed, 17 Jan 2018 21:59:17 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/33949 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1109: FILE: lib/librte_ether/rte_ethdev.h:2586: + /** + * Query Redirection Table(RETA) of Receive Side Scaling of Ethernet device. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1160: FILE: lib/librte_ether/rte_ethdev.h:2605: + /** + * Updates unicast hash table for receiving packet with the given destination WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1176: FILE: lib/librte_ether/rte_ethdev.h:2619: + * - (-ENOTSUP) if hardware doesn't support. + * - (-ENODEV) if *port_id* invalid. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1177: FILE: lib/librte_ether/rte_ethdev.h:2620: + * - (-ENODEV) if *port_id* invalid. + * - (-EINVAL) if bad parameter. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1199: FILE: lib/librte_ether/rte_ethdev.h:2626: + /** + * Updates all unicast hash bitmaps for receiving packet with any Unicast WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1214: FILE: lib/librte_ether/rte_ethdev.h:2639: + * - (-ENOTSUP) if hardware doesn't support. + * - (-ENODEV) if *port_id* invalid. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1215: FILE: lib/librte_ether/rte_ethdev.h:2640: + * - (-ENODEV) if *port_id* invalid. + * - (-EINVAL) if bad parameter. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1322: FILE: lib/librte_ether/rte_ethdev.h:2705: + /** + * Configuration of Receive Side Scaling hash computation of Ethernet device. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1357: FILE: lib/librte_ether/rte_ethdev.h:2721: + /** + * Retrieve current configuration of Receive Side Scaling hash computation WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1381: FILE: lib/librte_ether/rte_ethdev.h:2738: + /** + * Add UDP tunneling port for a specific type of tunnel. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #1408: FILE: lib/librte_ether/rte_ethdev.h:2759: + /** + * Delete UDP tunneling port a specific type of tunnel. WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations #2697: FILE: lib/librte_ether/rte_ethdev.h:3501: + return (*dev->dev_ops->rx_descriptor_done)( \ total: 0 errors, 12 warnings, 3142 lines checked