On 1/12/2022 6:05 AM, Hemant Agrawal wrote:
On 1/3/2022 3:31 PM, nipun.gu...@nxp.com wrote:
From: Nipun Gupta <nipun.gu...@nxp.com>
This series adds few features and important fixes on DPAA,
PFE and ENETC devices.
Features added:
- level 2 support for shaping on DPAA2
- loopback configuration for DPNI devices on DPAA2
- Multiple TXQ's enqueue for ordered queues for performance
- VFs support on ENETC
Fixes:
- fix unregistering interrupt handler on DPAA2
- fix timestamping for IEEE1588 on DPAA1
Changes in v2:
- fix checkpatch errors
Changes in v3:
- remove unrequired PFE HW checksum patch
- use predefined API for adding delay
- use macro value for allocating mbuf in event
Apeksha Gupta (1):
net/pfe: remove setting unused value
Gagandeep Singh (3):
net/dpaa2: add support for level 2 in traffic management
net/enetc: add support for VFs
net/pfe: reduce driver initialization time
Jun Yang (4):
net/dpaa2: support multiple txqs en-queue for ordered
net/dpaa2: secondary process handling for dpni
bus/fslmc: add and scan dprc devices
net/dpaa2: support recycle loopback port
Nipun Gupta (4):
bus/fslmc: update MC to 10.29
bus/fslmc: use dmb oshst for synchronization before I/O
net/dpaa: check status before configuring shared MAC
net/dpaa: enable checksum for shared MAC interface
Rohit Raj (1):
net/dpaa2: warn user in case of high nb desc
Vanshika Shukla (2):
net/dpaa2: fix unregistering interrupt handler
net/dpaa2: fix timestamping for IEEE1588
Series-
Acked-by: Hemant Agrawal <hemant.agra...@nxp.com>
Series applied to dpdk-next-net/main, thanks.