From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C9AADC4B2 for ; Mon, 29 Jun 2015 07:17:22 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 28 Jun 2015 22:17:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,696,1427785200"; d="scan'208";a="719366985" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 28 Jun 2015 22:17:22 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t5T5HJug019674; Mon, 29 Jun 2015 13:17:19 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t5T5HGVu028391; Mon, 29 Jun 2015 13:17:18 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t5T5HGYY028387; Mon, 29 Jun 2015 13:17:16 +0800 From: Yong Liu To: dts@dpdk.org Date: Mon, 29 Jun 2015 13:17:12 +0800 Message-Id: <1435555035-28355-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 0/3] Optimize virtual machine network topology discovery X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 05:17:23 -0000 From: Marvin Liu When host and tester on the same crb, network topology discovery routine should skipped ping from those devcies which on the same PF devices. For only qemu process known the host pci address of pass-through device, framework add support for qemu monitor session. Marvin Liu (3): Add new API for get host and VM pass-throught devices pci mapping Optimize virtual machine port map routine Refresh default VM configurations after setting VM name framework/qemu_kvm.py | 134 +++++++++++++++++++++++++++++++++++++++--------- framework/virt_base.py | 6 +++ framework/virt_dut.py | 37 +++++++------ framework/virt_scene.py | 1 + 4 files changed, 138 insertions(+), 40 deletions(-) -- 1.9.3