From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v2 2/2] eal: force IOVA to particular mode Date: Wed, 26 Sep 2018 13:43:28 +0100 Message-ID: <7cc37d83-e113-6291-13ec-cd96fed435d3@intel.com> References: <1537297807-19584-1-git-send-email-eric.zhang@windriver.com> <1537297807-19584-2-git-send-email-eric.zhang@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Allain.Legacy@windriver.com, Matt.Peters@windriver.com To: eric zhang , santosh.shukla@caviumnetworks.com Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6E0941B3F5 for ; Wed, 26 Sep 2018 14:50:22 +0200 (CEST) In-Reply-To: <1537297807-19584-2-git-send-email-eric.zhang@windriver.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 18-Sep-18 8:10 PM, eric zhang wrote: > This patch uses EAL option "--iova-mode" to force the IOVA mode to a > particular value. There exists virtual devices that are not directly > attached to the PCI bus, and therefore the auto detectioni of the IOVA > mode based on probing the PCI bus and IOMMU configuration may not > report the required addressing mode. Using the EAL option permits the > mode to be explicitly configured in this scenario. > > Signed-off-by: eric zhang > > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly