Re: [dpdk-dev] [PATCH v2 02/20] mem: allow memseg lists to be marked as external

2018-09-20 Thread Burakov, Anatoly
On 20-Sep-18 10:30 AM, Andrew Rybchenko wrote: On 9/19/18 4:56 PM, Anatoly Burakov wrote: When we allocate and use DPDK memory, we need to be able to differentiate between DPDK hugepage segments and segments that were made part of DPDK but are externally allocated. Add such a property to memseg

Re: [dpdk-dev] [PATCH v2 02/20] mem: allow memseg lists to be marked as external

2018-09-20 Thread Andrew Rybchenko
On 9/19/18 4:56 PM, Anatoly Burakov wrote: When we allocate and use DPDK memory, we need to be able to differentiate between DPDK hugepage segments and segments that were made part of DPDK but are externally allocated. Add such a property to memseg lists. This breaks the ABI, so bump the EAL lib

[dpdk-dev] [PATCH v2 02/20] mem: allow memseg lists to be marked as external

2018-09-19 Thread Anatoly Burakov
When we allocate and use DPDK memory, we need to be able to differentiate between DPDK hugepage segments and segments that were made part of DPDK but are externally allocated. Add such a property to memseg lists. This breaks the ABI, so bump the EAL library ABI version and document the change in r