From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 00/28] remove pci driver from vdevs Date: Fri, 30 Oct 2015 16:21:34 +0100 Message-ID: <1777159.x2ndGBQgqJ@xps13> References: <1446217733-9887-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bernard Iremonger Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 72B5291FA for ; Fri, 30 Oct 2015 16:22:45 +0100 (CET) Received: by wicfx6 with SMTP id fx6so12833306wic.1 for ; Fri, 30 Oct 2015 08:22:45 -0700 (PDT) In-Reply-To: <1446217733-9887-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" 2015-10-30 15:08, Bernard Iremonger: > Changes in v7: > rebase to latest code. Please Bernard, be kind and change the status of your previous patchset. I'm tired to do it for 28 patches each time you rebase. By the way, it is not needed to do a patch per driver when it is the same oneliner without any explanation message. > Bernard Iremonger (28): > librte_eal: add RTE_KDRV_NONE for vdevs > librte_ether: add fields from rte_pci_driver to rte_eth_dev_data > librte_ether: add function rte_eth_copy_dev_info > ixgbe: copy pci device info to eth_dev data > e1000: copy pci device info to eth_dev data > i40e: copy pci device info to eth_dev data > fm10k: copy pci device info to eth_dev data > bnx2x: copy pci device info to eth_dev data > cxgbe: copy pci device info to eth_dev data > enic: copy pci device info to eth_dev data > mlx4: copy pci device info to eth_dev data > virtio: copy pci device info to eth_dev data > vmxnet3: copy pci device info to eth_dev data > null: copy device info to eth_dev data > ring: copy device info to eth_dev data > pcap: copy device info to eth_dev data > af_packet: copy device info to eth_dev data > xenvirt: copy device info to eth_dev data > mpipe: copy device info to eth_dev data > bonding: copy device info to eth_dev data > librte_ether: remove branches on pci_dev > null: remove pci device > ring: remove pci device > pcap: remove pci device > af_packet: remove pci device > xenvirt: remove pci device > mpipe: remove pci device > bonding: remove pci device