Re: [dpdk-dev] [PATCH v1 00/13] introduces ppfe network PMD

2019-08-27 Thread Gagandeep Singh
Hi Ferruh, > Subject: [PATCH v1 00/13] introduces ppfe network PMD > > This series introduces ppfe (programmable packet > forwarding engine) network poll mode driver for > NXP SoC ls1012a. > > First patch of this series move OF library code from > dpaa bus to a common folder as PPFE also uses th

[dpdk-dev] [PATCH v1 00/13] introduces ppfe network PMD

2019-08-26 Thread Gagandeep Singh
This series introduces ppfe (programmable packet forwarding engine) network poll mode driver for NXP SoC ls1012a. First patch of this series move OF library code from dpaa bus to a common folder as PPFE also uses the same library for getting information from the device tree. This patch is included