From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: add option to force IOVA as PA mode Date: Thu, 30 Nov 2017 10:17:52 +0100 Message-ID: <2600590.OO5gESNU7Y@xps> References: <20171130025739.4349-1-3chas3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, anatoly.burakov@intel.com, Chas Williams To: Chas Williams <3chas3@gmail.com> Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 27CC22A62 for ; Thu, 30 Nov 2017 10:17:57 +0100 (CET) In-Reply-To: <20171130025739.4349-1-3chas3@gmail.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 30/11/2017 03:57, Chas Williams: > From: Chas Williams > > The IOMMU in some machines report that they can only support > limited widths. IOVA virtual addresses may exceed this width > making the use of IOVA virtual addresses difficult. The option > CONFIG_RTE_LIBRTE_USE_PHYS_IOVA can used to force IOVA physical > address usage. Which machines are you talking about? A run-time option may be a better solution.