[PATCH 02/17] net/dpaa: fix typecasting ch ID to u32
Ferruh Yigit
ferruh.yigit at amd.com
Wed Aug 7 17:37:17 CEST 2024
On 8/1/2024 11:52 AM, Hemant Agrawal wrote:
> From: Rohit Raj <rohit.raj at 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.agrawal at nxp.com
> Cc: stable at dpdk.org
>
> Signed-off-by: Rohit Raj <rohit.raj at nxp.com>
>
<...>
More information about the stable
mailing list