Re: [dpdk-dev] [PATCH v3 07/14] net/ppfe: add device start stop operations

2019-10-08 Thread Gagandeep Singh
> -Original Message- > From: Ferruh Yigit > Sent: Friday, October 4, 2019 9:13 PM > To: Gagandeep Singh ; dev@dpdk.org > Cc: tho...@monjalon.net; Akhil Goyal > Subject: Re: [PATCH v3 07/14] net/ppfe: add device start stop operations > > On 10/1/2019 12:02 PM, Gagandeep Singh wrote: > >

Re: [dpdk-dev] [PATCH v3 07/14] net/ppfe: add device start stop operations

2019-10-04 Thread Ferruh Yigit
On 10/1/2019 12:02 PM, Gagandeep Singh wrote: > This patch adds device start, stop and close > operations. > > Signed-off-by: Gagandeep Singh > Signed-off-by: Akhil Goyal > Acked-by: Nipun Gupta <...> > +static int > +pfe_eth_info(struct rte_eth_dev *dev, > + struct rte_eth_dev_in

[dpdk-dev] [PATCH v3 07/14] net/ppfe: add device start stop operations

2019-10-01 Thread Gagandeep Singh
This patch adds device start, stop and close operations. Signed-off-by: Gagandeep Singh Signed-off-by: Akhil Goyal Acked-by: Nipun Gupta --- drivers/net/ppfe/Makefile | 2 +- drivers/net/ppfe/pfe_eth.h | 1 + drivers/net/ppfe/pfe_hif.c | 139 + drivers/net/ppfe/pfe