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 D653F376D for ; Thu, 16 Jul 2015 15:54:56 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 16 Jul 2015 06:54:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,488,1432623600"; d="scan'208";a="730073316" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 16 Jul 2015 06:54:55 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t6GDsqP4006802; Thu, 16 Jul 2015 21:54:52 +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 t6GDsoWj027057; Thu, 16 Jul 2015 21:54:52 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t6GDso6v027053; Thu, 16 Jul 2015 21:54:50 +0800 From: Yong Liu To: dts@dpdk.org Date: Thu, 16 Jul 2015 21:54:43 +0800 Message-Id: <1437054888-27021-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 0/5] support virutal scenario that host drived by dpdk 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: Thu, 16 Jul 2015 13:54:57 -0000 From: Marvin Liu Host PF devices may have different behaviors between dpdk and linux default driver. This patch will support dpdk drived PF devices and create the virtual scenario based on that. User can changed host application and cores assgined. Marvin Liu (5): Support virtualization scenario that use dpdk as host PF driver Add dpdk host virtualization scenario configuration file Add new exception type for dpdk host environment failure Support start testpmd with assigned core list Skip setup host target when virtual scenario module has done it conf/scene/dpdk_vf_passthrough.cfg | 32 +++++++++++++++ framework/dts.py | 4 +- framework/exception.py | 3 ++ framework/pmd_output.py | 9 +++-- framework/virt_scene.py | 80 +++++++++++++++++++++++++++----------- 5 files changed, 101 insertions(+), 27 deletions(-) create mode 100644 conf/scene/dpdk_vf_passthrough.cfg -- 1.9.3