From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CCF12A32A8 for ; Sat, 26 Oct 2019 20:48:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 71E6B1BF60; Sat, 26 Oct 2019 20:48:58 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id BD1BB1BEF5 for ; Sat, 26 Oct 2019 20:48:56 +0200 (CEST) Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DC305C057E9A for ; Sat, 26 Oct 2019 18:48:55 +0000 (UTC) Received: by mail-ua1-f69.google.com with SMTP id q34so1093539uad.13 for ; Sat, 26 Oct 2019 11:48:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MKwEt7fpg/dTzFAmUAm1w6DqLbAprE81oG02+4l7JTw=; b=Rzot4n7I8bLgeHwcQTITCnGKAqfQ4UF4RU8fNfqjkKaiv9nklxxnQoLlfYxWu1N1u8 XnWKCJwGKMA5mEZEJEpFuTQ7HPOtdhEfT/SuBtxxnrAiteXA2IgvgaAm68JQtbWKCXEC A5CrCBMi55ujP5wo/ikLXagZ6pGF4F3wSi3vWDez0BK68HSXn1mGfk/Q5ppG4QsbuU5H MCp+Y89qCdpSSwbwg2cVcd96fiGFExZ6/tln4rBaesRFggOflllNb0TVRta22ey/jOIl rb5R2yxLoNSKSgtX4OBgwjvf2VZ1Gh6uOy2M98FSt0bA4AwwqLmiRxAPwzblwgVx7blO HRiA== X-Gm-Message-State: APjAAAWBehe7Eo+WtYrK/uLn/lQq/cC1HzOBMcZhWEh8VXZ+9NmbEbwH KPQTXdQSqxOzdluijR70KPtuZnC/ieSZU2DbxHanzhOZY5GORFgPMXZO/hfu4rIK7K0+C0ibfhk O+DL/vG4w8Stj+5wA8/c= X-Received: by 2002:ab0:628f:: with SMTP id z15mr4838437uao.126.1572115735089; Sat, 26 Oct 2019 11:48:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqy9+ZGe1gwb+3Cfa5AIqyQkIHr8qFlBcTJvm3nGQXem6aC6ho+w6+Mif6o+uHvzCPDPNru5f4SrtmPC1o+CMuo= X-Received: by 2002:ab0:628f:: with SMTP id z15mr4838424uao.126.1572115734653; Sat, 26 Oct 2019 11:48:54 -0700 (PDT) MIME-Version: 1.0 References: <1571736761-32134-1-git-send-email-david.marchand@redhat.com> <1572011772-23271-1-git-send-email-david.marchand@redhat.com> <1572011772-23271-13-git-send-email-david.marchand@redhat.com> <3963cde8-ff96-fbb2-37de-9cf6d040b393@redhat.com> In-Reply-To: <3963cde8-ff96-fbb2-37de-9cf6d040b393@redhat.com> From: David Marchand Date: Sat, 26 Oct 2019 20:48:43 +0200 Message-ID: To: Kevin Traynor Cc: dev , Stephen Hemminger , "Burakov, Anatoly" , Thomas Monjalon , Neil Horman , John McNamara , Marko Kovacevic Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 12/12] doc: announce global logs struct removal from ABI 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 Sat, Oct 26, 2019 at 8:14 PM Kevin Traynor wrote: > > On 25/10/2019 14:56, David Marchand wrote: > > New accessor has been introduced to provide the hidden information. > > This symbol can now be kept internal. > > > Signed-off-by: David Marchand > > --- > > doc/guides/rel_notes/deprecation.rst | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > > index cf7744e..3aa1634 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -34,6 +34,10 @@ Deprecation Notices > > > > + ``rte_eal_devargs_type_count`` > > > > +* eal: The ``rte_logs`` struct and global symbol will be made private to > > + remove it from the externally visible ABI and allow it to be updated in the > > + future. > > + > > * vfio: removal of ``rte_vfio_dma_map`` and ``rte_vfio_dma_unmap`` APIs which > > have been replaced with ``rte_dev_dma_map`` and ``rte_dev_dma_unmap`` > > functions. The due date for the removal targets DPDK 20.02. > > > > Acked-by: Kevin Traynor Thanks Kevin for catching that contrail vrouter relies on rte_logs. Something to study by 20.11. -- David Marchand