Re: [dpdk-dev] [PATCH v5 0/9] Make shared memory config non-public

2019-07-31 Thread David Marchand
On Wed, Jul 31, 2019 at 12:32 PM Burakov, Anatoly wrote: > > On 31-Jul-19 11:07 AM, David Marchand wrote: > > Hello Anatoly, > > > > On Fri, Jul 5, 2019 at 11:09 PM Thomas Monjalon wrote: > >> > >> 05/07/2019 19:26, Anatoly Burakov: > >>> This patchset removes the shared memory config from public

Re: [dpdk-dev] [PATCH v5 0/9] Make shared memory config non-public

2019-07-31 Thread Burakov, Anatoly
On 31-Jul-19 11:07 AM, David Marchand wrote: Hello Anatoly, On Fri, Jul 5, 2019 at 11:09 PM Thomas Monjalon wrote: 05/07/2019 19:26, 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 patch

Re: [dpdk-dev] [PATCH v5 0/9] Make shared memory config non-public

2019-07-31 Thread David Marchand
Hello Anatoly, On Fri, Jul 5, 2019 at 11:09 PM Thomas Monjalon wrote: > > 05/07/2019 19:26, 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

Re: [dpdk-dev] [PATCH v5 0/9] Make shared memory config non-public

2019-07-05 Thread Thomas Monjalon
05/07/2019 19:26, 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

Re: [dpdk-dev] [PATCH v5 0/9] Make shared memory config non-public

2019-07-05 Thread David Marchand
On Fri, Jul 5, 2019 at 7:26 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 rest are pretty t

[dpdk-dev] [PATCH v5 0/9] Make shared memory config non-public

2019-07-05 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. v5: - Accidentally squashed last patch into an