On 8/1/2024 11:52 AM, Hemant Agrawal wrote: > From: Rohit Raj <rohit....@nxp.com> > > Avoid typecasting ch_id to u32 and passing it to another API since it > can corrupt other data. Instead, create new u32 variable and typecase > it back to u16 after it gets updated by the API. >
Ack on the issue and the solution. > NXP CID: 27996293 > internal tracking id can be dropped > Fixes: 0c504f6950b6 ("net/dpaa: support push mode") > Cc: hemant.agra...@nxp.com > Cc: sta...@dpdk.org > > Signed-off-by: Rohit Raj <rohit....@nxp.com> > <...>