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 7546AA0548; Fri, 9 Jul 2021 17:58:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5EAB8410F9; Fri, 9 Jul 2021 17:58:32 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id A097D410F7 for ; Fri, 9 Jul 2021 17:58:30 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10039"; a="196999169" X-IronPort-AV: E=Sophos;i="5.84,226,1620716400"; d="scan'208";a="196999169" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jul 2021 08:57:18 -0700 X-IronPort-AV: E=Sophos;i="5.84,226,1620716400"; d="scan'208";a="499227300" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.241.5]) ([10.213.241.5]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jul 2021 08:57:16 -0700 From: "Burakov, Anatoly" To: dev@dpdk.org, Ferruh Yigit Cc: david.hunt@intel.com, ciara.loftus@intel.com, konstantin.ananyev@intel.com, David Marchand References: <45eaddb37ccb418b6316bf8c29f7e139dbddf658.1625845967.git.anatoly.burakov@intel.com> Message-ID: Date: Fri, 9 Jul 2021 16:57:12 +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: <45eaddb37ccb418b6316bf8c29f7e139dbddf658.1625845967.git.anatoly.burakov@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v9 3/8] doc: add PMD power management NIC feature 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 09-Jul-21 4:53 PM, Anatoly Burakov wrote: > At this point, multiple different Ethernet drivers from multiple vendors > will support the PMD power management scheme. It would be useful to add > it to the NIC feature table to indicate support for it. > > Suggested-by: David Marchand > Signed-off-by: Anatoly Burakov > --- > doc/guides/nics/features.rst | 10 ++++++++++ > doc/guides/nics/features/default.ini | 1 + > 2 files changed, 11 insertions(+) > > diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst > index 403c2b03a3..a96e12d155 100644 > --- a/doc/guides/nics/features.rst > +++ b/doc/guides/nics/features.rst > @@ -912,6 +912,16 @@ Supports to get Rx/Tx packet burst mode information. > * **[implements] eth_dev_ops**: ``rx_burst_mode_get``, ``tx_burst_mode_get``. > * **[related] API**: ``rte_eth_rx_burst_mode_get()``, ``rte_eth_tx_burst_mode_get()``. > > +.. _nic_features_get_monitor_addr: > + > +PMD power management using monitor addresses > +-------------------------------------------- > + > +Supports getting a monitoring condition to use together with Ethernet PMD power > +management (see :doc:`../prog_guide/power_man` for more details). > + > +* **[implements] eth_dev_ops**: ``get_monitor_addr`` > + > .. _nic_features_other: > > Other dev ops not represented by a Feature > diff --git a/doc/guides/nics/features/default.ini b/doc/guides/nics/features/default.ini > index 3b55e0ccb0..f1e947bd9e 100644 > --- a/doc/guides/nics/features/default.ini > +++ b/doc/guides/nics/features/default.ini > @@ -76,6 +76,7 @@ x86-64 = > Usage doc = > Design doc = > Perf doc = > +Power mgmt address monitor = > > [rte_flow items] > ah = > Apologies, forgot to git add the driver files to the commit. Will respin shortly. -- Thanks, Anatoly