From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH dpdk v2] vfio/ppc64/spapr: Use correct structures for add/remove windows Date: Sun, 30 Apr 2017 19:47:10 +0200 Message-ID: <4898294.tk0vRyWIv9@xps> References: <20170426080641.23676-1-aik@ozlabs.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Burakov, Anatoly" To: Alexey Kardashevskiy Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 39CA86DCC for ; Sun, 30 Apr 2017 19:47:12 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/04/2017 10:15, Burakov, Anatoly: > > > > If Linux UAPI headers in the system do not have > > VFIO_SPAPR_TCE_v2_IOMMU defined, DPDK define necessary structures > > itself. However the existing definitions are different from ones pushed to > > the mainline kernel. > > > > This copies structures passed via VFIO_IOMMU_SPAPR_TCE_CREATE and > > VFIO_IOMMU_SPAPR_TCE_REMOVE ioctls. > > > > No change in behaviour is expected if installed linux UAPI headers have > > knowledge of VFIO_SPAPR_TCE_v2_IOMMU. > > > > Signed-off-by: Alexey Kardashevskiy > > That was quite an oversight on my part!.. > > Acked-by: Anatoly Burakov Applied, thanks