Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: fsl: dpio: enable frame data cache stashing per software portal

Enable cache stashing on the frame data dequeued using this software
portal. Also, enable dropping a stash request transaction when the
target request queue is almost full.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>

authored by

Ioana Ciornei and committed by
Li Yang
390bf02d ae23a0fe

+2 -2
+2 -2
drivers/soc/fsl/dpio/qbman-portal.c
··· 169 169 3, /* RPM: Valid bit mode, RCR in array mode */ 170 170 2, /* DCM: Discrete consumption ack mode */ 171 171 3, /* EPM: Valid bit mode, EQCR in array mode */ 172 - 0, /* mem stashing drop enable == FALSE */ 172 + 1, /* mem stashing drop enable == TRUE */ 173 173 1, /* mem stashing priority == TRUE */ 174 - 0, /* mem stashing enable == FALSE */ 174 + 1, /* mem stashing enable == TRUE */ 175 175 1, /* dequeue stashing priority == TRUE */ 176 176 0, /* dequeue stashing enable == FALSE */ 177 177 0); /* EQCR_CI stashing priority == FALSE */