Re: [dpdk-dev] [PATCH v4 00/14] introduces pfe network PMD

2019-10-25 Thread Thomas Monjalon
10/10/2019 19:47, Ferruh Yigit: > On 10/10/2019 7:32 AM, Gagandeep Singh wrote: > > Gagandeep Singh (13): > > net/pfe: introduce pfe net poll mode driver > > doc: add guide for pfe net PMD > > net/pfe: support dynamic logging > > net/pfe: add HW specific macros and operations > > net/pfe:

Re: [dpdk-dev] [PATCH v4 00/14] introduces pfe network PMD

2019-10-10 Thread Ferruh Yigit
On 10/10/2019 7:32 AM, Gagandeep Singh wrote: > This series introduces pfe (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 PFE also uses the > same library for getting information f

Re: [dpdk-dev] [PATCH v4 00/14] introduces pfe network PMD

2019-10-10 Thread Ferruh Yigit
On 10/10/2019 8:11 AM, Thomas Monjalon wrote: > 10/10/2019 08:32, Gagandeep Singh: >> Gagandeep Singh (13): >> net/pfe: introduce pfe net poll mode driver >> doc: add guide for pfe net PMD >> net/pfe: support dynamic logging >> net/pfe: add HW specific macros and operations >> net/pfe: ad

Re: [dpdk-dev] [PATCH v4 00/14] introduces pfe network PMD

2019-10-10 Thread Thomas Monjalon
10/10/2019 08:32, Gagandeep Singh: > Gagandeep Singh (13): > net/pfe: introduce pfe net poll mode driver > doc: add guide for pfe net PMD > net/pfe: support dynamic logging > net/pfe: add HW specific macros and operations > net/pfe: add MAC and host interface initialisation > net/pfe: a

[dpdk-dev] [PATCH v4 00/14] introduces pfe network PMD

2019-10-09 Thread Gagandeep Singh
This series introduces pfe (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 PFE also uses the same library for getting information from the device tree. This patch is included in this series