Re: [dpdk-dev] [PATCH v3 50/68] eal: replace memzone array with fbarray

2018-04-05 Thread Shreyansh Jain
On Wednesday 04 April 2018 04:52 AM, Anatoly Burakov wrote: It's there, so we might as well use it. Some operations will be sped up by that. Since we have to allocate an fbarray for memzones, we have to do it before we initialize memory subsystem, because that, in secondary processes, will (late

[dpdk-dev] [PATCH v3 50/68] eal: replace memzone array with fbarray

2018-04-03 Thread Anatoly Burakov
It's there, so we might as well use it. Some operations will be sped up by that. Since we have to allocate an fbarray for memzones, we have to do it before we initialize memory subsystem, because that, in secondary processes, will (later) allocate more fbarrays than the primary process, which will