> -----Original Message-----
> From: Yu, DapengX <[email protected]>
> Sent: Tuesday, October 26, 2021 9:56 AM
> To: Yang, Qiming <[email protected]>; Zhang, Qi Z
> <[email protected]>
> Cc: [email protected]; Wang, Haiyue <[email protected]>; Yu, DapengX
> <[email protected]>; [email protected]
> Subject: [PATCH v5] net/ice: fix function pointer in multi-process
>
> From: Dapeng Yu <[email protected]>
>
> This patch uses the index value to call the function, instead of the function
> pointer assignment to save the selection of Receive Flex Descriptor profile
> ID.
>
> Otherwise the secondary process will run with wrong function address from
> primary process.
>
> Fixes: 7a340b0b4e03 ("net/ice: refactor Rx FlexiMD handling")
> Cc: [email protected]
>
> Signed-off-by: Dapeng Yu <[email protected]>
> Acked-by: Haiyue Wang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi