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 EB9C3A0C41; Tue, 5 Oct 2021 09:33:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 791B34129E; Tue, 5 Oct 2021 09:33:55 +0200 (CEST) Received: from mail-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) by mails.dpdk.org (Postfix) with ESMTP id BF2044129A for ; Tue, 5 Oct 2021 09:33:54 +0200 (CEST) Received: by mail-wm1-f46.google.com with SMTP id p21so5832758wmq.1 for ; Tue, 05 Oct 2021 00:33:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=HWPNrV27HiMe845zOpDG/Hh1RDHS389jEaJH9B9WFio=; b=cK3Cji/logw3oiI/OdDrCIgPw4q2TrYMZ2onQhOAwgUvg8dMgMhxiSEU3PQ+yCxZ56 weSVfP4/v2gVFShyan9y+7zBOwYf4q73dP521ZzCQnyMOrCsuTVXMfBd1kOpxogJkrCZ YOVOGLlGExfVPbSEIf4e+Etx/RCogyg/AZ10HnYTcl0nWZfoYEpVi74SVdCNAVgKKDPE 03/BYpPRDACQ8ziecXRPLx2apS+i/Q8NEClGuDEbNFLoLU6PA5rd9ViRLlFc9ATWamN2 1AE+EtCVshzk/VeVQM3VGfdwx6ssFMXMoZ8sxYkSMkZn2I9JVSRlBBjuo7/xgkH/O04M lNew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=HWPNrV27HiMe845zOpDG/Hh1RDHS389jEaJH9B9WFio=; b=Aprg1dJW4B5bFGXKOuY2HxmL3yC7vyqWYJRQY5VPObksbwofrCwwE5xHPy4X0O3pSW zvyewPOcR/ol9KSIqu36QPlY7cWHx4uV7HWTN3p0Mv/QCiNT8n6JK0Ip9GtusOqS0oZx up6rvbY6MQsdsHEu2JlMTQjEb897TnuHKRtjbb8LljKXu8jJwUnNBV4Jv84ERr6xAuX0 hZOTp7bbeooFnvKusrMh3+rSSoWSwXB6ChZTgJjxC6OT/84HcL9iUs453usXQJjIrIjp tNTN2MTeTMbzi0jlme1BArTKb/tQgeAUf96GgI9OfsI0iM36UoWvpkvm2BSjgTtzXYx6 CIzg== X-Gm-Message-State: AOAM532GicvcLlBRRH7httNe9jO4TibeNDABJ+dU51voYXtD507gO42+ WE7PrT0sz1OS8+bH+ib0LWwGQw== X-Google-Smtp-Source: ABdhPJyMayGI+B0rWoEkEC+VSqlhEnqhFBRAjhFmR5NQduHUGnGd/miOcHotVvDmQs9rjx4LPH/CUw== X-Received: by 2002:a05:600c:4142:: with SMTP id h2mr1776832wmm.35.1633419234519; Tue, 05 Oct 2021 00:33:54 -0700 (PDT) Received: from 6wind.com ([2a01:e0a:5ac:6460:c065:401d:87eb:9b25]) by smtp.gmail.com with ESMTPSA id c18sm990328wmb.27.2021.10.05.00.33.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Oct 2021 00:33:54 -0700 (PDT) Date: Tue, 5 Oct 2021 09:33:53 +0200 From: Olivier Matz To: Stephen Hemminger Cc: David Marchand , dev@dpdk.org Message-ID: References: <20211002141614.14784-1-david.marchand@redhat.com> <20211004122942.3b9dad7a@hermes.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211004122942.3b9dad7a@hermes.local> Subject: Re: [dpdk-dev] [PATCH] mbuf: promote some helpers to stable 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" On Mon, Oct 04, 2021 at 12:29:42PM -0700, Stephen Hemminger wrote: > On Sat, 2 Oct 2021 16:16:14 +0200 > David Marchand wrote: > > > Those accessors have been introduced more than two years ago > > (rte_mbuf_to_priv in v18.05, rte_mbuf_*_addr* in v19.02). > > Time to mark them stable. > > > > rte_mbuf_to_baddr() could be removed, but since we lack a deprecation > > notice, keep it as a simple wrapper. > > > > Signed-off-by: David Marchand > > Acked-by: Stephen Hemminger Acked-by: Olivier Matz