Re: [dpdk-dev] [PATCH 02/37] net/dpaa: fix fd offset data type

2020-05-27 Thread Akhil Goyal
> From: Nipun Gupta > > On DPAA fd offset is 9 bits, but we are using uint8_t in the > SG case. This patch fixes the same. > Fixes: 8cffdcbe85aa ("net/dpaa: support scattered Rx") > Cc: sta...@dpdk.org > > Signed-off-by: Nipun Gupta > --- Acked-by: Akhil Goyal

[dpdk-dev] [PATCH 02/37] net/dpaa: fix fd offset data type

2020-05-27 Thread Hemant Agrawal
From: Nipun Gupta On DPAA fd offset is 9 bits, but we are using uint8_t in the SG case. This patch fixes the same. Fixes: 8cffdcbe85aa ("net/dpaa: support scattered Rx") Cc: sta...@dpdk.org Signed-off-by: Nipun Gupta --- drivers/net/dpaa/dpaa_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 de