From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 29 Oct 2015 05:18:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,214,1444719600"; d="scan'208";a="806449731" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.63]) by orsmga001.jf.intel.com with SMTP; 29 Oct 2015 05:18:22 -0700 Received: by (sSMTP sendmail emulation); Thu, 29 Oct 2015 12:18:21 +0025 Date: Thu, 29 Oct 2015 12:18:21 +0000 From: Bruce Richardson To: Bernard Iremonger 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 Content-Disposition: inline In-Reply-To: <1445621793-3630-1-git-send-email-bernard.iremonger@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 00/28] remove pci driver from vdevs 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: Thu, 29 Oct 2015 12:18:25 -0000 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