From patchwork Mon Dec 12 03:18:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120736 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9E817A04FD; Mon, 12 Dec 2022 04:25:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 71FA74021D; Mon, 12 Dec 2022 04:25:25 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 9083C40151 for ; Mon, 12 Dec 2022 04:25:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1670815523; x=1702351523; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=CI2OEcP2T5e2JLyIMRJ3GAErSqgbh3At1oiW+0A5YfY=; b=hBvsyMIdcFkU2nXUryTyTc4iPs6E74lJUyMeX0eQCzIVF4QwlE+FG6pa KHWbPFUxzxfxo1pZwi6qpBtMJLG3L8C6kQ0BVk5f19ylMudPea4oNV951 kMr4SpsCE5I3YTC77w1Q57Mnfk0xdL2hXntRJCydr19e4Ee1ik6wLois0 Vx3CHQYCPi8c2QPoncNaM0F08mUlNCjne4bH61yqL5LZ2cVH9D27xV0bj uWJayF9f+qkLECPoWF+ROxRYUOqri2RS8sGhNzs7RJ4k7pAh456ObOhbX eATPRwCwlGZOZt4o1etH80sZKY5RiiE/ZcoUf7cfUisFkhAMZn5ud2Gmv w==; X-IronPort-AV: E=McAfee;i="6500,9779,10558"; a="319614864" X-IronPort-AV: E=Sophos;i="5.96,237,1665471600"; d="scan'208";a="319614864" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Dec 2022 19:25:22 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10558"; a="680536706" X-IronPort-AV: E=Sophos;i="5.96,237,1665471600"; d="scan'208";a="680536706" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Dec 2022 19:25:21 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V4 0/2] support pin VM's thread to vhost CPU lcore Date: Mon, 12 Dec 2022 11:18:07 +0800 Message-Id: <20221212031807.2777293-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org framework/qemu_kvm: 1)Support pin VM's thread to vhost CPU lcore. 2)Fix add_vm_daemon method issue. framework/virtio_base: Add pin_threads parameter when start VM default pin_threads=True. Wei Ling (2): framework/qemu_kvm: support pin VM's thread to vhost CPU lcore framework/virt_base: add pin_threads parameter when start VM framework/qemu_kvm.py | 50 +++++++++++++++++++++++++++++++----------- framework/virt_base.py | 13 ++++++++--- 2 files changed, 47 insertions(+), 16 deletions(-)