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

2022-02-25 Thread Navin Srinivas
el.com>; dev@dpdk.org; Wang, Haiyue ; > sta...@dpdk.org > *Subject:* Re: [dpdk-dev] [PATCH v5] net/ice: fix function pointer in > multi-process > > > > Hi, > > > > Whether this fix is applicable for VF? I do not see this change ported to > VF in DP

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

2022-02-24 Thread Zhang, Qi Z
: Zhang, Qi Z Cc: Yu, DapengX ; Yang, Qiming ; dev@dpdk.org; Wang, Haiyue ; sta...@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5] net/ice: fix function pointer in multi-process 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

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

2022-02-24 Thread Navin Srinivas
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

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

2021-10-26 Thread Zhang, Qi Z
> -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 > ; sta...@dpdk.org > Subject: [PATCH v5] net/ice: fix function pointer in multi-process > > From: Dapeng Yu > > This

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

2021-10-25 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: