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 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
> 
> V3 Change-log:
> * Release notes updated for PPFE PMD
> * Experimental APIs list added in Makefile and meson
> * Dynamic logging added
> * PPFE documentation is updated for kernel module "pfe.ko"
>   and parameter "intf" is mentioned.
> * of.h and of.c are renamed to dpaa_of.h and dpaa_of.c
> * enable PPFE compilation only in 'common_armv8a_linux'
> * PFE_CDEV_ETH_COUNT updated 2, as only 2 eth devices supported.
> * Comment updated for "pfe_us_cdev" device
> * functions prototype updated
> * intf params value check added during parsing and unwanted
>   port id checks removed.
> * unwanted dev->data memcpy removed.
> * munmap and rte_eth_dev_release_port added in error case
> * atoi replaced with strtol
> * add static to global variable g_pfe
> 
> V4 Change-log:
> * DPAA dependency removed by moving compat.h from
>   bus/dpaa/include to common/dpaax
> * Updated interface name to net_pfe in document
> * Updated driver name to PFE from PPFE everywhere
>   for consistency
> * min_mtu and max_mtu added
> 
> 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: add device start stop operations
>   net/pfe: add queue setup and release operations
>   net/pfe: add burst enqueue and dequeue operations
>   net/pfe: add supported packet types and basic statistics
>   net/pfe: add MTU and MAC address set operations
>   net/pfe: add allmulticast and promiscuous
>   net/pfe: add link status update
>   doc: add NXP PFE PMD in release notes
> 
> Hemant Agrawal (1):
>   common/dpaax: moving OF lib code from dpaa bus

Series applied to dpdk-next-net/master, thanks.

Please add web patch to announce the new PMD.

Reply via email to