On 8/1/2024 11:52 AM, Hemant Agrawal wrote:
From: Rohit Raj <redacted>
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.agrawal@nxp.com
Cc: stable@dpdk.org
Signed-off-by: Rohit Raj <redacted>
<...>