From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v5 00/28] remove pci driver from vdevs Date: Thu, 29 Oct 2015 12:18:21 +0000 Message-ID: <20151029121821.GC10272@bricha3-MOBL3> References: <1445621793-3630-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Bernard Iremonger Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C04845A69 for ; Thu, 29 Oct 2015 13:18:24 +0100 (CET) Content-Disposition: inline In-Reply-To: <1445621793-3630-1-git-send-email-bernard.iremonger@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" On Fri, Oct 23, 2015 at 06:36:05PM +0100, Bernard Iremonger wrote: > There is a dummy pci driver in the vdev PMD's at present. > This patch set removes the pci driver from the vdev PMD's. > Changes have been made to librte_ether to handle vdevs and pdevs in the same way. > > The following vdev PMD's have had the pci driver removed: > > null > ring > bonding > pcap > af_packet > xenvirt > mpipe > > All the pdev PMD's have been modified to copy the pci device info into eth_dev data. > Apart from the one query on patch 21, all looks ok to me. Series Acked-by: Bruce Richardson