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 2B96CA0528; Fri, 17 Jul 2020 11:37:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F00001BF9D; Fri, 17 Jul 2020 11:37:12 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 619FF1BF98 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=1594978630; 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=Fbw1na2Vvr3BBSI4QrTFIsjXwEszlVMw1lS/EpYD6bl17uHFYvjTx0U2pQPfSG07ObTXxZ TPJY/SnNfIyDc3B2L/Wp/fVJSU/qsd3bMSYLTT3n8YuCbagTnurJWJQv+GGlVkEjKMd/ce qpLmNm+fpQhrv5uUGYS7OqgqfV9pMBQ= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-117-Fkf2JaOgNTKcPUmMlQo_TQ-1; Fri, 17 Jul 2020 05:37:09 -0400 X-MC-Unique: Fkf2JaOgNTKcPUmMlQo_TQ-1 Received: by mail-vs1-f70.google.com with SMTP id f11so1634941vso.22 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=ska04xtD56aoQfZzBcAEdbRK3syfIIR7zJzHX6YSzizvsoywUzRrhlx8pghIa8y2ES /TgIs3SnIS+HPf1J7FTjoOk5URYcQ4l59Kr18PMtmLFHK9aRS8JcNa4kp+3c7CclBJS3 x5d1UNimrOoW48MQkjhWNSsvanDMOcAQ0OnKPGT7i+9KfbV3Zl/JC1b2IbreLl66K3vU gPbVg6RthxQI9UEHADD/AAC+TI8k2pKr7DmUNFFZhQqdLdbpffmnn3IPZ0+hbPu3cR5U hA3YwP9nWec/V+RNMHHgB3L71mD28Np4f8m9ZTERNg3GHy/pEa753mFkWMAIVCinPYbY nI0Q== X-Gm-Message-State: AOAM530FrNgWkRSznY/ItpQ6DSf1mrnaeL6gyg6jasdbFsROYe1PzVXw rsam+u/mFP+/lzlRa0DZO8P7MDFHJXDjby5iQbfdRsjbF0g15kkkjZwTOQExrwEIDD3M8kNUIzc QIPtplZSXcPQ2dN7ybxA= X-Received: by 2002:ab0:6950:: with SMTP id c16mr6510250uas.53.1594978628919; 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" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] metrics: fix installation of metrics header 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 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