From patchwork Fri Feb 24 18:10:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Kamalakshitha Aligeri X-Patchwork-Id: 124543 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4F9AE41D66; Fri, 24 Feb 2023 19:11:27 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 29DE040DF6; Fri, 24 Feb 2023 19:11:27 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id BC59940DF6 for ; Fri, 24 Feb 2023 19:11:25 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 321B41042; Fri, 24 Feb 2023 10:12:08 -0800 (PST) Received: from ampere-altra-2-1.usa.Arm.com (ampere-altra-2-1.usa.arm.com [10.118.91.158]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id E3D043F99C; Fri, 24 Feb 2023 10:11:24 -0800 (PST) From: Kamalakshitha Aligeri To: Yuying.Zhang@intel.com, beilei.xing@intel.com, olivier.matz@6wind.com, andrew.rybchenko@oktetlabs.ru, bruce.richardson@intel.com, mb@smartsharesystems.com, konstantin.ananyev@huawei.com, Honnappa.Nagarahalli@arm.com, ruifeng.wang@arm.com, feifei.wang2@arm.com Cc: dev@dpdk.org, nd@arm.com, Kamalakshitha Aligeri Subject: [PATCH v10 0/2] zero-copy get and put functions Date: Fri, 24 Feb 2023 18:10:57 +0000 Message-Id: <20230224181059.338206-1-kamalakshitha.aligeri@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This version combines the following two patches from Morten Brørup and Kamalakshitha Aligeri 1. https://patches.dpdk.org/project/dpdk/patch/20230213122437.122858-1-mb@smartsharesystems.com/ 2. https://patches.dpdk.org/project/dpdk/patch/20230221055205.22984-3-kamalakshitha.aligeri@arm.com/ The squashed patch has zero-copy get and put functions in mempool cache and the mempool test cases with those new API's As requested on the mailing list, I have removed the reviewed-by and acked-by tags. Please provide your tags again for patch 1/2 (mempool cache: add zero copy get and put function) Kamalakshitha Aligeri (1): net/i40e: replace put function Morten Brørup (1): mempool cache: add zero-copy get and put functions .mailmap | 1 + app/test/test_mempool.c | 81 +++++--- drivers/net/i40e/i40e_rxtx_vec_common.h | 27 ++- lib/mempool/mempool_trace_points.c | 9 + lib/mempool/rte_mempool.h | 239 +++++++++++++++++++++--- lib/mempool/rte_mempool_trace_fp.h | 23 +++ lib/mempool/version.map | 9 + 7 files changed, 334 insertions(+), 55 deletions(-) --- 2.25.1