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 C8AA5A0C40; Mon, 28 Jun 2021 09:10:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 55DFC40692; Mon, 28 Jun 2021 09:10:26 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 69CAC4068A for ; Mon, 28 Jun 2021 09:10:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1624864223; 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=IPSo06FLMHMmXBY0OGFc4NUkSpggKcU71dbpkyU51CE=; b=R7++F9SYMTT5mOGjHT64gt+R0cN3de+ClvR1yY4Cc/1rAh3rLorSguv80D4inHxNs1xOsp QJfa1T82W+u/SobMrAQwy1x0nELnuolmrdm34KlIKr6JfPG7ZvolQl23iwdbt5TIBGcx7Z OOuQRxVdhXHvNUgMhAfDw41ImzGtXZQ= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-377-572vj4KEPE6ZGzsCEwrOXA-1; Mon, 28 Jun 2021 03:10:21 -0400 X-MC-Unique: 572vj4KEPE6ZGzsCEwrOXA-1 Received: by mail-ua1-f72.google.com with SMTP id v17-20020ab055910000b029027851bdbbf2so3207801uaa.11 for ; Mon, 28 Jun 2021 00:10:21 -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=IPSo06FLMHMmXBY0OGFc4NUkSpggKcU71dbpkyU51CE=; b=Dn9tXVrZ3VYe0jmDLra/NIPtulyVYZ9/F+TunhQrM4FDuspapzHkVMT9B6sOOOH05W n8//bplWxsgcqJhJrg2VGVQ0su6hNpP8nrqZmPR8zkrar3fCTZyzAAu+ax9P2/rJtMVa PhD1R7KzxMeNonvSLMQSh2zQaErrHbSdpa09LCdhe7xyfPCb/yRIOp5mfDLbuVwl7isi avvbfcoib6mJmZkG+WOYA/WBcfbGI3dnNQuZRBkdudajsbw9AwwoArzxiYo+g0uCaLUL RNsV7rRgUaKdp/7dsR3dHqXxsFHU/o52XPX0kcO3G9YJOma5iu32D3bSbuTh2Go7jeXW YHpQ== X-Gm-Message-State: AOAM5310ZTPd0h1Stkze27z8rd6cu6Bc7peYoX4b9/bQ13uLODvgQXeW yCCA4MVbTtEMZjeolTUzSWdfh76zodFZgg7IrDk+AXUnyQ5P+nBXh/u+wH4lobDjiuy7WCnhB9h +cF3/Um5Es3Icemu1Grs= X-Received: by 2002:a67:fe90:: with SMTP id b16mr17140379vsr.5.1624864221215; Mon, 28 Jun 2021 00:10:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJySg6IksewO5yyATB+oxuxcRO5aWvDEBfxsIL0FYsRP2v/3RfiC/0BgShd1W6cvwr/tv4/kCeEGYn20ljmkc9M= X-Received: by 2002:a67:fe90:: with SMTP id b16mr17140373vsr.5.1624864221004; Mon, 28 Jun 2021 00:10:21 -0700 (PDT) MIME-Version: 1.0 References: <8364b558cbfad729c8a412a1e015e09381a1ff79.1624629506.git.anatoly.burakov@intel.com> In-Reply-To: <8364b558cbfad729c8a412a1e015e09381a1ff79.1624629506.git.anatoly.burakov@intel.com> From: David Marchand Date: Mon, 28 Jun 2021 09:10:09 +0200 Message-ID: To: Anatoly Burakov Cc: dev , David Hunt , Ray Kinsella , Neil Horman , Ciara Loftus , Thomas Monjalon , Andrew Rybchenko , "Yigit, Ferruh" 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 5/7] power: support callbacks for multiple Rx queues 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 Fri, Jun 25, 2021 at 4:01 PM Anatoly Burakov wrote: > diff --git a/doc/guides/prog_guide/power_man.rst b/doc/guides/prog_guide/power_man.rst > index c70ae128ac..38f876466a 100644 > --- a/doc/guides/prog_guide/power_man.rst > +++ b/doc/guides/prog_guide/power_man.rst [snip] > +* Not all Ethernet devices support monitoring, even if the underlying > + platform may support the necessary CPU instructions. Support for monitoring is > + currently implemented in the following DPDK drivers: > + > + * net/ixgbe > + * net/i40e > + * net/ice > + * net/iavf > + * net/mlx5 > + * net/af_xdp This list will get obsolete. It looks like a driver capability, so can we have a ethdev feature added? Then mark drivers that supports this feature. And the power lib documentation will have a reference to doc/guides/nics/features.rst. -- David Marchand