Re: [dpdk-dev] [dpdk-stable] [PATCH] net/iavf: fix multi-process shared data

2021-10-06 Thread Zhang, Qi Z
k-dev] [dpdk-stable] [PATCH] net/iavf: fix multi-process > shared > data > > On 9/30/2021 10:11 AM, Yu, DapengX wrote: > > > > > >> -Original Message- > >> From: Yigit, Ferruh > >> Sent: Thursday, September 30, 2021 12:28 AM > >

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/iavf: fix multi-process shared data

2021-09-30 Thread Ferruh Yigit
On 9/30/2021 10:11 AM, Yu, DapengX wrote: > > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Thursday, September 30, 2021 12:28 AM >> To: Yu, DapengX ; Richardson, Bruce >> ; Ananyev, Konstantin >> ; Wu, Jingjing ; >> Xing, Beilei >> Cc: dev@dpdk.org; sta...@dpdk.org >> Subject:

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/iavf: fix multi-process shared data

2021-09-30 Thread Yu, DapengX
> -Original Message- > From: Yigit, Ferruh > Sent: Thursday, September 30, 2021 12:28 AM > To: Yu, DapengX ; Richardson, Bruce > ; Ananyev, Konstantin > ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-stable] [PATCH] net/iavf: fix multi-process s

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/iavf: fix multi-process shared data

2021-09-29 Thread Ferruh Yigit
On 9/28/2021 4:37 AM, dapengx...@intel.com wrote: > From: Dapeng Yu > > When the iavf_adapter instance is not initialized completedly in the > primary process, the secondary process accesses its "rte_eth_dev" > member, it causes secondary process crash. > > This patch replaces adapter->eth_dev w