Re: [dpdk-dev] [PATCH v4 07/17] net/avp: driver registration

2017-03-16 Thread Legacy, Allain
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Thursday, March 16, 2017 10:53 AM <...> > I am for removing static function declarations by reordering functions, and > for this case even reordering not required I think, you can remove them. Ok. Will do

Re: [dpdk-dev] [PATCH v4 07/17] net/avp: driver registration

2017-03-16 Thread Ferruh Yigit
On 3/13/2017 7:16 PM, Allain Legacy wrote: > Adds the initial framework for registering the driver against the support > PCI device identifiers. > > Signed-off-by: Allain Legacy > Signed-off-by: Matt Peters <...> > +static int eth_avp_dev_init(struct rte_eth_dev *eth_dev); > +static int eth_av