From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id BCE2929D2 for ; Sat, 21 Jul 2018 00:06:47 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 285E921B76; Fri, 20 Jul 2018 18:06:47 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 20 Jul 2018 18:06:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=1Ynt0Cvq3LnipHfFLdlje9Y4ur SS6MFKeF+hK6EsAvI=; b=MsTC5LbFALvi6KzqhdOnop8e+UmdNz6ANt7IeiFeZM MKYITWt+dyvjmy5v1xTf7Pp3u7Bcm8YA4iDC78LNQF2VLYHXoaI+hzOTcrDhNC8v LWNT9LLsTXsV/WbXNeEaG0jiBcnFaEsUyxU+0f0yeLul/GpKPXAEnEE+SoRANNCu 8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=1Ynt0C vq3LnipHfFLdlje9Y4urSS6MFKeF+hK6EsAvI=; b=CCIQyzGg+hvv9174RoSGOx oJm1EuCIaxlW3ziJHrAR7RdunO7nG2mPKxYnOtF0gVLUnc6yHXnNaWDIycgkWW2a JATxAm4r6VvN4DThbrQsK8V1wfGyI52ROmezCIfm0F2q58PmDz96ICQOYFeE5Wj2 2uiBwSV01T+xyQCcarCcA2Qzv1JapmnMKX2BHEPDAcI6d18knJu/2YRDRzoW+xVz DhKGFJvkrV1H/SAGtPSpFHbIAhoDZaREdm7l0p2bHraaoffiHFhz/mP2paya359d Qs4fk5pJFLAxVJV7S3+QnWXrT1lbvWWSOSqWjUq+mbEMRxOgYVDnQhlUrUAnNX6Q == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (unknown [207.232.18.42]) by mail.messagingengine.com (Postfix) with ESMTPA id B7CB71025D; Fri, 20 Jul 2018 18:06:45 -0400 (EDT) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org Date: Sat, 21 Jul 2018 00:06:43 +0200 Message-ID: <2425076.9VRJOYo0OX@xps> In-Reply-To: <20180713142302.34576-1-david.hunt@intel.com> References: <20180626092317.11031-2-david.hunt@intel.com> <20180713142302.34576-1-david.hunt@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 0/9] examples/vm_power: 100% Busy Polling X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2018 22:06:48 -0000 13/07/2018 16:22, David Hunt: > [1/9] examples/vm_power: add check for port count > [2/9] examples/vm_power: add core list parameter > [3/9] examples/vm_power: add oob monitoring functions > [4/9] examples/vm_power: allow greater than 64 cores > [5/9] examples/vm_power: add thread for oob core monitor > [6/9] examples/vm_power: add port-list to command line > [7/9] examples/vm_power: add branch ratio policy type > [8/9] examples/vm_power: add cli args to guest app > [9/9] examples/vm_power: make branch ratio configurable Applied, thanks Some features could be hosted in a DPDK library. It has been agreed in the technical board to use examples as a staging area, but it must re-considered regularly whether the code must stay, move or be removed.