Re: [dpdk-dev] [PATCH v4] net/ice: fix function pointer in multi-process

2021-10-24 Thread Wang, Haiyue
> -Original Message- > From: Yu, DapengX > Sent: Monday, October 25, 2021 13:40 > To: Yang, Qiming ; Zhang, Qi Z > Cc: dev@dpdk.org; Wang, Haiyue ; Yu, DapengX > ; > sta...@dpdk.org > Subject: [PATCH v4] net/ice: fix function pointer in multi-process > > From: Dapeng Yu > > This patch

[dpdk-dev] [PATCH v4] net/ice: fix function pointer in multi-process

2021-10-24 Thread dapengx . yu
From: Dapeng Yu 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: