From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DD55258C3 for ; Mon, 22 Feb 2016 06:40:24 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 21 Feb 2016 21:40:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,483,1449561600"; d="scan'208";a="918183561" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by orsmga002.jf.intel.com with ESMTP; 21 Feb 2016 21:40:22 -0800 Date: Mon, 22 Feb 2016 13:41:32 +0800 From: Yuanhan Liu To: Santosh Shukla Message-ID: <20160222054132.GV21426@yliu-dev.sh.intel.com> References: <1454853068-14621-1-git-send-email-sshukla@mvista.com> <1456064281-4606-1-git-send-email-sshukla@mvista.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456064281-4606-1-git-send-email-sshukla@mvista.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v9 0/3] Add virtio support for arm/arm64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 05:40:25 -0000 On Sun, Feb 21, 2016 at 07:47:58PM +0530, Santosh Shukla wrote: > v9 patchset to support vfio infrasture for ioport, required for archs example > arm64/arm and x86. > > > For virtio inc_vector patch which is not part of v9..its under review, refer [2]. > > Follow on patch history summary, refer[1] > [1] http://comments.gmane.org/gmane.comp.networking.dpdk.devel/32821 > [2] http://dpdk.org/dev/patchwork/patch/10429/ > > Santosh Shukla (3): > eal/linux: never check iopl for arm > eal/linux: vfio: ignore mapping for ioport region > eal/linux: vfio: add pci ioport support > > lib/librte_eal/linuxapp/eal/eal.c | 2 + > lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 56 ++++++++++++++++++++++------ > 2 files changed, 46 insertions(+), 12 deletions(-) Series looks good to me: Reviewed-by: Yuanhan Liu --yliu