Re: [dpdk-dev] [PATCH v3 11/68] eal: enable reserving physically contiguous memzones

2018-04-04 Thread Burakov, Anatoly
On 04-Apr-18 12:41 AM, Stephen Hemminger wrote: On Wed, 4 Apr 2018 00:21:23 +0100 Anatoly Burakov wrote: This adds a new set of _contig API's to rte_memzone. For now, hugepage memory is always contiguous, but we need to prepare the drivers for the switch. Signed-off-by: Anatoly Burakov Wh

Re: [dpdk-dev] [PATCH v3 11/68] eal: enable reserving physically contiguous memzones

2018-04-03 Thread Stephen Hemminger
On Wed, 4 Apr 2018 00:21:23 +0100 Anatoly Burakov wrote: > This adds a new set of _contig API's to rte_memzone. For now, > hugepage memory is always contiguous, but we need to prepare the > drivers for the switch. > > Signed-off-by: Anatoly Burakov Why not make fragmentation an optional flag

[dpdk-dev] [PATCH v3 11/68] eal: enable reserving physically contiguous memzones

2018-04-03 Thread Anatoly Burakov
This adds a new set of _contig API's to rte_memzone. For now, hugepage memory is always contiguous, but we need to prepare the drivers for the switch. Signed-off-by: Anatoly Burakov --- Notes: v3: - Moved this patch earlier lib/librte_eal/common/eal_common_memzone.c | 44 li