From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5EB5BA034C for ; Thu, 20 Jan 2022 14:28:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 54A20426F3; Thu, 20 Jan 2022 14:28:17 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8DBE8426F1 for ; Thu, 20 Jan 2022 14:28:16 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 76C7312091F; Thu, 20 Jan 2022 14:28:15 +0100 (CET) Subject: |WARNING| pw106122 [PATCH] net/tap: Bug fix to populate fds in secondary process In-Reply-To: <20220120132635.294-1-kumaraparamesh92@gmail.com> References: <20220120132635.294-1-kumaraparamesh92@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kumara Parameshwaran Message-Id: <20220120132815.76C7312091F@dpdk.org> Date: Thu, 20 Jan 2022 14:28:15 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/106122 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #391: FILE: lib/ethdev/rte_ethdev.h:4991: +/** +* Get rte_eth_dev from device name. The device name should be specified total: 0 errors, 1 warnings, 301 lines checked ERROR: symbol rte_get_eth_dev_by_name is added in the DPDK_22 section, but is expected to be added in the EXPERIMENTAL section of the version map