Re: [dpdk-dev] [PATCH v4 7/7] net/ark: Arkville PMD component integration

2017-03-28 Thread Ferruh Yigit
On 3/23/2017 10:19 PM, Ed Czeck wrote: > > On Thu, Mar 23, 2017 at 8:13 AM, Ferruh Yigit > wrote: >> > >> > >> > +static >> > +int >> >> Can be in same line. > Fixed > >> >> > +check_for_ext(struct rte_eth_dev *dev __rte_unused, >> > + struct ark_adapter

Re: [dpdk-dev] [PATCH v4 7/7] net/ark: Arkville PMD component integration

2017-03-23 Thread Ed Czeck
On Thu, Mar 23, 2017 at 8:13 AM, Ferruh Yigit wrote: > > > > > +static > > +int > > Can be in same line. Fixed > > > +check_for_ext(struct rte_eth_dev *dev __rte_unused, > > + struct ark_adapter *ark __rte_unused) > > __rte_unused can go away Fixed > Hi Ed, > > Can you give some more

Re: [dpdk-dev] [PATCH v4 7/7] net/ark: Arkville PMD component integration

2017-03-23 Thread Ferruh Yigit
On 3/23/2017 1:03 AM, Ed Czeck wrote: > * Flesh out device configuration > * Add links dev_ops > * allow dynamic extension loading > > Signed-off-by: Shepard Siegel > Signed-off-by: John Miller > Signed-off-by: Ed Czeck <...> > > int > @@ -129,8 +182,86 @@ static void eth_ark_dev_info_get(

[dpdk-dev] [PATCH v4 7/7] net/ark: Arkville PMD component integration

2017-03-22 Thread Ed Czeck
* Flesh out device configuration * Add links dev_ops * allow dynamic extension loading Signed-off-by: Shepard Siegel Signed-off-by: John Miller Signed-off-by: Ed Czeck --- drivers/net/ark/ark_ethdev.c | 712 ++- drivers/net/ark/ark_ext.h| 79 +