Re: [PATCH v4 00/20] NXP DPAA2 PMD functional enhancements
From: Ferruh Yigit <hidden>
Date: 2017-05-26 08:47:49
On 5/26/2017 7:51 AM, Hemant Agrawal wrote:
This patchset adds following features to DPAA2 PMD: 1. improved error handling 2. parallel RX DQ requests to improve performance 3. Support for various ethdev operations 4. enable jumbo frames --- v4: * rebased on next-net * fixed alignment issues * added FW-version in dpaa2.ini v3: * rebased on next-net * added additional comments in logs * fixed issue with shared compilation v2: * rebased on next-net * added additional functional patches Hemant Agrawal (20): mk: change to cortex-a72 net/dpaa2: remove port level buffer layout definition net/dpaa2: stop using software annotation net/dpaa2: improve the error handling in dev init bus/fslmc: support for parallel Rx DQ requests net/dpaa2: support parallel Rx in eth pmd bus/fslmc: export qbman results in map file net/dpaa2: add support for congestion notification net/dpaa2: add support for tail drop on queue bus/fslmc: update TAILQ usages in dpaa2 objects net/dpaa2: add support for MAC address filtering net/dpaa2: add support for multicast promiscuous mode net/dpaa2: add support for VLAN filter and offload net/dpaa2: add support for VLAN strip net/dpaa2: add link status config support net/dpaa2: add support for flow control net/dpaa2: configure jumbo frames bus/fslmc: add support to detect soc version net/dpaa2: add support for Firmware Version get bus/fslmc: reducing the debug log messages
Series applied to dpdk-next-net/master, thanks.