From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 0/3] Add virtio support for arm/arm64 Date: Wed, 24 Feb 2016 11:45:33 +0100 Message-ID: <4172364.DtFsca948f@xps13> References: <1454853068-14621-1-git-send-email-sshukla@mvista.com> <1456064281-4606-1-git-send-email-sshukla@mvista.com> <20160222054132.GV21426@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Santosh Shukla Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 15E092BB5 for ; Wed, 24 Feb 2016 11:47:08 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id g62so23726073wme.0 for ; Wed, 24 Feb 2016 02:47:08 -0800 (PST) In-Reply-To: <20160222054132.GV21426@yliu-dev.sh.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-02-22 13:41, Yuanhan Liu: > 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 Applied, thanks