On 8/28/2019 12:08 PM, Gagandeep Singh wrote: > 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 in this series so that > compilation by CI don't break. > > V2 Change-log: > * fix compilation break for clang3.4 and gcc 4.8 > * fix checkpatch errors > > Gagandeep Singh (12): > net/ppfe: introduce ppfe net poll mode driver > doc: add guide for ppfe net PMD > net/ppfe: support dynamic logging > net/ppfe: add HW specific macros and operations > net/ppfe: add MAC and host interface initialisation > net/ppfe: add device start stop operations > net/ppfe: add queue setup and release operations > net/ppfe: add burst enqueue and dequeue operations > net/ppfe: add supported packet types and basic statistics > net/ppfe: add MTU and MAC address set operations > net/ppfe: add allmulticast and promiscuous > net/ppfe: add link status update > > Hemant Agrawal (1): > common/dpaax: moving OF lib code from dpaa bus >
Hi Gagandeep, Hemant, There has been some ethdev API changes in next-net and driver needs to comply with them, can you please send a new version rebasing latest next-net? Meanwhile I put some comments to patches, please check them as well, I am planning to do another round on next version. Thanks, ferruh