Re: [dpdk-dev] [PATCH v3 00/14] Make shared memory config non-public

2019-07-04 Thread Thomas Monjalon
04/07/2019 10:09, David Marchand: > I just want to state two approaches to merge these changes: > - the first one would be to split this series in two > - take the first part of this series now, but mark the new API > "experimental" > - postpone the merge to 19.11 of the second part, which star

Re: [dpdk-dev] [PATCH v3 00/14] Make shared memory config non-public

2019-07-04 Thread David Marchand
On Wed, Jul 3, 2019 at 11:38 AM David Marchand wrote: > Hello Anatoly, > > On Thu, Jun 27, 2019 at 1:39 PM Anatoly Burakov > wrote: > >> This patchset removes the shared memory config from public >> API, and replaces all usages of said config with new API >> calls. >> >> A lot of the patchset is

Re: [dpdk-dev] [PATCH v3 00/14] Make shared memory config non-public

2019-07-03 Thread Burakov, Anatoly
On 03-Jul-19 10:38 AM, David Marchand wrote: Hello Anatoly, On Thu, Jun 27, 2019 at 1:39 PM Anatoly Burakov mailto:anatoly.bura...@intel.com>> wrote: This patchset removes the shared memory config from public API, and replaces all usages of said config with new API calls. A l

Re: [dpdk-dev] [PATCH v3 00/14] Make shared memory config non-public

2019-07-03 Thread David Marchand
Hello Anatoly, On Thu, Jun 27, 2019 at 1:39 PM Anatoly Burakov wrote: > This patchset removes the shared memory config from public > API, and replaces all usages of said config with new API > calls. > > A lot of the patchset is a search-and-replace job and should > be pretty easy to review. The

Re: [dpdk-dev] [PATCH v3 00/14] Make shared memory config non-public

2019-06-27 Thread Stephen Hemminger
On Thu, 27 Jun 2019 12:38:55 +0100 Anatoly Burakov wrote: > This patchset removes the shared memory config from public > API, and replaces all usages of said config with new API > calls. > > A lot of the patchset is a search-and-replace job and should > be pretty easy to review. The rest are pre

[dpdk-dev] [PATCH v3 00/14] Make shared memory config non-public

2019-06-27 Thread Anatoly Burakov
This patchset removes the shared memory config from public API, and replaces all usages of said config with new API calls. A lot of the patchset is a search-and-replace job and should be pretty easy to review. The rest are pretty trivial EAL changes. This patchset depends on FreeBSD fixes patchse