From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 31BBCC19759 for ; Sun, 4 Aug 2019 21:31:33 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id C17142070D for ; Sun, 4 Aug 2019 21:31:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C17142070D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=6wind.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 873F61BE5C; Sun, 4 Aug 2019 23:31:29 +0200 (CEST) Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id CA4631BE4F for ; Sun, 4 Aug 2019 23:31:27 +0200 (CEST) Received: from [37.171.118.21] (helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1huO9M-00082z-Ki; Sun, 04 Aug 2019 23:34:46 +0200 Received: by droids-corp.org (sSMTP sendmail emulation); Sun, 04 Aug 2019 23:33:08 +0200 Date: Sun, 4 Aug 2019 23:33:08 +0200 From: Olivier Matz To: Thomas Monjalon Cc: dev@dpdk.org Message-ID: <20190804213308.GG4485@neon> References: <20190801124123.21591-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190801124123.21591-1-thomas@monjalon.net> User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH] doc: announce API change in mbuf X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 Thu, Aug 01, 2019 at 02:41:23PM +0200, Thomas Monjalon wrote: > In order to prepare for a long term stable API, the mbuf library > has to change: allowing more features as dynamic fields, > and fixing the lack of rte_ prefix in the namespace. > The namespace fix should not break the compatibility by keeping > some aliases during few releases to give time for migration. > > Signed-off-by: Thomas Monjalon Thanks Thomas for sending the deprecation notice. Acked-by: Olivier Matz