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 C98A3A0C41; Thu, 26 Aug 2021 00:10:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BB1DE411D7; Thu, 26 Aug 2021 00:10:05 +0200 (CEST) Received: from mail-pg1-f174.google.com (mail-pg1-f174.google.com [209.85.215.174]) by mails.dpdk.org (Postfix) with ESMTP id 4D19F4013F for ; Thu, 26 Aug 2021 00:10:03 +0200 (CEST) Received: by mail-pg1-f174.google.com with SMTP id x4so1098172pgh.1 for ; Wed, 25 Aug 2021 15:10:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=LLUlF0EYDTwI4skeLYjT+GJBND3zarq/5UetnSVvFm8=; b=yrT36zzzvXwxKRGcAtxN8tE+hXisrPvwcheNnYW3fP7vZX4SNvSymxqai3NaPdjcLc wMZJZv5lWv4YOF582nTmdO6bZm6WnvbbY9qIaq1i7twy6KxbcC1k4saHHZp0jjaytoCK vlLy31y1RYlZy10asFIPUjVEkPbGosRMd/ho766TEQu7fvqWvW6vncZMelTHuSv2DEPE M5uWZI789LlCMNqVgMxQZ3hENv3mHCbrAtRPCvg9CG6BZHXT0mTKTA0Bi6N9trDmaNXf 4Vpdp2dyBgOjV0DY8K4yT6sH6cMwv3mQg61kZuRPLyoiphywD75B27KWT9SEZCWGA5gZ 3gvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=LLUlF0EYDTwI4skeLYjT+GJBND3zarq/5UetnSVvFm8=; b=Qst7gUPuFucSHxaDQ/sD6hkvB+GitMs/SQwYBm3Q2RQWfPLmFnEWJN3w9xabz/70C4 nruNzR9rthTMTwDYex/FpPPeB4YZ/Xu6U2O464vKfOn7E2WnF7mNkaF+tPLP5JhML5D+ wtEP0jlIwKDfCvp416WdQbmzVxckvGXo8NEmujD5nR/rVHgSK/XLeWdpgsHSAYN+J1AQ uDA8Wu8HUyUZQG+4XIpTKw3oUpQYbjdIIRXL/kxobdfhmhB646eIr5Jfmj53pp/KvUho M3E6OQ/nUCJWADVdlbLOAkRV7buYhkP2MmrIYdeEtsFLFgm31AbqR21wEIGuT66GPsRG MEJw== X-Gm-Message-State: AOAM533Ctgfils2/NcQuwt8gh5owT6UQ3iyZlUDbAkQcqye5M47Ea+Ch dLNKHlteCeIRb16hyuUpPiIm46JoIJYSgw== X-Google-Smtp-Source: ABdhPJwLFwuySBrEKfK+V/AK2cYgfVtjBZl5/FGOEy9nKv/dfD3ENy7HiR1rP7Winx1PJ/0Ad38n8w== X-Received: by 2002:a65:62d1:: with SMTP id m17mr355553pgv.370.1629929401901; Wed, 25 Aug 2021 15:10:01 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id fh2sm489020pjb.12.2021.08.25.15.10.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Aug 2021 15:10:01 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 25 Aug 2021 15:09:56 -0700 Message-Id: <20210825220958.91326-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210825220958.91326-1-stephen@networkplumber.org> References: <20210825155229.67191-1-stephen@networkplumber.org> <20210825220958.91326-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 1/3] mbuf: take experimental of mbuf copy and bulk free 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 Sender: "dev" These two functions were added in 20.11 as experimental. Time to promote the to supported status. Signed-off-by: Stephen Hemminger --- lib/mbuf/rte_mbuf.h | 2 -- lib/mbuf/version.map | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/mbuf/rte_mbuf.h b/lib/mbuf/rte_mbuf.h index a555f216aeeb..7722b36ee44b 100644 --- a/lib/mbuf/rte_mbuf.h +++ b/lib/mbuf/rte_mbuf.h @@ -1426,7 +1426,6 @@ static inline void rte_pktmbuf_free(struct rte_mbuf *m) * @param count * Array size. */ -__rte_experimental void rte_pktmbuf_free_bulk(struct rte_mbuf **mbufs, unsigned int count); /** @@ -1470,7 +1469,6 @@ rte_pktmbuf_clone(struct rte_mbuf *md, struct rte_mempool *mp); * - The pointer to the new "clone" mbuf on success. * - NULL if allocation fails. */ -__rte_experimental struct rte_mbuf * rte_pktmbuf_copy(const struct rte_mbuf *m, struct rte_mempool *mp, uint32_t offset, uint32_t length); diff --git a/lib/mbuf/version.map b/lib/mbuf/version.map index 29654330eb04..940b04096520 100644 --- a/lib/mbuf/version.map +++ b/lib/mbuf/version.map @@ -22,7 +22,9 @@ DPDK_22 { rte_mbuf_set_user_mempool_ops; rte_mbuf_user_mempool_ops; rte_pktmbuf_clone; + rte_pktmbuf_copy; rte_pktmbuf_dump; + rte_pktmbuf_free_bulk; rte_pktmbuf_init; rte_pktmbuf_pool_create; rte_pktmbuf_pool_create_by_ops; @@ -44,8 +46,6 @@ EXPERIMENTAL { rte_mbuf_dyn_dump; rte_mbuf_dyn_rx_timestamp_register; rte_mbuf_dyn_tx_timestamp_register; - rte_pktmbuf_copy; - rte_pktmbuf_free_bulk; rte_pktmbuf_pool_create_extbuf; }; -- 2.30.2