net/dpaa2: fix RSS distribution size field
authorHemant Agrawal <hemant.agrawal@nxp.com>
Thu, 8 Apr 2021 09:17:43 +0000 (14:47 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 9 Apr 2021 09:00:30 +0000 (11:00 +0200)
commitb40d7062ff2e065fb617494589ee810766e12a19
tree5dc64e15ec83d1bde09b74deb1230c78ff79eac3
parent5aa67931ec0ee1d335297a8c3fec5643a57c136b
net/dpaa2: fix RSS distribution size field

RSS distribution field is U64, while the DPAA2 code
was using integer value, which is causing a issue
for MPLS having bit position 33.
This patch fixes the code to use unsigned long long.

Fixes: 1832bc8ee8d4 ("net/dpaa2: support MPLS distribution")
Cc: stable@dpdk.org
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/net/dpaa2/base/dpaa2_hw_dpni.c