The first two patches enable cache stashing and configure the core cluster destination per software portal while the third patch is the one configuring the amount of stashing on a queue.
Ioana Ciornei (3): soc: fsl: dpio: enable frame data cache stashing per software portal soc: fsl: dpio: configure cache stashing destination dpaa2-eth: configure the cache stashing amount on a queue drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 7 +++- drivers/soc/fsl/Kconfig | 1 + drivers/soc/fsl/dpio/dpio-cmd.h | 5 +++ drivers/soc/fsl/dpio/dpio-driver.c | 52 ++++++++++++++++++++++++ drivers/soc/fsl/dpio/dpio.c | 16 ++++++++ drivers/soc/fsl/dpio/dpio.h | 5 +++ drivers/soc/fsl/dpio/qbman-portal.c | 4 +- 7 files changed, 87 insertions(+), 3 deletions(-) -- 1.9.1