Re: [dpdk-dev] [PATCH v2] mem: store memory mode flags in shared config

2018-10-05 Thread Burakov, Anatoly
On 04-Oct-18 11:46 AM, Ferruh Yigit wrote: On 10/4/2018 10:18 AM, Thomas Monjalon wrote: 04/10/2018 11:17, Burakov, Anatoly: On 03-Oct-18 11:05 PM, Thomas Monjalon wrote: 20/09/2018 17:41, Anatoly Burakov: Currently, command-line switches for legacy mem mode or single-file segments mode are o

Re: [dpdk-dev] [PATCH v2] mem: store memory mode flags in shared config

2018-10-04 Thread Ferruh Yigit
On 10/4/2018 10:18 AM, Thomas Monjalon wrote: > 04/10/2018 11:17, Burakov, Anatoly: >> On 03-Oct-18 11:05 PM, Thomas Monjalon wrote: >>> 20/09/2018 17:41, Anatoly Burakov: Currently, command-line switches for legacy mem mode or single-file segments mode are only stored in internal config.

Re: [dpdk-dev] [PATCH v2] mem: store memory mode flags in shared config

2018-10-04 Thread Thomas Monjalon
04/10/2018 11:17, Burakov, Anatoly: > On 03-Oct-18 11:05 PM, Thomas Monjalon wrote: > > 20/09/2018 17:41, Anatoly Burakov: > >> Currently, command-line switches for legacy mem mode or single-file > >> segments mode are only stored in internal config. This leads to a > >> situation where these flags

Re: [dpdk-dev] [PATCH v2] mem: store memory mode flags in shared config

2018-10-04 Thread Burakov, Anatoly
On 03-Oct-18 11:05 PM, Thomas Monjalon wrote: 20/09/2018 17:41, Anatoly Burakov: Currently, command-line switches for legacy mem mode or single-file segments mode are only stored in internal config. This leads to a situation where these flags have to always match between primary and secondary, w

Re: [dpdk-dev] [PATCH v2] mem: store memory mode flags in shared config

2018-10-03 Thread Thomas Monjalon
20/09/2018 17:41, Anatoly Burakov: > Currently, command-line switches for legacy mem mode or single-file > segments mode are only stored in internal config. This leads to a > situation where these flags have to always match between primary > and secondary, which is bad for usability. > > Fix this

[dpdk-dev] [PATCH v2] mem: store memory mode flags in shared config

2018-09-20 Thread Anatoly Burakov
Currently, command-line switches for legacy mem mode or single-file segments mode are only stored in internal config. This leads to a situation where these flags have to always match between primary and secondary, which is bad for usability. Fix this by storing these flags in the shared config as