From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 06/11] vdev: rename eal_common_nonpci_devs.c as eal_common_vdev.c Date: Thu, 10 Apr 2014 16:39:04 +0200 Message-ID: <2329281.9S2dNLIOMh@xps13> References: <1393608350-4431-1-git-send-email-olivier.matz@6wind.com> <1393608350-4431-7-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Olivier Matz Return-path: In-Reply-To: <1393608350-4431-7-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-02-28 18:25, Olivier Matz: > The name "nonpci" for virtual devices is ambiguous. A physical device > can be non-PCI (ex: usb, sata, ...). This file only deal with virtual > devices so rename it to avoid confusion. > > Signed-off-by: Olivier Matz > --- a/lib/librte_eal/common/Makefile > +++ b/lib/librte_eal/common/Makefile > @@ -38,7 +38,7 @@ INC += rte_pci_dev_ids.h rte_per_lcore.h rte_prefetch.h > rte_random.h INC += rte_rwlock.h rte_spinlock.h rte_tailq.h > rte_interrupts.h rte_alarm.h INC += rte_string_fns.h rte_cpuflags.h > rte_version.h rte_tailq_elem.h INC += rte_eal_memconfig.h rte_malloc_heap.h > -INC += rte_hexdump.h rte_devargs.h > +INC += rte_hexdump.h rte_devargs.h rte_vdev.h You are adding vdev.h. It should be in patch 07/11. Please re-submit a new version for them. -- Thomas