On 10/7/2022 4:27 AM, Gagandeep Singh wrote:
This series have list of patch for bug fixes and
some enhancements to DPAA1 and DPAA2 net drivers.
v2-change-log:
* update commit messages
* update DPAA NIC doc for kernel version matching
* update DPAA supported packet type info
* Freeing the internal pool on last device remove
* fixes syntax for some comments
Apeksha Gupta (2):
net/enetfec: fix restart issue
net/enetfec: fix buffer leak issue
Brick Yang (1):
net/dpaa2: check free enqueue descriptors before Tx
Gagandeep Singh (8):
net/dpaa: support ESP packet type in packet parsing
net/dpaa2: use internal mempool for SG table
net/dpaa2: fix buffer free on transmit SG packets
doc: add kernel version compatible information
net/dpaa: use internal mempool for SG table
bus/dpaa: mempool ops registration change
net/dpaa: fix buffer free on transmit SG packets
net/dpaa: fix buffer free in slow path
Rohit Raj (3):
bus/fslmc: add timeout in MC send command API
net/dpaa: fix Jumbo packet Rx in case of VSP
bus/dpaa: pass interface name as a string instead of pointer
Vanshika Shukla (2):
bus/dpaa: use non-block mode for FD open
net/dpaa2: fix dpdmux configuration for error behaviour
Series applied to dpdk-next-net/main, thanks.