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 E1C5DA0C41; Thu, 16 Sep 2021 10:52:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A22094069E; Thu, 16 Sep 2021 10:52:44 +0200 (CEST) Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) by mails.dpdk.org (Postfix) with ESMTP id 81C004003F for ; Thu, 16 Sep 2021 10:52:43 +0200 (CEST) Received: by mail-io1-f41.google.com with SMTP id a15so6999030iot.2 for ; Thu, 16 Sep 2021 01:52:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GovtHjr6z7TpYLKlz2ePusjKYiOS/M1i9o6RQlhIY1w=; b=gkcYGlWCUFOJ6PrG3PL6yz5iuimTnnzdZ2dYlS5JW79vIteMCapgs2UksbYA9Rr3yl knZsixc5cMxRB0BGOslrXDklFWh4mH7Xe5Ez2u5xq9VLJJ/5O0MUUk3KgiknT4iJWAYo b46uWuk6dja8vGObg7n1cZToj3sWkKspI2186LgbT6f+VDjBgM70TkTsvVjKcoiuv4Fb pWLulCUd8+2MubeEP6K9XmwthaaFl8uX4uHX6G99sr7jWzW/xailLiRF9aGHxGIIAGu9 aU929LtonLXyP2nhU/s86BKR1Fgo9xFn9UHBxbwSrl/7DF1JQJMP6Dy6PjOLaECzi2yE 4Uag== 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=GovtHjr6z7TpYLKlz2ePusjKYiOS/M1i9o6RQlhIY1w=; b=Qx9IdU/Al9fuYw1Q0oc86fPgrfUhzxSP27rdrq/19B/+sUjceeieTsI6WPah0GMbn+ oukMOtJT4e8yTvI11qR3S4J/oKoFf6HpAn50NzeYAspFh7GyFn/wpGnkR11F2L8TAWrP K8IUf1AsNVjm/1xL9TrjB26xxC+G43YMusfqtcIdPYGYBlL96hV04mz1DKZntriwrXSq w+Xzi9Q5b103Tei3OpxXKFy7dzDO1isjzUQqc8NXyZSfo1KI87GRQEZ1b6uNCEzgATlK sc042+6lqbpG6+u+o9Jk5DyqrThgipQMQlvBq03cGh3flIwxk5haWvEf18CjmXOY8fBk q4Xw== X-Gm-Message-State: AOAM532Yl9lmVx6KA8sfftDE7mG9sP6bD0OjNgJGtc5akMaPgv3qYwrH SIdYgkxc/oZL7gGCTSp2o8j2QKh4ysCcswkApEI= X-Google-Smtp-Source: ABdhPJyNrrvSOH+WwFg8A2Pz2SDAX5SM9KReKgs/XJz+Nspak5UklK9V1DiDNEGVBzd9JfEl+KvB1/YdzCrlqKvmb9U= X-Received: by 2002:a6b:e410:: with SMTP id u16mr3357704iog.38.1631782362884; Thu, 16 Sep 2021 01:52:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jerin Jacob Date: Thu, 16 Sep 2021 14:22:16 +0530 Message-ID: To: Gowrishankar Muthukrishnan Cc: dpdk-dev , "Richardson, Bruce" , Ciara Power , Jerin Jacob , Kiran Kumar K , Nithin Dabilpuram , Sunil Kumar Kori , Satha Koteswara Rao Kottidi , Ashwin Sekhar Thalakalath Kottilveetil , Pavan Nikhilesh , Anoob Joseph , Ankur Dwivedi , Tejasree Kondoj , Thomas Monjalon , Akhil Goyal Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [v7, 0/6] cnxk: enable telemetry endpoints 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, Sep 8, 2021 at 10:33 PM Gowrishankar Muthukrishnan wrote: > > This patch series enables telemetry for cnxk in the following: > - NPA LF > - Mempool driver > - NIX LF > - Ethdev driver > - Crypto driver > > Depends-on: series-18612 ("net/cnxk: support for inline ipsec") Please split the patches into three series, 1/6 - 4/6 - for next-net-mrvl and delegate to me 5/6 - for main tree and delegate to Thomas 6/6 - for crypto tree and delegate to Akill and add appropriate Depends-on: > v7: > - Added cryptodev endppoints. > - minor cleanup in other patches. > > Gowrishankar Muthukrishnan (6): > common/cnxk: add telemetry endpoints to npa > mempool/cnxk: add telemetry end points > common/cnxk: add telemetry endpoints to nix > net/cnxk: add telemetry endpoing to ethdev > telemetry: fix json output buffer size > crypto/cnxk: add telemetry endpoints to cryptodev > > drivers/common/cnxk/cnxk_telemetry.h | 26 + > drivers/common/cnxk/cnxk_telemetry_nix.c | 849 ++++++++++++++++++ > drivers/common/cnxk/cnxk_telemetry_npa.c | 224 +++++ > drivers/common/cnxk/meson.build | 7 +- > drivers/common/cnxk/roc_nix.c | 3 + > drivers/common/cnxk/roc_nix_priv.h | 9 + > drivers/common/cnxk/roc_nix_queue.c | 15 +- > drivers/common/cnxk/roc_platform.h | 15 + > .../crypto/cnxk/cnxk_cryptodev_telemetry.c | 154 ++++ > drivers/crypto/cnxk/meson.build | 1 + > drivers/mempool/cnxk/cnxk_mempool_telemetry.c | 100 +++ > drivers/mempool/cnxk/meson.build | 1 + > drivers/net/cnxk/cnxk_ethdev_telemetry.c | 129 +++ > drivers/net/cnxk/meson.build | 1 + > lib/telemetry/telemetry_json.h | 7 +- > 15 files changed, 1534 insertions(+), 7 deletions(-) > create mode 100644 drivers/common/cnxk/cnxk_telemetry.h > create mode 100644 drivers/common/cnxk/cnxk_telemetry_nix.c > create mode 100644 drivers/common/cnxk/cnxk_telemetry_npa.c > create mode 100644 drivers/crypto/cnxk/cnxk_cryptodev_telemetry.c > create mode 100644 drivers/mempool/cnxk/cnxk_mempool_telemetry.c > create mode 100644 drivers/net/cnxk/cnxk_ethdev_telemetry.c > > -- > 2.25.1 >