From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A86AA14E8 for ; Thu, 10 Aug 2017 03:27:35 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Aug 2017 18:27:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,349,1498546800"; d="scan'208";a="135699021" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.120]) ([10.67.119.120]) by orsmga005.jf.intel.com with ESMTP; 09 Aug 2017 18:27:33 -0700 Message-ID: <598C316D.70602@intel.com> Date: Thu, 10 Aug 2017 18:11:57 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Jianbo Liu , dts@dpdk.org, herbert.guan@arm.com References: <1502260322-23906-1-git-send-email-jianbo.liu@linaro.org> In-Reply-To: <1502260322-23906-1-git-send-email-jianbo.liu@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] framework: add config option for vfio noiommu mode 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, 10 Aug 2017 01:27:36 -0000 Thanks, Jianbo. Applied. On 08/09/2017 02:32 PM, Jianbo Liu wrote: > Signed-off-by: Jianbo Liu > --- > framework/dts.py | 9 +++++++++ > framework/project_dpdk.py | 30 +++++++++++++++++++++++++++++- > framework/settings.py | 1 + > tools/setup.py | 2 +- > 4 files changed, 40 insertions(+), 2 deletions(-) > > diff --git a/framework/dts.py b/framework/dts.py