From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5E727A0C4B; Thu, 14 Oct 2021 21:08:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2197D40041; Thu, 14 Oct 2021 21:08:23 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id D3B4D4003C for ; Thu, 14 Oct 2021 21:08:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634238501; 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=QT8hMZgvb04E/eql8AGxhW3Fgoqt8o2IJLyx728uYzE=; b=OOSIQTzfVMsY896EEQ1N7N1y8WlfSAhyPnrD8k5/u0WG0Rwpn5s+Afamuk8tdcXa54IqTE nm4Lr0TcBV7Ssm103XLDjuSb5e6W3jb+ipsXpYpoh9Ylaa2x33jTQcM/e6dVHgtf0C1DkF 8hPzpDAZIfeFCSJA0wii+NGsdB1fqbI= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-540-ijL_EuCjOHek63dE5HAcXQ-1; Thu, 14 Oct 2021 15:08:20 -0400 X-MC-Unique: ijL_EuCjOHek63dE5HAcXQ-1 Received: by mail-lf1-f70.google.com with SMTP id bu34-20020a05651216a200b003fd7bb9caa1so5075325lfb.0 for ; Thu, 14 Oct 2021 12:08:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QT8hMZgvb04E/eql8AGxhW3Fgoqt8o2IJLyx728uYzE=; b=Ihx/S8RTiCBJ3Q+bNVKrYpUBL+OjM+L17/7sarqtbcb+cJsqpG09BrdL8QA5DWwXzl BtUYd8EKnXFG1oVmUtyCvW6wTM8LOUXVPGmuegtDdaaHHxRNxNl7MJqNp41EoAURuEQ+ MFoVLaOlrR/JVoCbzC7tDxSog42ULssF8NFSukqp0Q7wtY4uT8xMdvE6rUKCHNyO6vwL g9Of7ej+OIGC9IMjXTs9L0lAqrIzQ4Sxj6X3lIjsQQfDLTzKaYe3DzcDmK4iCvm8rTZQ o+D9i7tvTBkTYAYRDL+cu8lo2EOx2TLji/3+2L3OeDsevIMc3jK/FsRAZ2DlNlaLzhEC I4yg== X-Gm-Message-State: AOAM530gna2O4GcWR+rSjpdb8FIqdr9KY/sw9Hir0c8lKfbvN1EoozCU VG4zooRs+R4ae+2xIJHhfH+Csmg61PgMbT/SQf1kplT98wmVYqKcF+JJ5K6C4Aqr91MYdV3k1ZW CGdOC/3uGO4Sh42ZRuNI= X-Received: by 2002:a2e:a54d:: with SMTP id e13mr7548928ljn.159.1634238498715; Thu, 14 Oct 2021 12:08:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyWTeXPcOe7Gi0R1AwVbl9hLdoMhQB5+i44rsPqSzfW5QFgGEz8TSCE57EFGUxgEYC4OOZm9+lYBpnv1a6L+xQ= X-Received: by 2002:a2e:a54d:: with SMTP id e13mr7548913ljn.159.1634238498524; Thu, 14 Oct 2021 12:08:18 -0700 (PDT) MIME-Version: 1.0 References: <20211005150017.2779845-1-conor.walsh@intel.com> <20211011094903.3206203-1-conor.walsh@intel.com> In-Reply-To: From: David Marchand Date: Thu, 14 Oct 2021 21:08:07 +0200 Message-ID: To: "Walsh, Conor" Cc: "Power, Ciara" , "Richardson, Bruce" , "dev@dpdk.org" 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] [PATCH v2] usertools/telemetry: add list of available file-prefixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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, Oct 13, 2021 at 3:01 PM Walsh, Conor wrote: > > This patch is also compatible with the v8 of the "improve telemetry support with in-memory mode" patchset. Nice addition, can you add a description of this option in telemetry howto? Thanks. -- David Marchand