Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice on EAL mem config

2019-05-13 Thread Thomas Monjalon
10/05/2019 11:34, Bruce Richardson: > On Fri, May 10, 2019 at 10:31:21AM +0100, Burakov, Anatoly wrote: > > On 09-May-19 7:51 PM, Erik Gabriel Carrillo wrote: > > > It is planned to make the rte_mem_config struct of the EAL private to > > > remove it from the visible ABI. Add a notice to announce

Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice on EAL mem config

2019-05-10 Thread David Marchand
On Thu, May 9, 2019 at 8:53 PM Erik Gabriel Carrillo < erik.g.carri...@intel.com> wrote: > It is planned to make the rte_mem_config struct of the EAL private to > remove it from the visible ABI. Add a notice to announce the intention. > > Signed-off-by: Erik Gabriel Carrillo > --- > changes in v

Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice on EAL mem config

2019-05-10 Thread Bruce Richardson
On Fri, May 10, 2019 at 10:31:21AM +0100, Burakov, Anatoly wrote: > On 09-May-19 7:51 PM, Erik Gabriel Carrillo wrote: > > It is planned to make the rte_mem_config struct of the EAL private to > > remove it from the visible ABI. Add a notice to announce the intention. > > > > Signed-off-by: Erik

Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice on EAL mem config

2019-05-10 Thread Burakov, Anatoly
On 09-May-19 7:51 PM, Erik Gabriel Carrillo wrote: It is planned to make the rte_mem_config struct of the EAL private to remove it from the visible ABI. Add a notice to announce the intention. Signed-off-by: Erik Gabriel Carrillo --- changes in v2: - Original deprecation notice announced a c

[dpdk-dev] [PATCH v2] doc: add deprecation notice on EAL mem config

2019-05-09 Thread Erik Gabriel Carrillo
It is planned to make the rte_mem_config struct of the EAL private to remove it from the visible ABI. Add a notice to announce the intention. Signed-off-by: Erik Gabriel Carrillo --- changes in v2: - Original deprecation notice announced a change to the rte_mem_config struct that would break