Re: [dpdk-dev] [PATCH v2] Fixes: ethdev: secondary process change shared memory

2020-01-16 Thread 方统浩50450
cunming.li...@intel.com,qi.z.zh...@intel.com,jungle845943...@outlook.com,Jerin Jacob Kollanukkaran 主题:Re: [dpdk-dev] [PATCH v2] Fixes: ethdev: secondary process change shared memory>On 1/16/2020 11:35 AM, 方统浩50450 wrote: >> >> >>>@Fang, only can you pleas

Re: [dpdk-dev] [PATCH v2] Fixes: ethdev: secondary process change shared memory

2020-01-16 Thread Ferruh Yigit
a' only for primary process. Thanks, ferruh > > > 发件人:Ferruh Yigit > 发送日期:2020-01-16 17:04:09 > 收件人:Andrew Rybchenko ,Thomas Monjalon > > 抄送人:"方统浩50450" > ,dev@dpdk.org,sta...@dpdk.org,jia....@intel.com,cunming.li...@intel.com,qi.z.zh...@intel.com,ju

Re: [dpdk-dev] [PATCH v2] Fixes: ethdev: secondary process change shared memory

2020-01-16 Thread 方统浩50450
2020-01-16 17:04:09 收件人:Andrew Rybchenko ,Thomas Monjalon 抄送人:"方统浩50450" ,dev@dpdk.org,sta...@dpdk.org,jia@intel.com,cunming.li...@intel.com,qi.z.zh...@intel.com,jungle845943...@outlook.com,Jerin Jacob Kollanukkaran 主题:Re: [dpdk-dev] [PATCH v2] Fixes: ethdev: secondary process change sha

Re: [dpdk-dev] [PATCH v2] Fixes: ethdev: secondary process change shared memory

2020-01-16 Thread Ferruh Yigit
On 1/16/2020 7:43 AM, Andrew Rybchenko wrote: > On 1/15/20 11:43 PM, Thomas Monjalon wrote: >> 15/01/2020 19:35, Ferruh Yigit: >>> On 1/15/2020 6:49 AM, 方统浩50450 wrote: Hi Ferruh, thanks for your message. We developed a ethtool-dpdk which is secondary process based dpdk 17.08 >

Re: [dpdk-dev] [PATCH v2] Fixes: ethdev: secondary process change shared memory

2020-01-16 Thread Ferruh Yigit
On 1/15/2020 8:43 PM, Thomas Monjalon wrote: > 15/01/2020 19:35, Ferruh Yigit: >> On 1/15/2020 6:49 AM, 方统浩50450 wrote: >>> Hi Ferruh, thanks for your message. >>> >>> >>> We developed a ethtool-dpdk which is secondary process based dpdk 17.08 >>> version. Our device >>> support hotplug detach, bu

Re: [dpdk-dev] [PATCH v2] Fixes: ethdev: secondary process change shared memory

2020-01-15 Thread Andrew Rybchenko
On 1/15/20 11:43 PM, Thomas Monjalon wrote: > 15/01/2020 19:35, Ferruh Yigit: >> On 1/15/2020 6:49 AM, 方统浩50450 wrote: >>> Hi Ferruh, thanks for your message. >>> >>> >>> We developed a ethtool-dpdk which is secondary process based dpdk 17.08 >>> version. Our device >>> support hotplug detach, but

Re: [dpdk-dev] [PATCH v2] Fixes: ethdev: secondary process change shared memory

2020-01-15 Thread Thomas Monjalon
15/01/2020 19:35, Ferruh Yigit: > On 1/15/2020 6:49 AM, 方统浩50450 wrote: > > Hi Ferruh, thanks for your message. > > > > > > We developed a ethtool-dpdk which is secondary process based dpdk 17.08 > > version. Our device > > support hotplug detach, but hotplug deatch is failed when we use > > et

Re: [dpdk-dev] [PATCH v2] Fixes: ethdev: secondary process change shared memory

2020-01-15 Thread Ferruh Yigit
homas, Andrew, any concern? @Fang, only can you please make a new version to update the 'rte_eth_copy_pci_info' function comment to document shared data is not updated for the secondary process? Thanks, ferruh > > > Please forgive me because my poor english.... > >

Re: [dpdk-dev] [PATCH v2] Fixes: ethdev: secondary process change shared memory

2020-01-14 Thread 方统浩50450
y poor english 发件人:Ferruh Yigit 发送日期:2020-01-14 22:45:33 收件人:Fang TongHao ,tho...@monjalon.net,arybche...@solarflare.com 抄送人:dev@dpdk.org,sta...@dpdk.org,jia....@intel.com,cunming.li...@intel.com,qi.z.zh...@intel.com,jungle845943...@outlook.com 主题:Re: [dpdk-dev] [PATCH v2] Fixes: ethde

Re: [dpdk-dev] [PATCH v2] Fixes: ethdev: secondary process change shared memory

2020-01-14 Thread Ferruh Yigit
On 1/13/2020 5:03 AM, Fang TongHao wrote: > Secondary process calls “rte_eth_dev_pci_allocate” > function and enters rte_eth_copy_pci_info function > when initializing.Then it sets the value of struct > "rte_eth_dev_data.dev_flags" to zero and reset it, > but this struct is shared by primary proces