From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 417B2A052B for ; Thu, 30 Jul 2020 21:56:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 215F01C0B9; Thu, 30 Jul 2020 21:56:24 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 6DC631C0B9; Thu, 30 Jul 2020 21:56:20 +0200 (CEST) In-Reply-To: <1596138614-17409-11-git-send-email-timothy.mcdaniel@intel.com> References: <1596138614-17409-11-git-send-email-timothy.mcdaniel@intel.com> To: test-report@dpdk.org Cc: "McDaniel, Timothy" Message-Id: <20200730195620.6DC631C0B9@dpdk.org> Date: Thu, 30 Jul 2020 21:56:20 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw75061 [PATCH 10/27] event/dlb: add PFPMD-specific interface layer to shared code 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/75061 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #833: FILE: drivers/event/dlb/pf/dlb_pf.c:43: +extern struct process_local_port_data dlb_port[][NUM_DLB_PORT_TYPES]; WARNING:TYPO_SPELLING: 'mmaped' may be misspelled - perhaps 'mapped'? #855: FILE: drivers/event/dlb/pf/dlb_pf.c:65: + dlb_port[i][DLB_DIR].mmaped = true; WARNING:TYPO_SPELLING: 'mmaped' may be misspelled - perhaps 'mapped'? #868: FILE: drivers/event/dlb/pf/dlb_pf.c:78: + dlb_port[i][DLB_LDB].mmaped = true; WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1056: FILE: drivers/event/dlb/pf/dlb_pf.c:266: + core_id = rte_get_master_lcore(); total: 0 errors, 4 warnings, 1468 lines checked Warning in drivers/event/dlb/pf/dlb_pf.c: Using rte_panic/rte_exit