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 6726FA0543; Tue, 4 Oct 2022 17:12:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 14BA040DFB; Tue, 4 Oct 2022 17:12:48 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 2C4FC40DDC for ; Tue, 4 Oct 2022 17:12:47 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id A3C135D; Tue, 4 Oct 2022 18:12:46 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru A3C135D DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1664896366; bh=VTgdGxs3eW+2STZpjGwSEOLt2+MPwJ5fKudAvGun76Q=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=OM7Yc9QPCkfB8GP3PU1bVopKu9pnT8fpUdcj+kAOckfqoIPZeAZJONmjX57ij18cH XnAQMU4cjmrlYMbuUl0skfVFmx8E4IRk55nujAcEpcvJEw37z0IUJBUiWmHWcvN6Ev 0+GVhNEcPTa9ssGGwIplkxmk7xChJjJ1Ew86Uol8= Message-ID: <62c623a2-4645-22b3-1a63-a57b78ff2018@oktetlabs.ru> Date: Tue, 4 Oct 2022 18:12:46 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH v2] net/ring: add monitor callback Content-Language: en-US To: Herakliusz Lipiec , dev@dpdk.org Cc: anatoly.burakov@intel.com, reshma.pattan@intel.com, bruce.richardson@intel.com References: <20220803142845.2221915-1-herakliusz.lipiec@intel.com> <20220902172521.3293866-1-herakliusz.lipiec@intel.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20220902172521.3293866-1-herakliusz.lipiec@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 9/2/22 20:25, Herakliusz Lipiec wrote: > Currently ring pmd does not support ``rte_power_monitor`` api. > This patch adds support by adding monitor callback that is called > whenever we enter sleep state and need to check if it is time to wake > up. > > Signed-off-by: Herakliusz Lipiec > Acked-by: Bruce Richardson Applied to dpdk-next-net/main, thanks.