From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E4EAC433FE for ; Tue, 19 Apr 2022 15:43:04 +0000 (UTC) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 82D6741611; Tue, 19 Apr 2022 17:43:03 +0200 (CEST) Received: from mail-108-mta20.mxroute.com (mail-108-mta20.mxroute.com [136.175.108.20]) by mails.dpdk.org (Postfix) with ESMTP id 1C01441156 for ; Tue, 19 Apr 2022 17:43:02 +0200 (CEST) Received: from filter006.mxroute.com ([140.82.40.27] 140.82.40.27.vultrusercontent.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta20.mxroute.com (ZoneMTA) with ESMTPSA id 180427db7d9000fe85.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Tue, 19 Apr 2022 15:42:56 +0000 X-Zone-Loop: c109df4d4f928c22045410b80945a72bc97632035fd5 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=tpgmo+PJG22fEIFtoBlzkNllxlutt1bKkXB8YndMSYc=; b=K2D36cBORTZK9cmcLfyuLz4CWb ikV+brRTLghr9+Hl2wft+Bzn8e9hKtQWKOTZ8Xi6aTeca+i7o3yx0mZ55tYNJzthpmigEF5W+ZugW 405JEswhiKfCD+uHOtPHs20XsN2kzLtvzQF5lJoxQDJranhYho4jzhNICdKa3F/EGhMm9gsvxmmFl jrUCVsupNxQKT4SjT3olvd7Mq8KBd561cn3os4VVF3BgHsowShsPwsXzXH+4MQRAyau/GPNmWgyU5 H4HE85d5/FtUoLpSxHuGNy8f2sR97Hv/+WToI52xHryZOP7RGKn8cB97k3gH89/ByOfGly9agjiPi 2P7QWDBA==; References: <20220408140847.1319312-1-kevin.laatz@intel.com> <20220419112501.1835458-1-kevin.laatz@intel.com> <20220419112501.1835458-3-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 2/4] lib/power: add get and set API for pause duration In-reply-to: <20220419112501.1835458-3-kevin.laatz@intel.com> Date: Tue, 19 Apr 2022 11:42:54 -0400 Message-ID: <87tuapnkox.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 API for configuring 'pause_duration' which used to adjust > the pause mode callback duration. > > Signed-off-by: Kevin Laatz > --- > lib/power/rte_power_pmd_mgmt.c | 26 ++++++++++++++++++++++++-- > lib/power/rte_power_pmd_mgmt.h | 31 +++++++++++++++++++++++++++++++ > lib/power/version.map | 2 ++ > 3 files changed, 57 insertions(+), 2 deletions(-) > Acked-by: Ray Kinsella