From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=YY/2qZzIPJPCtXysDJJTURtymKF63lC0Tp5IXFoLPY8=; b=BzkSKkWXk40BskjZlbD+YM6yO5U+rqFTTh6A9KBdkT3KcaNu5xFCbaaJHtwWZVff1l iWQ9CIFwZVzKR5P05TL04ixYFJA6ohdEQnYHckpZMAvt2rsS9qjISpcbdnOHDItI5fF4 AyNqFM7FsXWU2nNscQ8l63Rzg/njuPaEsy1D3I5ff1byLbylCVYaoSE373BgQNMNAVA0 70mZxCcej2FesXq8BzJLGRh/v3DQJwFBGzwYi9hb9G4SayBuqbpu9Aq16DVEqjP/7ivY iJQ2IzpdBjWumsTIK60EoFA46B4AujqDmlXRh7AbvNR3l6vB08/FTlXu36RlpIjIZGfK 7YeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=YY/2qZzIPJPCtXysDJJTURtymKF63lC0Tp5IXFoLPY8=; b=SAXDG50UwuLcn11q1GdziVXAh0UgdUWtF6HbP9EUJ4gYIUpWPCyhZgDSaL79gvFis/ 8d7fPVodWJ1+lEtMbMpyaAwOrRstfomdNPSTUtjnSnwVzw7t1tgqP7O8m2UYzqhN5y9m RNYH5ZCTMOflavOshxdvcff07gJ/YFtTBbeWd2J1CeOgwrVgTRt1qSAkxHYSla6+4Pnc A+JkA1Q/6p5XXV3dQZuCre9K/lrmhtUJxrJFtXqPOBa43+Wpe5nVKLuHEZumLHd3itO0 MB99YGI1vhZ7iGXH+pzcizVpb7SdQaXGkT4CAKEieOHx/ajpZQ2vV77yT79mBlp38ovS 1ECg== X-Gm-Message-State: AG10YOTZQF+SbNIHcsWlPggFnH6xlCbEu9INcUNekuTHfB5tc25vWMlE45k69spmMwMmTNHY X-Received: by 10.28.59.212 with SMTP id i203mr22341204wma.69.1456310827941; Wed, 24 Feb 2016 02:47:07 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id e14sm2825524wmi.21.2016.02.24.02.47.06 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Feb 2016 02:47:07 -0800 (PST) From: Thomas Monjalon To: Santosh Shukla Date: Wed, 24 Feb 2016 11:45:33 +0100 Message-ID: <4172364.DtFsca948f@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) 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> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Wed, 24 Feb 2016 10:47:08 -0000 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