From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 25B541BA7F; Wed, 4 Apr 2018 01:31:32 +0200 (CEST) In-Reply-To: <0de49c396f7e2c0651acb4cc4a575919234f4c8d.1522797505.git.anatoly.burakov@intel.com> References: <0de49c396f7e2c0651acb4cc4a575919234f4c8d.1522797505.git.anatoly.burakov@intel.com> To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20180403233132.25B541BA7F@dpdk.org> Date: Wed, 4 Apr 2018 01:31:32 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw37036 [PATCH v3 46/68] vfio: allow to map other memory regions 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: Tue, 03 Apr 2018 23:31:32 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/37036 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #58: FILE: lib/librte_eal/bsdapp/eal/eal.c:752: +int rte_vfio_dma_map(uint64_t vaddr, uint64_t iova, uint64_t len); WARNING:AVOID_EXTERNS: externs should be avoided in .c files #59: FILE: lib/librte_eal/bsdapp/eal/eal.c:753: +int rte_vfio_dma_unmap(uint64_t vaddr, uint64_t iova, uint64_t len); total: 0 errors, 2 warnings, 565 lines checked