Re: [dpdk-dev] [PATCH 00/22] enable hotplug on multi-process

2018-06-18 Thread Zhang, Qi Z
Hi Anatoly: Thanks for the review, see my reply in inline. > -Original Message- > From: Burakov, Anatoly > Sent: Friday, June 15, 2018 11:16 PM > To: Zhang, Qi Z ; tho...@monjalon.net > Cc: Ananyev, Konstantin ; dev@dpdk.org; > Richardson, Bruce ; Yigit, Ferruh > ; Shelton, Benjam

Re: [dpdk-dev] [PATCH 00/22] enable hotplug on multi-process

2018-06-15 Thread Burakov, Anatoly
Hi Qi, I haven't read the code yet, and i'll be the first to admit that i'm not too well versed on how shared/private device data works, so my apologies in advance if all of below comments are addressed by implementation details or are way off base! On 07-Jun-18 1:38 PM, Qi Zhang wrote:

[dpdk-dev] [PATCH 00/22] enable hotplug on multi-process

2018-06-07 Thread Qi Zhang
Background: === Currently secondary process will only sync ethdev from primary process at init stage, but it will not be aware if device is attached/detached on primary process at runtime. While there is the requirement from application that take primary-secondary process model. The prima