On 5/22/2017 10:39 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 > > --- > v2: > * rebased on next-net > * added additional comments in logs > * fixed issue with shared compilation > > 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
Hi Hemant, Overall patchset looks good to me, except minor issues I already commented. Thanks, ferruh