bus/dpaa: fix buffer offset setting in FMAN
authorHemant Agrawal <hemant.agrawal@nxp.com>
Fri, 6 Jul 2018 08:10:00 +0000 (13:40 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 12 Jul 2018 12:32:37 +0000 (14:32 +0200)
commit0975e5df8380b82fd74997997221447e565efc2b
tree3ee1bd783d8c105164cd5822c2be9f5a90f31ae4
parent28aca20e98d3c83ac7525924213c7871738bb803
bus/dpaa: fix buffer offset setting in FMAN

The buffer offset was incorrectly being set at 64,
thus not honoring the packet headroom.

Fixes: 6d6b4f49a155 ("bus/dpaa: add FMAN hardware operations")
Cc: stable@dpdk.org
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
drivers/bus/dpaa/base/fman/fman_hw.c