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

2021-10-09 Thread Zhang, Qi Z
> -Original Message- > From: Yu, DapengX > Sent: Saturday, October 9, 2021 11:25 AM > To: Wu, Jingjing ; Xing, Beilei > ; > Richardson, Bruce ; Ananyev, Konstantin > > Cc: dev@dpdk.org; Zhang, Qi Z ; Yigit, Ferruh > ; Yu, DapengX ; > sta...@dpdk.org > Subject: [PATCH v2] net/iavf: fix

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

2021-10-08 Thread dapengx . yu
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 eth_dev with eth_dev_data in iavf_adapter. Fixes: f978c1c9b3b5 ("net/iavf: add RS