From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/2] eal: add eal option to configure iova mode Date: Tue, 2 Oct 2018 09:30:41 +0100 Message-ID: <5ffe1824-6b47-f54a-fac3-f413bc04686e@intel.com> References: <1537297807-19584-1-git-send-email-eric.zhang@windriver.com> <8d78b625-8366-d033-86ca-7264b0405b77@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Allain.Legacy@windriver.com, Matt.Peters@windriver.com To: Eric Zhang , "Burakov, Anatoly" , santosh.shukla@caviumnetworks.com Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3545B2BF9 for ; Tue, 2 Oct 2018 10:30:44 +0200 (CEST) In-Reply-To: <8d78b625-8366-d033-86ca-7264b0405b77@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 10/1/2018 5:00 PM, Eric Zhang wrote: > > > On 09/26/2018 08:42 AM, Burakov, Anatoly wrote: >> On 18-Sep-18 8:10 PM, eric zhang wrote: >>> From: Santosh Shukla >>> >>> In the case of user don't want to use bus iova scheme and want >>> to override. >>> >>> For that, Adding eal option --iova-mode= where valid input >>> string is 'pa' or 'va'. >>> >>> Signed-off-by: Santosh Shukla >>> Signed-off-by: Jerin Jacob >>> --- >> >> Needs documentation update in Programmer's Guide to explain why such a >> thing might be needed, and update EAL parameter guides. >> >> For the patch itself, >> Acked-by: Anatoly Burakov > Thanks Anatoly. Documentations were updated and patch is at > http://patchwork.dpdk.org/patch/45785/. Would you please give a review? I suggest sending a new version of this patchset with that patch included, instead of two separate patches. Makes life easy for people that needs to follow that dependency and good for keeping record for future.