Re: [dpdk-dev] [PATCH v6 06/14] net/avp: device configuration

2017-03-29 Thread Ferruh Yigit
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 > Signed-off-by: Matt Peters <...> > RTE_PMD_REGISTER_PCI(rte_avp, rte_avp_pmd.pci_drv); > RTE_PMD_REGISTER_PCI_TABLE(

[dpdk-dev] [PATCH v6 06/14] net/avp: device configuration

2017-03-28 Thread Allain Legacy
Adds support for "dev_configure" operations to allow an application to configure the device. Signed-off-by: Allain Legacy Signed-off-by: Matt Peters --- doc/guides/nics/features/avp.ini | 4 + drivers/net/avp/avp_ethdev.c | 241 +++ 2 files changed, 245