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 79C42A04FF; Tue, 24 May 2022 15:45:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F24840140; Tue, 24 May 2022 15:45:37 +0200 (CEST) Received: from mail-108-mta88.mxroute.com (mail-108-mta88.mxroute.com [136.175.108.88]) by mails.dpdk.org (Postfix) with ESMTP id 95BF0400D6 for ; Tue, 24 May 2022 15:45:35 +0200 (CEST) Received: from filter006.mxroute.com ([140.82.40.27] 140.82.40.27.vultrusercontent.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta88.mxroute.com (ZoneMTA) with ESMTPSA id 180f650d1e8000c327.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Tue, 24 May 2022 13:45:33 +0000 X-Zone-Loop: fbb7b144a1553be56cca6b242b448d4b300564a9f1dd 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=ZWKZllUSa7XYXiNk2jJFPTCy6mAes5T3ksXf05Vg1uM=; b=hMle/Iu5UGqwqQxEmXOA/0A3hy +Aho1LG/DZkmJMG+wVJVCxDruWPpzdNI0z/4eEVdE0oF+bwcQfbQJr2/FDJzz8+/11Oyeo93bciRT iQxt4hpo64Hdnoqbcfia/5V4eNpxBm3+dgsMfBm++JE7ICc93qqvKYLRlgX5IxkrU2Slt52iJWx2x Qc32aF10D/Wn9LIa89nAJ4tMmbN4nlzqdNuITQlAeQ1esnlnVSz99MoBLZg9XmjFAor6We0QgdJEI XV+J2B0s+ECb/FriNWgq80bwDySwAt03XCrHsDnOM3kTnWKPiHtHrP9rp6aQU5eUf9pkIs7/h6uIg hLLwElTw==; References: <20220419112501.1835458-1-kevin.laatz@intel.com> <20220523202124.293865-1-kevin.laatz@intel.com> <20220523202124.293865-2-kevin.laatz@intel.com> User-agent: mu4e 1.4.15; emacs 27.1 From: Ray Kinsella To: Kevin Laatz Cc: dev@dpdk.org, anatoly.burakov@intel.com, David Hunt Subject: Re: [PATCH v3 1/4] lib/power: add get and set API for emptypoll max In-reply-to: <20220523202124.293865-2-kevin.laatz@intel.com> Date: Tue, 24 May 2022 14:45:29 +0100 Message-ID: <87mtf711ty.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 > Acked-by: Ray Kinsella > --- > 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