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 CF505A00C5 for ; Sun, 26 Apr 2020 18:53:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BDF821C0B9; Sun, 26 Apr 2020 18:53:53 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id F3E101C0D1; Sun, 26 Apr 2020 18:53:52 +0200 (CEST) In-Reply-To: <20200426165255.2999240-1-thomas@monjalon.net> References: <20200426165255.2999240-1-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20200426165352.F3E101C0D1@dpdk.org> Date: Sun, 26 Apr 2020 18:53:52 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw69350 [PATCH v4] mempool: return 0 if area is too small on populate 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/69350 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #239: FILE: lib/librte_mempool/rte_mempool.c:385: +__vsym int WARNING:AVOID_EXTERNS: externs should be avoided in .c files #314: FILE: lib/librte_mempool/rte_mempool.c:487: +__vsym int total: 0 errors, 2 warnings, 236 lines checked ERROR: symbol rte_mempool_populate_iova is added in the DPDK_20.0.2 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol rte_mempool_populate_virt is added in the DPDK_20.0.2 section, but is expected to be added in the EXPERIMENTAL section of the version map