Re: [dpdk-dev] [PATCH v2 08/15] net/avp: device initialization

2017-03-01 Thread Legacy, Allain
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > > +/* Ethernet device validation marker */ #define > RTE_AVP_ETHDEV_MAGIC > > +0x92972862 > > I think, we don't need to add RTE_ for internal flags and PMD APIs etc. Ok, will rename. > > +/* 32-bit MMIO reg

Re: [dpdk-dev] [PATCH v2 08/15] net/avp: device initialization

2017-02-28 Thread Jerin Jacob
On Sun, Feb 26, 2017 at 02:08:56PM -0500, Allain Legacy wrote: > Adds support for initialization newly probed AVP PCI devices. Initial > queue translations are setup in preparation for device configuration. > > Signed-off-by: Allain Legacy > Signed-off-by: Matt Peters > --- > drivers/net/avp/a

[dpdk-dev] [PATCH v2 08/15] net/avp: device initialization

2017-02-26 Thread Allain Legacy
Adds support for initialization newly probed AVP PCI devices. Initial queue translations are setup in preparation for device configuration. Signed-off-by: Allain Legacy Signed-off-by: Matt Peters --- drivers/net/avp/avp_ethdev.c | 757 +++ 1 file changed