> -----Original Message-----
> From: Steve Yang <stevex.y...@intel.com>
> Sent: Monday, February 28, 2022 5:49 PM
> To: dev@dpdk.org
> Cc: Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei
> <beilei.x...@intel.com>; Yang, Qiming <qiming.y...@intel.com>; Yang,
> SteveX <stevex.y...@intel.com>; sta...@dpdk.org
> Subject: [PATCH v1] net/iavf: fix function pointer in multi-process
>
> 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: 12b435bf8f2f ("net/iavf: support flex desc metadata extraction")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Steve Yang <stevex.y...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi