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 0E523A034C; Thu, 22 Dec 2022 09:26:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E8A6940698; Thu, 22 Dec 2022 09:26:27 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 08018400D7 for ; Thu, 22 Dec 2022 09:26:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671697586; x=1703233586; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=esKrFtYwKl7Mj+FDpRNy76AwBaSnFqCsRvhqMTbdCMY=; b=nQOZBGiSA4ER0dQWoCqpYv7YBn3JZYVNi4jkRXWCoWQE2zaii4BO28lb PgMvGcEO7zYzlHkW+k5LeL80zfWzX3+ABp4/hwS0vOPP6J0KfyWC3kMKP 7d9Ol9kAnDkgs5+72tCodb1DC9NvzIkUx8rYuZK0QlfRrUX4ehdJk03X+ Km2EuxxI3Z5RdPgwIFeAm5d1h6VhOgC1ldXqRBWtVXxmUQRhBQaNTeNIz WeIArZQjuDsHJa4bHldvuEalWPqqxPBSKoGsxFVMm+aZXA2drjwLWdHsr zHO0L918pM444aXT1jR33kpEMqO8treivMtt6MyD8UKjUukFD+VKfqjG0 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="347214741" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="347214741" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:26:25 -0800 Message-Id: <8483a8$t72ir9@fmsmga005-auth.fm.intel.com> Date: 22 Dec 2022 00:26:15 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="980503421" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="980503421" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:26:15 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V7] framework/qemu_kvm: pin VM's threads to vhost CPU lcore From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221222014838.173362-1-weix.ling@intel.com> 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: , Reply-To: Wei Ling Errors-To: dts-bounces@dpdk.org On Thu, 22 Dec 2022 09:48:38 +0800, Wei Ling wrote: > 1)Pin VM's threads to vhost CPU lcore after start VM. > 2)Fix add_vm_daemon method issue. > 3)Modify the pin_threads() to pin the VM's threads to vhost CPU lcores. > > Signed-off-by: Wei Ling Reviewed-by: Lijuan Tu Applied, thanks