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 0E49EA3295 for ; Wed, 23 Oct 2019 15:02:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B8ABF1BF19; Wed, 23 Oct 2019 15:02:28 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 2404A1BF0B for ; Wed, 23 Oct 2019 15:02:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571835747; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FSDLiy8RSBfvjScXqAszf5pT+F5CatWu7r4HHT1mDsE=; b=N43Nf35FGEBdmnXI2Yn1y2Z9sztR8gebPCIayN67ivA0cGjN7QCUL8iqhK8/K+C/mUTEjl 51QW4nuydYY8O0YCyzn5BDn2BsGBQxvCzuIZMQHLd8QjUgd6qRMnAOGMQBCR8lKBJUvHWP BICFOkpmIK1Y7OO3V41vWZHh6zwNnrA= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-29-CysqjzghPFGRP92gazqyFA-1; Wed, 23 Oct 2019 09:02:24 -0400 Received: by mail-vk1-f197.google.com with SMTP id a7so9116364vkg.2 for ; Wed, 23 Oct 2019 06:02:24 -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=VzHXaD3zejplXhwIwKc0djAGfI8jRYtMLgLj+af3XvE=; b=EgoBtcGpMUSb29aD8C+Gxs50Na1A+bBlfFmRrCUv31Fg87TpGzQnZrqbdhgwHfnsM2 K6AOPwdc0gJ/vF28UGz9MebTfYSxQaJs6kG/D6OvySfbi/JJF4EMgADzLzIdBUjMWId5 kSUz2ViJ9Zh9vRkiI/joj7Udq0PbZ06bAtBZpcAbnINrjZqHjnKECnmQIUJVPZ8v48hP zwJo6KxohEf1Su+ymkkw51HKTz23QvBhSc3jbxui61DV8Y+iyUVgJ3EH86Q6V1dY5R9b QWj6Se8psShVupIuIGiRiQhdJMDGGC2PUK6dSo/cL9ORXWxng/mSxsjezqspLJvkWWE6 Beug== X-Gm-Message-State: APjAAAV8EJZMtMwvv7bQar9fNLWrduWQsopI0dO7DMsbrb4jG+pfJa/e s79gZg/9yycfoyV/gvK66aC2mXNawlie7mdAPDPCntm43bxaJmstAOJ8ZVFHd5MaVSy7hxBEqgS ORdC+W25PeiYVJwXmGtE= X-Received: by 2002:a1f:a748:: with SMTP id q69mr5377348vke.80.1571835743947; Wed, 23 Oct 2019 06:02:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqwFgRX3R78bFBA3xaH/qmrYLaJU0S5TIT5KfmqyYN73maKcqV6rEcYhOpNX6TZ6uepYJ5Y0hgFXvXk3msrsMuU= X-Received: by 2002:a1f:a748:: with SMTP id q69mr5377326vke.80.1571835743529; Wed, 23 Oct 2019 06:02:23 -0700 (PDT) MIME-Version: 1.0 References: <1571736761-32134-1-git-send-email-david.marchand@redhat.com> <1571736761-32134-9-git-send-email-david.marchand@redhat.com> In-Reply-To: <1571736761-32134-9-git-send-email-david.marchand@redhat.com> From: David Marchand Date: Wed, 23 Oct 2019 15:02:12 +0200 Message-ID: To: dev Cc: Stephen Hemminger , "Burakov, Anatoly" , Thomas Monjalon X-MC-Unique: CysqjzghPFGRP92gazqyFA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH 8/8] log: hide internal log structure 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 Tue, Oct 22, 2019 at 11:33 AM David Marchand wrote: > > No need to expose rte_logs, hide it and remove it from the current ABI. > > Signed-off-by: David Marchand > --- > lib/librte_eal/common/eal_common_log.c | 23 ++++++++++++++++------- > lib/librte_eal/common/include/rte_log.h | 20 +++----------------- > lib/librte_eal/rte_eal_version.map | 1 - > 3 files changed, 19 insertions(+), 25 deletions(-) Note to self. If we go with this patch, an update of the release notes is missing. --=20 David Marchand