On 8/29/2019 11:27 AM, Sachin Saxena wrote: > This patch set adds following enhancements: > 1. IEEE1588 support in net/dpaa2 > 2. Interrupt support in net/dpaa > 3. Support multi vfio group in fsl-mc bus > 4. Taildrop support on frame count basis > 5. Soft parser driver in net/dpaa2 > 6. Enhanced debug information > > --- > v2 Change-log: > * Fixed compilation break with gcc-4.8 on x86 platform > > Hemant Agrawal (14): > bus/dpaa: fix DPAA SEC blacklist case > net/dpaa: improve the Rx offload debug message > net/dpaa: reduce debug messages > net/dpaa2: improve the Rx offload debug message > common/dpaax: reduce debug mesages > mempool/dpaa: reduce debug messages > net/dpaa2: realign Rx offload support types > net/dpaa2: enable Rx offload for timestamp > net/dpaa2: support L2 payload based RSS distribution > net/dpaa2: add taildrop support on frame count basis > net/dpaa2: add cgr counters in xtra stats > net/dpaa2: add support for config max Rx length in HW > net/dpaa2: support dpdmux classification on eth type > bus/fslmc: support multi vfio group > > Nipun Gupta (6): > bus/dpaa: remove un-necessary thread affinity > bus/dpaa: decouple fq portal alloc and init > net/dpaa: support Rx interrupt handler > net/dpaa: support for Rx interrupt enable and disable > net/dpaa: add SG support in Tx for non DPAA buffer > net/dpaa2: add optional non-prefetch Rx mode > > Priyanka Jain (4): > net/dpaa2: add Tx confirmation mode support > net/dpaa2: add timestamp support > net/dpaa2: add dprtc sub-module > net/dpaa2: add ptp driver > > Sachin Saxena (1): > net/dpaa2: use LFQIDs in Tx instead of qdid > > Shreyansh Jain (3): > bus/fslmc: update PA-VA dpaax library only in PA mode > bus/fslmc: check for Dma map in primary process only > net/dpaa2: support separate MC portal per process > > Sunil Kumar Kori (2): > net/dpaa2: add support for soft parser in MC > net/dpaa2: add soft parser driver
Series applied to dpdk-next-net/master, thanks.