From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] eal: sPAPR IOMMU support in pci probing for vfio-pci in ppc64le Date: Thu, 09 Mar 2017 18:50:12 +0100 Message-ID: <5262509.jKAunkM81i@xps13> References: <000f01d29875$e142e960$a3c8bc20$@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: 'Gowrishankar' , dev@dpdk.org, 'Anatoly Burakov' To: Chao Zhu Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 4114C2B8C for ; Thu, 9 Mar 2017 18:50:14 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id v186so145171518wmd.0 for ; Thu, 09 Mar 2017 09:50:14 -0800 (PST) In-Reply-To: <000f01d29875$e142e960$a3c8bc20$@linux.vnet.ibm.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-03-09 09:38, Chao Zhu: > > From: Gowrishankar Muthukrishnan > > > > Below changes adds pci probing support for vfio-pci devices in power8. > > > > v3 - better validation for kernel not implementing few iocts called > > v2 - kernel version checked and doc updated > > > > Signed-off-by: Gowrishankar Muthukrishnan > > > > Acked-by: Chao Zhu Applied, thanks