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 A2266A00C3; Tue, 19 Apr 2022 17:42:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D9D04068E; Tue, 19 Apr 2022 17:42:48 +0200 (CEST) Received: from mail-108-mta24.mxroute.com (mail-108-mta24.mxroute.com [136.175.108.24]) by mails.dpdk.org (Postfix) with ESMTP id A411140687 for ; Tue, 19 Apr 2022 17:42:46 +0200 (CEST) Received: from filter006.mxroute.com ([140.82.40.27] 140.82.40.27.vultrusercontent.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta24.mxroute.com (ZoneMTA) with ESMTPSA id 180427d7ef2000fe85.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Tue, 19 Apr 2022 15:42:42 +0000 X-Zone-Loop: ba6ecb15f2af44eadc98a0565853cbddef1cf8f8f16f X-Originating-IP: [140.82.40.27] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Type:MIME-Version:Message-ID:Date:In-reply-to:Subject:Cc:To: From:References:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Hb6EAZ4db/D9Xh3bzPpzhd1/Ayr6LMWpT6i2NVRGIJc=; b=i1XCzSaYmyAPDcwRZlEAq9F9kf FvWIdjSnDIvQJa6im8tRE+j6Pj00tGIigfgsb8iA4dEFT44ap5SYvAv1+dP7vc+2cBacOp+8cCM44 r206a72aZGNVn2qJ7Yd1ydGkXR02ae3kD/kDn4XY0imNtIoQ1hfoN3Wx1mwg4gj75Y9lH+Leifljb DbiXZcK0SkQbgO5EfocRdIbesPXM9k6fdMHVa8vmzviCxOaFp2Us+he9e8VAyjLlmN4cHi0zX0Nql 1Kr6wNLi4h9+ZFSouF5+aTzoCmn17cv5HSRxP/nRlhnAuUZI9qADT3DHpIMSI4tDHHmKTRUo+M6be Nv7W9p3g==; References: <20220408140847.1319312-1-kevin.laatz@intel.com> <20220419112501.1835458-1-kevin.laatz@intel.com> <20220419112501.1835458-2-kevin.laatz@intel.com> User-agent: mu4e 1.4.15; emacs 27.1 From: Ray Kinsella To: Kevin Laatz Cc: dev@dpdk.org, David Hunt Subject: Re: [PATCH v2 1/4] lib/power: add get and set API for emptypoll max In-reply-to: <20220419112501.1835458-2-kevin.laatz@intel.com> Date: Tue, 19 Apr 2022 11:42:40 -0400 Message-ID: <87wnflnkpb.fsf@mdr78.vserver.site> MIME-Version: 1.0 Content-Type: text/plain X-AuthUser: mdr@ashroe.eu 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 Kevin Laatz writes: > Add new get/set APIs to configure emptypoll max which is used to > determine when a queue can go into sleep state. > > Signed-off-by: Kevin Laatz > --- > lib/power/rte_power_pmd_mgmt.c | 21 ++++++++++++++++++--- > lib/power/rte_power_pmd_mgmt.h | 27 +++++++++++++++++++++++++++ > lib/power/version.map | 4 ++++ > 3 files changed, 49 insertions(+), 3 deletions(-) > Acked-by: Ray Kinsella