2014-04-11 09:36, Olivier Matz: > The name "nonpci_devs" for virtual devices is ambiguous as a physical > device can also be non-PCI (ex: usb, sata, ...). A better name for this > file is "vded" as it only deals with virtual devices. > > This patch doesn't introduce any change except renaming. > > Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
You probably should change the BSD Makefile also: lib/librte_eal/bsdapp/eal/Makefile:SRCS-$(CONFIG_RTE_LIBRTE_EAL_BSDAPP) += eal_common_nonpci_devs.c Thanks -- Thomas