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 0AC46A053D for ; Fri, 17 Jul 2020 11:37:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 80B101BFAB; Fri, 17 Jul 2020 11:37:14 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 913151BF9D for ; Fri, 17 Jul 2020 11:37:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594978631; 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: in-reply-to:in-reply-to:references:references; bh=RzwBnHvuzxNfb58OWHBRiyS90TI/CrUoyMgKgoTF3gY=; b=M5UisXbap620BZDL1XFFN75HS7wGNTDBbdDTvdpABkMwli5D+4YLgwENqT/va01c+MVsxF WxlY+uTVET21yEWwq7LmhppKUdpQAkHHXIasn+WmefQIKQApwmxkE5Yz5PLbHS6K7WA9HH QAMPrg6MUcsL18wzRqQW2h8OuZaYrTk= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-467-KoXRt_JcN66q4cKyPQviBg-1; Fri, 17 Jul 2020 05:37:09 -0400 X-MC-Unique: KoXRt_JcN66q4cKyPQviBg-1 Received: by mail-vs1-f71.google.com with SMTP id g185so1634203vsc.12 for ; Fri, 17 Jul 2020 02:37:09 -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=RzwBnHvuzxNfb58OWHBRiyS90TI/CrUoyMgKgoTF3gY=; b=ggzXOeHd3GNAOqpRYLBBvc6p4HUuHkh5oGUGb2RsWTZ1DFzIR00WWVfYwBS/5jNoPv 6/h9k5rZ0/uDkc624WjIsr6xvYwJp986elOgTIOVP3239iGa6Pps4Lzw8Bx4/3pztumE 5YtAeM/aAvFFClSIAqtZ99ZdJ7hQ0LNgIJzSys9lPhJh8jeXYr1rcikUhBoovnaB6yhl hZooEVKAJcdFIFNwfYv6OmUj9BEwtEU8CKr7Ky0s6X0dcwSJ2DddAAEAifYQqYN4pVLm YRD9WJuUeh28yNF/tE78DZymE+WYi5EcS0Lzhk/1W8pdVsHk8Kitc3WjNCVoO1Q4agyC EBlA== X-Gm-Message-State: AOAM531MBJ1T5UjKM4q9ujXzkaPLM/ojFK2yjODxTWfTuF8qStQxQZDU q9hzAZAFf01WKRXHD0tiz9A04EZ42j7XFOLG0F5REa+U3HzQHpmBjPMRTgIMMU/OQdcGMkN+9yt Stpt1j6lcz3Me5SJ565ugc7o= X-Received: by 2002:ab0:6950:: with SMTP id c16mr6510254uas.53.1594978628923; Fri, 17 Jul 2020 02:37:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx/7bkOajL3YLChnHY5jmvSUx3PBlE9ju5okWpqEW18vIEq1lkDW7IE0bKToVOxde/59znaARN1XBZ4Kn6HJH8= X-Received: by 2002:ab0:6950:: with SMTP id c16mr6510239uas.53.1594978628741; Fri, 17 Jul 2020 02:37:08 -0700 (PDT) MIME-Version: 1.0 References: <20200714123912.61208-1-ciara.power@intel.com> In-Reply-To: From: David Marchand Date: Fri, 17 Jul 2020 11:36:57 +0200 Message-ID: To: Ciara Power Cc: dev , Bruce Richardson , dpdk stable , "Wiles, Keith" X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [PATCH] metrics: fix installation of metrics header X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Wed, Jul 15, 2020 at 1:32 PM David Marchand wrote: > On Tue, Jul 14, 2020 at 2:43 PM Ciara Power wrote: > > > > If Jansson was found, the headers list is overwritten when including > > rte_metrics_telemetry.h, which prevents rte_metrics.h from being > > installed. This is now fixed to add to headers, rather than overwrite, > > to allow both headers be installed when Jansson is present. > > > > Fixes: c5b7197f662e ("telemetry: move some functions to metrics library") > > Cc: stable@dpdk.org > > > > Signed-off-by: Ciara Power > Acked-by: David Marchand Applied, thanks. -- David Marchand