Re: [dpdk-dev] [PATCH v2 02/13] net/ppfe: introduce ppfe net poll mode driver

2019-10-01 Thread Gagandeep Singh
Hi Ferruh, I have incorporated most of your comments in V3 of this series. I'll send the series by today. For those, which will not be included in this version, I have added some comments, please see inline. > <...> > > > + > > +/* for link status and IOCTL support using pfe character device >

Re: [dpdk-dev] [PATCH v2 02/13] net/ppfe: introduce ppfe net poll mode driver

2019-09-26 Thread Ferruh Yigit
On 8/28/2019 12:08 PM, Gagandeep Singh wrote: > ppfe (programmable packet forwarding engine) > is a network poll mode driver for NXP SoC > ls1012a. > > This patch introduces the framework of ppfe > driver with basic functions of initialisation > and teardown. > > Signed-off-by: Gagandeep Singh >

[dpdk-dev] [PATCH v2 02/13] net/ppfe: introduce ppfe net poll mode driver

2019-08-28 Thread Gagandeep Singh
ppfe (programmable packet forwarding engine) is a network poll mode driver for NXP SoC ls1012a. This patch introduces the framework of ppfe driver with basic functions of initialisation and teardown. Signed-off-by: Gagandeep Singh Signed-off-by: Akhil Goyal Acked-by: Nipun Gupta --- MAINTAINE