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 D9541A0597; Thu, 9 Apr 2020 10:01:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A42BB1C1AF; Thu, 9 Apr 2020 10:01:08 +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 3B1181C1AD for ; Thu, 9 Apr 2020 10:01:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1586419266; 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=i2Qwdne4Bpifuz8XhOLULOTwfYoy7759eRKX9bum+uw=; b=UA+6y+o3+lEq2XjK2see7+6f/28pDI9mMc+jQYA8Ugw9go8JCRrbSmYvy69FOqeu1M0uGh C092U9SGSsQv+eSwVOeyu4L/b2mcb7MbwmlnxfKZPzOY6aSRrzyUu89DcyyrJmjULaro1B 24C/TQgH9BOkmWy9xWiv0+qmNoa0tPU= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-113-4ht415i8O5elT7LSzidqEw-1; Thu, 09 Apr 2020 04:01:02 -0400 X-MC-Unique: 4ht415i8O5elT7LSzidqEw-1 Received: by mail-vk1-f200.google.com with SMTP id e10so3809821vkk.4 for ; Thu, 09 Apr 2020 01:01:02 -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:content-transfer-encoding; bh=i2Qwdne4Bpifuz8XhOLULOTwfYoy7759eRKX9bum+uw=; b=f1pahbW0qM1X3Jy9FgeXT+d0OIIhWGsoer2DaIQtmVSUsFs2wuqQMXHeeeAG8Jg7Bb 9JgROxdINgOkV8wpYlEXlpITnV8iS66tgv7OMHUQ9+Y2ZSdutKDlw/KilC93wxc21kCj vntdcILaqUNsVx+8tR8F2QyVmYc33gBLI84N53/esJRA/ffchLXN1ARFd70fdrs5OqVj oVerDSHBWOzP6tnCXxlcRvMsvlWv/A/59RDojP1TqftKVwUE/PoSF+2ZucXpCI0+N5BK H8U/ZTt8gQBP11r2n12AbUZ+dRNd2zhqlPa59dxGywPEOIgOMmgvkAW7sXUcNNivXn6a 7iow== X-Gm-Message-State: AGi0PubIm9aqCnTjxuL862xaOwJii046OZvZQOmbi6vB4gbmwANiknLH m2820twAq4IRHyfQ27is/FmB7CFl7u9c8mtGqKI3P6gVf1S1oDepHoPDmOk/Ih9YWLRh/bkqxRk F0VMrg3hbS8wtvrQuyKg= X-Received: by 2002:a9f:2204:: with SMTP id 4mr8324949uad.87.1586419262358; Thu, 09 Apr 2020 01:01:02 -0700 (PDT) X-Google-Smtp-Source: APiQypIRU/VFtrEDbNscXE3zFEnihno6VHJdB8ViQUbZoSil4RUpqWQOOut+gU4vtBbHF/8YyjC/BPIylkrD3IQTA4U= X-Received: by 2002:a9f:2204:: with SMTP id 4mr8324931uad.87.1586419262012; Thu, 09 Apr 2020 01:01:02 -0700 (PDT) MIME-Version: 1.0 References: <1585917949-13468-1-git-send-email-juraj.linkes@pantheon.tech> <1586350164-26429-1-git-send-email-juraj.linkes@pantheon.tech> In-Reply-To: <1586350164-26429-1-git-send-email-juraj.linkes@pantheon.tech> From: David Marchand Date: Thu, 9 Apr 2020 10:00:51 +0200 Message-ID: To: =?UTF-8?Q?Juraj_Linke=C5=A1?= , Bruce Richardson , Ciara Power Cc: Aaron Conole , Michael Santana , dev X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2] ci: fix telemetry dependency in Travis 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" Hello, On Wed, Apr 8, 2020 at 2:49 PM Juraj Linke=C5=A1 wrote: > > libjansson4 is not enough to build telemetry. Replace it with > libjansson-dev. Thanks for the patch Juraj. Just a little comment, for the v2, there was no significant change and you could have kept Aaron and Ruifeng review tags. I just want others' opinion, since there is a work on removing the dependency on libjansson for telemetry. This current patch is a fix for the CI, that could be worth backporting to 19.11. Hence I am for taking it in master. Then when the telemetry rework is merged, this rework will remove the dependency. --=20 David Marchand