From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4AC2BA00B8; Sun, 27 Oct 2019 21:16:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 60D951BEFF; Sun, 27 Oct 2019 21:16:13 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 34C731BEF6 for ; Sun, 27 Oct 2019 21:16:11 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id B623D5B5; Sun, 27 Oct 2019 16:16:09 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 Oct 2019 16:16:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=L0+fxFsLrHuKbqiBn1V11TLIRDUNpLcVgfnQ/0SrznM=; b=n00LKaGD9vBS vixWr7xEuulBihGhsqqvNOQZxWNcH0cqoYlJ3KgyPZ/vuBpBlqRtpBNdAUPusuOK JNqgRIx7l4y82ESQPHNl0cfsrXCLnC3pydbgf22JJIY7oEnj5zXy2esoTXoOP1Sd 4IHVf8g8CiXF6YeKe2RdvC6olEc0Mto= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=L0+fxFsLrHuKbqiBn1V11TLIRDUNpLcVgfnQ/0Srz nM=; b=El2VBriRds9QLOczyJN74B4EU3vmpOBbnP0m68+FKAr9IKQapF+374edg 1aZMgHplMVzO3jZaEPbJgiN2M5/AiXPuIlPF49payvWBuvUx3Q5XmCIKc6SnR+nP yb79rdmh1zUB8wzYVeH1pIjkT36Nhrbzy0IKNx/mULIwajk6YDwYZBuAQwYaEJ76 eVcCIrAUYV8LJUL6uDato/nPdSXMhjxcds+ifWIdQB3tzfIYeGX+T89WUOAcdEo1 RyCCfKNb/8XNx05g1m+2Jan35ZjSGfUyB4iUPURwDUGfVe1qyl511P8OF5EzPeda wH2HzaktiwAPUua/SG5Y/avVNFx5g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleejgddugedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 591328005C; Sun, 27 Oct 2019 16:16:08 -0400 (EDT) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org Date: Sun, 27 Oct 2019 21:16:07 +0100 Message-ID: <5759818.UJqPuM4Ka9@xps> In-Reply-To: <20190930130043.2885-1-david.hunt@intel.com> References: <20190530161517.11916-2-marcinx.hajkowski@intel.com> <20190930130043.2885-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 v2 0/3] Core capabilities query 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 30/09/2019 15:00, David Hunt: > Extend guest channel and sample apps to query CPU capabilities. Useful > when a guest wants to see if there is a high frequency/priority > core available for heavier workloads, i.e. Intel SST-BF. > > The guest_cli implements an example of this via the query_cpu_caps cmd. Applied, thanks