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 46446A0350; Mon, 11 May 2020 18:59:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B0FF41C19B; Mon, 11 May 2020 18:59:35 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 3BB661BF44 for ; Mon, 11 May 2020 18:59:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589216373; 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=UuUySuLQHfC07eb28Wt3i0bpFo1H24FxcBw0tsoRTOs=; b=HIs58SsE5mIv8c3UnDogYlD7bgFD/uSj6Of+EwDsyOpztAmRo15HJuNNxCRhSsHdvCZcWj C39TdzpT3TDH2YEYLS2Vod011V2gLHzwb22nZffjguJhP8nfhCBYK1Fi7uXyLLL2mUeKUS cjjxVlaISJi5C2x4W0mNq2JOlZwrI94= 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-324-brYAKGCqMY2gjWR193x28Q-1; Mon, 11 May 2020 12:59:32 -0400 X-MC-Unique: brYAKGCqMY2gjWR193x28Q-1 Received: by mail-vk1-f200.google.com with SMTP id u4so4538960vkl.7 for ; Mon, 11 May 2020 09:59:31 -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=UuUySuLQHfC07eb28Wt3i0bpFo1H24FxcBw0tsoRTOs=; b=jhMAfZmVxmXLxHyK9og8bkW5SPbi++RdY/3k16nz8/udJmIE0TPn5VPxgt0dRdcqx0 SBGpY/y+SAijuGEvWE8uUKqGQI2ohr+ci6ZUXChAD9gMliSFfevk5QkR7vL31K+Lc+NY h4nGgoeth7TZiS4W0AKCwKoOEc8Gb3p7vQVzMvzCc87Y9anMOej/AybR4exDSZAsqiUU TgXq4zmK02bW8MftVE6156pOfs9qaQcorbEnmEHHvOkPi692KxQNhZiDCy34KXBKujjc t91X46ZPDsAWBj51zb/I9HKIju8mCiVU/jkhaS/o4v93d5UwbQDDJ+WzMCMvnySpSFEy nn2w== X-Gm-Message-State: AGi0PuY4dRCJDKdxJ3OccPDKhm/5Ymzt/inqmbZrmOkY09EWOHSFm+Ve KuZRpR1ykcMDWbWkovqYm5LlrMmnj67zCa/hKXWOdPwfTYZ+zIm0fmmWYs/HwoTw/JgCC9MU7Mf uYvkcciGLmUVz3RlYASU= X-Received: by 2002:a05:6102:4d:: with SMTP id k13mr12042350vsp.198.1589216371449; Mon, 11 May 2020 09:59:31 -0700 (PDT) X-Google-Smtp-Source: APiQypK+U3uYBN1ik9HjVlno7hSVcOZlp+0ro/WwxT1rbQ55t8FrST9ah6KDc+dK+navwN7SRYldOIjsfx0CsCwMzaY= X-Received: by 2002:a05:6102:4d:: with SMTP id k13mr12042333vsp.198.1589216371194; Mon, 11 May 2020 09:59:31 -0700 (PDT) MIME-Version: 1.0 References: <20200511150931.1693-1-david.marchand@redhat.com> <20200511163827.GA1965@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20200511163827.GA1965@bricha3-MOBL.ger.corp.intel.com> From: David Marchand Date: Mon, 11 May 2020 18:59:19 +0200 Message-ID: To: dev Cc: Kevin Laatz , Ciara Power , Keith Wiles , Bruce Richardson X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] telemetry: fix error log output 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 Mon, May 11, 2020 at 6:38 PM Bruce Richardson wrote: > > On Mon, May 11, 2020 at 05:09:31PM +0200, David Marchand wrote: > > Caught while running testpmd: > > No telemetry legacy support- No legacy callbacks, legacy socket not createdInteractive-mode selected > > > > Add missing \n. > > > > Fixes: 6dd571fd07c3 ("telemetry: introduce new functionality") > > > > Signed-off-by: David Marchand > > --- > Acked-by: Bruce Richardson > Applied, thanks. -- David Marchand