Re: [dpdk-dev] [PATCH v3] doc: add a restriction to multi-process support

2018-01-31 Thread Thomas Monjalon
> > This patch add a restriction to multi-process support: secondary processes > > should only run alongside primary process with same DPDK version, so that > > secondary processes can use the same hugepage mmap layout as primary > > process. > > > > Signed-off-by: Junjie Chen > > Acked-by: John

Re: [dpdk-dev] [PATCH v3] doc: add a restriction to multi-process support

2017-12-12 Thread Chen, Junjie J
Done! Cheers JJ > -Original Message- > From: Mcnamara, John > Sent: Tuesday, December 12, 2017 8:41 PM > To: Chen, Junjie J ; Gonzalez Monroy, Sergio > ; Tahhan, Maryam > ; dev@dpdk.org > Subject: RE: [PATCH v3] doc: add a restriction to multi-process support > > > > > -Original Me

Re: [dpdk-dev] [PATCH v3] doc: add a restriction to multi-process support

2017-12-12 Thread Mcnamara, John
> -Original Message- > From: Chen, Junjie J > Sent: Wednesday, November 29, 2017 5:17 PM > To: Gonzalez Monroy, Sergio ; Mcnamara, > John ; Tahhan, Maryam ; > dev@dpdk.org > Cc: Chen, Junjie J > Subject: [PATCH v3] doc: add a restriction to multi-process support > > This patch add a res

[dpdk-dev] [PATCH v3] doc: add a restriction to multi-process support

2017-11-29 Thread Junjie Chen
This patch add a restriction to multi-process support: secondary processes should only run alongside primary process with same DPDK version, so that secondary processes can use the same hugepage mmap layout as primary process. Signed-off-by: Junjie Chen --- v3 changes: Use 'note' marker to make