soc: fsl: dpio: Add prefetch instruction
authorIoana Ciocoi Radulescu <ruxandra.radulescu@nxp.com>
Fri, 14 Dec 2018 16:04:05 +0000 (16:04 +0000)
committerLi Yang <leoyang.li@nxp.com>
Fri, 11 Jan 2019 21:06:54 +0000 (15:06 -0600)
commitf1e250bf365962519c96a1255b2fe34b6c0d6c60
treedcb0aecc6a476ade4441825c84c00ebfc2d804af
parentafb77422819ff60612e9b7d36461b9b2bc8e038e
soc: fsl: dpio: Add prefetch instruction

In dpaa2_io_store_next(), if the current dequeue entry is not
the last, prefetch the next one as most likely it will be
requested shortly by the consumer driver.

This brings a ~3% improvement for dpaa2 ethernet driver
IP forwarding with small size frames.

Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/dpio/dpio-service.c