91d581dc1b
HFN is set as a uint32_t but the value retrieved is uint8_t. Fixed the type casting to get the correct value. Fixes: bef594ec5cc8 ("crypto/dpaa2_sec: support PDCP offload") Fixes: af61f0750948 ("crypto/dpaa2_sec: support scatter gather for proto offloads") Cc: stable@dpdk.org Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>