From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f172.google.com (mail-pf0-f172.google.com [209.85.192.172]) by dpdk.org (Postfix) with ESMTP id 4C2E168D9 for ; Tue, 23 Feb 2016 07:11:07 +0100 (CET) Received: by mail-pf0-f172.google.com with SMTP id e127so106585488pfe.3 for ; Mon, 22 Feb 2016 22:11:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mvista-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jMskYayqzS/MAuXanBow2Ut7Eoo1gQfI892IlVf9EGs=; b=goYhwceHyeQTiJgcX1fuhvFu5DUaGIbDmfP9StHlhdIpsJZ589cBlACqg/usOLfhsK cAeHWdx87QJAVmJ8Ea77ae+4fliLbGnQC1bS5DoZ6gudUD/infAFqspdRHHYSPNjqhuT tV4tmzO3gFxn1fK+yj/T+BD5Y2toRI/HMn1Og5CavJhi+1VK3BBf0J8Zub4P+MQ/lK9F QTh03NHfLy896/jnvl7S/EYuBzjIT+/FBoilA43SRC1t61YKsOnrGrn1aCx52NanTE23 m0CsWqMAEpkKGfrUG2hBit/zSpgrRyHDcp0NOzIoQHPvSVrk3ZhMsQmMyKRJX9DkHwZ9 aAZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=jMskYayqzS/MAuXanBow2Ut7Eoo1gQfI892IlVf9EGs=; b=iKacHcKyb6PF0pyyW8RUDT+QwdfsK2j16pl3WFyqFVlzMIm/l8Q9o93dY/slJoSQ5r v2n8vgzA3hYnA8OqTgkW10bJwDLgB6MHJOIo+nTBL28PJBUqS1tXaxBxpMZDDnAh/XeF lVgn9KPVIpBH9EvSxlgCE+lZB4nJuKxWJ2bGkK3DLi/W7s/MMnKOTuQtacLBKAIUo82D JWRzhC3pcxgLselCHwADc197KPiRoHx4cVeZmLjewkgGzwB41W2SOi5DE5atADh6pnxz Kap6APrmXB/gh/valuUExpz2XBUGl5iE3iiXOkl8WhlP+grJh5toEcwvL3WHYbM1lETY vo9A== X-Gm-Message-State: AG10YORV/MJxlg81SPSjNz/tRZKrGkdbfcIH16kZLx5JM0Kl1uVhBJjOz7SyQ/siiQpCSJhErBFp6lLuaL9E2kXN MIME-Version: 1.0 X-Received: by 10.98.93.211 with SMTP id n80mr44218962pfj.61.1456207866710; Mon, 22 Feb 2016 22:11:06 -0800 (PST) Received: by 10.66.12.132 with HTTP; Mon, 22 Feb 2016 22:11:06 -0800 (PST) In-Reply-To: <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> <20160222054132.GV21426@yliu-dev.sh.intel.com> Date: Tue, 23 Feb 2016 11:41:06 +0530 Message-ID: From: Santosh Shukla To: Yuanhan Liu Content-Type: text/plain; charset=UTF-8 Cc: dpdk 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: Tue, 23 Feb 2016 06:11:07 -0000 Hi Thomas, On Mon, Feb 22, 2016 at 11:11 AM, Yuanhan Liu wrote: > 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 > Request to merge this series, Thanks.