From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 00/17] Generic devargs parsing Date: Sun, 09 Jul 2017 00:28:33 +0200 Message-ID: <3893726.oUZ9cfT8R6@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jan Blunck , Stephen Hemminger , Bruce Richardson To: Gaetan Rivet Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 9CF97235 for ; Sun, 9 Jul 2017 00:28:35 +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" 07/07/2017 02:04, Gaetan Rivet: > In this patchset, the representation of devices in rte_devargs is made generic > to remove some dependencies of the EAL on specific buses implementations. > Following the device types being characterized by their bus, the DEVTYPE > flags are updated not to reference virtual / PCI devices anymore. [...] > Gaetan Rivet (16): > net/bonding: properly reference PCI header > net/bnxt: properly reference PCI header > net/mlx5: properly reference PCI header > net/e1000: properly reference PCI header > net/ixgbe: properly reference PCI header > net/sfc: properly reference PCI header > app/testpmd: properly reference PCI header > test: properly reference PCI header > dev: device kernel module is a device attribute > bus: introduce bus scan policies > devargs: parse bus policies > devargs: generic device representation > net/virtio: do not reference device type > devargs: generic device types > devargs: introduce cleaner parsing helper > eal: change whitelist / blacklist command line doc > > Thomas Monjalon (1): > examples/ethtool: properly reference PCI header Series applied, except last patch (17), as explained before. Thanks