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 18F97A0C45; Thu, 28 Oct 2021 10:03:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B1A724067B; Thu, 28 Oct 2021 10:03:49 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 3C50C4003F for ; Thu, 28 Oct 2021 10:03:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635408227; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pLPoGObkzNuVam0OAHmx9EkzvWnSE6Ureu8Uy3DZHD4=; b=MelSN4XnoORFNpjWAh/i2B3E9JvrGWs6DEnscx/QTpHR+a0VdBCCBBeFsMiHJZuTavcHuY VAEg4pZNnd7ZP5pt0iE0NsbhWK1IlcI8FJlGm6r+ei6qDEmmeogDIPHq3pFu6djgJTAWcV eSq5X5MaTOFKVpD+3G8wvQD5Xk89vto= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-70-JlkV7hu0PkKT1Rz-wldRfw-1; Thu, 28 Oct 2021 04:03:46 -0400 X-MC-Unique: JlkV7hu0PkKT1Rz-wldRfw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4DA3B1006AA2; Thu, 28 Oct 2021 08:03:45 +0000 (UTC) Received: from [10.39.208.26] (unknown [10.39.208.26]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 26C7160C04; Thu, 28 Oct 2021 08:03:43 +0000 (UTC) Message-ID: Date: Thu, 28 Oct 2021 10:03:41 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 To: "Xia, Chenbo" , "Yigit, Ferruh" Cc: "Li, Miao" , "dev@dpdk.org" References: <20211018141638.5916-1-miao.li@intel.com> <20211025144725.115828-1-miao.li@intel.com> From: Maxime Coquelin In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v8 0/5] Support power monitor in virtio/vhost PMD 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" Hi Chenbo, On 10/25/21 09:06, Xia, Chenbo wrote: > Hi Ferruh, > >> -----Original Message----- >> From: Li, Miao >> Sent: Monday, October 25, 2021 10:47 PM >> To: dev@dpdk.org >> Cc: Xia, Chenbo ; maxime.coquelin@redhat.com; Li, Miao >> >> Subject: [PATCH v8 0/5] Support power monitor in virtio/vhost PMD >> >> This patchset implements rte_power_monitor API in virtio and vhost PMD >> to reduce power consumption when no packet come in. This API can be >> called and tested in l3fwd-power after adding vhost and virtio support >> in l3fwd-power and ignoring the rx queue information check in >> queue_stopped(). >> >> v8: >> -rebase on lastest repo >> -update the release note >> -modify some titles >> -update commit log >> -add the fixes and stable tags > > The new version LGTM. Will you pick up directly to next-net if you also think > it's good? I will pick it in my next pull request for -rc2. Thanks, Maxime > Thanks, > Chenbo > >> -- >> 2.25.1 >