mbox series

[v4,0/8] DPAA specific fixes

Message ID 20240709100505.2476972-1-vanshika.shukla@nxp.com (mailing list archive)
Headers
Series DPAA specific fixes |

Message

Vanshika Shukla July 9, 2024, 10:04 a.m. UTC
From: Vanshika Shukla <vanshika.shukla@nxp.com>

This series includes fixes for NXP DPAA drivers.

V4 changes:
Removed \n from debug prints in "cache free optimization" patch.
Added fixline for "restrict MTU config for shared intf" patch.
Added CID for "fix resource leak in variable dev" patch.

V3 changes:
Fixed compilation issue for "restrict MTU config for shared intf" patch.
Added back "mempool/dpaax: cache free optimization" patch.

V2 changes:
Removed "mempool/dpaax: cache free optimization" patch.

Apeksha Gupta (2):
  bus/dpaa: fix resource leak in variable dev
  common/dpaax: fix array overrun issue

Gagandeep Singh (3):
  bus/dpaa: fix bus scan for DMA devices
  common/dpaax: fix IOVA table cleanup
  bus/dpaa: remove unused code

Rohit Raj (2):
  bus/dpaa: remove redundant file descriptor check
  net/dpaa: restrict MTU config for shared intf

Sachin Saxena (1):
  mempool/dpaax: cache free optimization

 drivers/bus/dpaa/base/qbman/process.c    |  7 ++---
 drivers/bus/dpaa/base/qbman/qman.c       | 31 ----------------------
 drivers/bus/dpaa/dpaa_bus.c              |  5 +++-
 drivers/bus/dpaa/include/fsl_qman.h      | 31 ----------------------
 drivers/bus/dpaa/version.map             |  1 -
 drivers/common/dpaax/dpaax_iova_table.c  | 13 +++++-----
 drivers/mempool/dpaa/dpaa_mempool.c      | 16 +++++++++++-
 drivers/mempool/dpaa2/dpaa2_hw_mempool.c | 15 +++++++++++
 drivers/net/dpaa/dpaa_ethdev.c           | 33 ++++++++++++++++++++++--
 9 files changed, 75 insertions(+), 77 deletions(-)
  

Comments

David Marchand July 9, 2024, 12:05 p.m. UTC | #1
Addressed
On Tue, Jul 9, 2024 at 12:05 PM <vanshika.shukla@nxp.com> wrote:
>
> From: Vanshika Shukla <vanshika.shukla@nxp.com>
>
> This series includes fixes for NXP DPAA drivers.
>
> V4 changes:
> Removed \n from debug prints in "cache free optimization" patch.
> Added fixline for "restrict MTU config for shared intf" patch.
> Added CID for "fix resource leak in variable dev" patch.

After looking at coverity, I quickly found one other patch that matches a CID.
Please, do me a favor, and reference the CID in all relevant fixes...