From patchwork Mon Sep 30 13:00:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hunt, David" X-Patchwork-Id: 60183 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A2EF13977; Mon, 30 Sep 2019 15:00:57 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9755737A2 for ; Mon, 30 Sep 2019 15:00:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Sep 2019 06:00:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,567,1559545200"; d="scan'208";a="220644306" Received: from silpixa00399952.ir.intel.com (HELO silpixa00399952.ger.corp.intel.com) ([10.237.222.38]) by fmsmga002.fm.intel.com with ESMTP; 30 Sep 2019 06:00:54 -0700 From: David Hunt To: david.hunt@intel.com Cc: dev@dpdk.org Date: Mon, 30 Sep 2019 14:00:40 +0100 Message-Id: <20190930130043.2885-1-david.hunt@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190530161517.11916-2-marcinx.hajkowski@intel.com> References: <20190530161517.11916-2-marcinx.hajkowski@intel.com> Subject: [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" 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. Please note that these changes depend on (http://patches.dpdk.org/project/dpdk/list/?series=6568) and (http://patches.dpdk.org/project/dpdk/list/?series=6585) which should be applied first.