Hi, Whether this fix is applicable for VF? I do not see this change ported to VF in DPDK-20.11.4. Thanks, Navin Srinivas On Wed, Oct 27, 2021 at 8:58 AM Zhang, Qi Z wrote: > > > > -----Original Message----- > > From: Yu, DapengX > > Sent: Tuesday, October 26, 2021 9:56 AM > > To: Yang, Qiming ; Zhang, Qi Z > > > > Cc: dev@dpdk.org; Wang, Haiyue ; Yu, DapengX > > ; stable@dpdk.org > > Subject: [PATCH v5] net/ice: fix function pointer in multi-process > > > > 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: refactor Rx FlexiMD handling") > > Cc: stable@dpdk.org > > > > Signed-off-by: Dapeng Yu > > Acked-by: Haiyue Wang > > Applied to dpdk-next-net-intel. > > Thanks > Qi >