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 69E41A0C3F; Mon, 28 Jun 2021 11:26:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 53E6040692; Mon, 28 Jun 2021 11:26:03 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id D827D4068A for ; Mon, 28 Jun 2021 11:26:01 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10028"; a="206093766" X-IronPort-AV: E=Sophos;i="5.83,305,1616482800"; d="scan'208";a="206093766" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2021 02:26:00 -0700 X-IronPort-AV: E=Sophos;i="5.83,305,1616482800"; d="scan'208";a="446499480" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.249.202]) ([10.213.249.202]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2021 02:25:58 -0700 To: David Marchand Cc: dev , David Hunt , Ray Kinsella , Neil Horman , Ciara Loftus , Thomas Monjalon , Andrew Rybchenko , "Yigit, Ferruh" References: <8364b558cbfad729c8a412a1e015e09381a1ff79.1624629506.git.anatoly.burakov@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Mon, 28 Jun 2021 10:25:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 28-Jun-21 8:10 AM, David Marchand wrote: > 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. > > Good idea, thanks for the suggestion! Will fix in v3. -- Thanks, Anatoly