Re: [dpdk-dev] [PATCH v3 13/14] eal: unify internal config initialization

2019-07-04 Thread Burakov, Anatoly
On 04-Jul-19 11:54 AM, David Marchand wrote: On Thu, Jul 4, 2019 at 12:50 PM Burakov, Anatoly mailto:anatoly.bura...@intel.com>> wrote: On 04-Jul-19 8:56 AM, David Marchand wrote: > On Thu, Jul 4, 2019 at 9:50 AM David Marchand mailto:david.march...@redhat.com>> > wrote:

Re: [dpdk-dev] [PATCH v3 13/14] eal: unify internal config initialization

2019-07-04 Thread David Marchand
On Thu, Jul 4, 2019 at 12:50 PM Burakov, Anatoly wrote: > On 04-Jul-19 8:56 AM, David Marchand wrote: > > On Thu, Jul 4, 2019 at 9:50 AM David Marchand > > > wrote: > > > >> > >> > >> On Thu, Jun 27, 2019 at 1:39 PM Anatoly Burakov < > anatoly.bura...@intel.com> > >> wrote: > >> > >>> Currently,

Re: [dpdk-dev] [PATCH v3 13/14] eal: unify internal config initialization

2019-07-04 Thread Burakov, Anatoly
On 04-Jul-19 8:56 AM, David Marchand wrote: On Thu, Jul 4, 2019 at 9:50 AM David Marchand wrote: On Thu, Jun 27, 2019 at 1:39 PM Anatoly Burakov wrote: Currently, each EAL will update internal/shared config in their own way at init, resulting in needless duplication of code and OS-depende

Re: [dpdk-dev] [PATCH v3 13/14] eal: unify internal config initialization

2019-07-04 Thread David Marchand
On Thu, Jul 4, 2019 at 9:50 AM David Marchand wrote: > > > On Thu, Jun 27, 2019 at 1:39 PM Anatoly Burakov > wrote: > >> Currently, each EAL will update internal/shared config in their >> own way at init, resulting in needless duplication of code and >> OS-dependent behavior. Move the functions

Re: [dpdk-dev] [PATCH v3 13/14] eal: unify internal config initialization

2019-07-04 Thread David Marchand
On Thu, Jun 27, 2019 at 1:39 PM Anatoly Burakov wrote: > Currently, each EAL will update internal/shared config in their > own way at init, resulting in needless duplication of code and > OS-dependent behavior. Move the functions to a common file and > add missing FreeBSD steps. > > Signed-off-by