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 2D0DEA0547 for ; Tue, 15 Nov 2022 17:19:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2923A40E03; Tue, 15 Nov 2022 17:19:42 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id F185D40DFD for ; Tue, 15 Nov 2022 17:19:40 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id DA53A1226BA; Tue, 15 Nov 2022 17:19:40 +0100 (CET) Subject: |WARNING| pw119869 [PATCH] mempool cache: add zero-copy get and put functions In-Reply-To: <20221115161822.70886-1-mb@smartsharesystems.com> References: <20221115161822.70886-1-mb@smartsharesystems.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Morten_Br=C3=B8rup?= Message-Id: <20221115161940.DA53A1226BA@dpdk.org> Date: Tue, 15 Nov 2022 17:19:40 +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/119869 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #53: Zero-copy access to mempool caches is beneficial for PMD performance, and must be provided by the mempool library to fix [Bug 1052] without a performance regression. WARNING:LEADING_SPACE: please, no spaces at the start of a line #109: FILE: lib/mempool/rte_mempool.h:1366: + __rte_experimental$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #164: FILE: lib/mempool/rte_mempool.h:1421: + __rte_experimental$ total: 0 errors, 3 warnings, 170 lines checked __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function.