On 3/28/2017 12:54 PM, Allain Legacy wrote: > Adds support for "dev_configure" operations to allow an application to > configure the device. > > Signed-off-by: Allain Legacy <allain.leg...@windriver.com> > Signed-off-by: Matt Peters <matt.pet...@windriver.com>
<...> > RTE_PMD_REGISTER_PCI(rte_avp, rte_avp_pmd.pci_drv); > RTE_PMD_REGISTER_PCI_TABLE(rte_avp, pci_id_avp_map); Defined net device naming is "net_xxx", for this case it should be "net_avp", instead of rte_avp. Since there is no other outstanding issue for the PMD, I will fix this while applying.