Re: [dpdk-dev] [PATCH] net/dpaa2: fix RSS distribution size field

2021-04-09 Thread Ferruh Yigit
On 4/8/2021 10:17 AM, Hemant Agrawal wrote: 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:

[dpdk-dev] [PATCH] net/dpaa2: fix RSS distribution size field

2021-04-08 Thread Hemant Agrawal
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: apeksha.gu...@nxp.com Signed-off-by: Hemant

[dpdk-dev] [PATCH] net/dpaa2: fix RSS distribution size field

2021-04-08 Thread Hemant Agrawal
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: apeksha.gu...@nxp.com Signed-off-by: Hemant