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 BD17FA00C3 for ; Thu, 20 Jan 2022 12:12:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B0CC0426E4; Thu, 20 Jan 2022 12:12:50 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B192540042 for ; Thu, 20 Jan 2022 12:12:49 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 9B97412091F; Thu, 20 Jan 2022 12:12:49 +0100 (CET) Subject: |WARNING| pw106120 [PATCH] net/tap: Bug fix to populate fds in secondary process In-Reply-To: <20220120111215.76058-1-kumaraparamesh92@gmail.com> References: <20220120111215.76058-1-kumaraparamesh92@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kumara Parameshwaran Message-Id: <20220120111249.9B97412091F@dpdk.org> Date: Thu, 20 Jan 2022 12:12:49 +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/106120 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #149: FILE: drivers/net/tap/rte_eth_tap.c:922: + if (rte_eal_process_type() == RTE_PROC_PRIMARY) { + tap_mp_req_on_rxtx(dev); + } WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #393: FILE: lib/ethdev/rte_ethdev.h:4991: +/** +* Get rte_eth_dev from device name. The device name should be specified WARNING:TYPO_SPELLING: 'sucessful' may be misspelled - perhaps 'successful'? #402: FILE: lib/ethdev/rte_ethdev.h:5000: +* - rte_eth_dev if sucessful ERROR:TRAILING_WHITESPACE: trailing whitespace #402: FILE: lib/ethdev/rte_ethdev.h:5000: +* - rte_eth_dev if sucessful $ total: 1 errors, 3 warnings, 302 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