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 070F8A051A for ; Fri, 17 Jan 2020 15:58:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F3E2629D2; Fri, 17 Jan 2020 15:58:56 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 7C5DF2B83; Fri, 17 Jan 2020 15:58:54 +0100 (CET) In-Reply-To: <20200117145754.11682-4-olivier.matz@6wind.com> References: <20200117145754.11682-4-olivier.matz@6wind.com> To: test-report@dpdk.org Cc: Olivier Matz Message-Id: <20200117145854.7C5DF2B83@dpdk.org> Date: Fri, 17 Jan 2020 15:58:54 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw64850 [PATCH v2 3/3] [20.05] 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/64850 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #135: FILE: lib/librte_mempool/rte_mempool.c:372: +__vsym int WARNING:AVOID_EXTERNS: externs should be avoided in .c files #210: FILE: lib/librte_mempool/rte_mempool.c:473: +__vsym int total: 0 errors, 2 warnings, 202 lines checked ERROR: symbol rte_mempool_populate_iova is added in the DPDK_20.0.1 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.1 section, but is expected to be added in the EXPERIMENTAL section of the version map