Re: [dpdk-dev] [PATCH v4] mempool: remove memory wastage on non x86

2020-01-20 Thread Thomas Monjalon
20/01/2020 13:24, Olivier Matz: > On Thu, Jan 16, 2020 at 06:40:23PM +0530, Jerin Jacob wrote: > > On Wed, Jan 15, 2020 at 2:35 AM wrote: > > > > > > From: Jerin Jacob > > > > > > The existing optimize_object_size() function address the memory object > > > alignment constraint on x86 for better p

Re: [dpdk-dev] [PATCH v4] mempool: remove memory wastage on non x86

2020-01-20 Thread Olivier Matz
On Thu, Jan 16, 2020 at 06:40:23PM +0530, Jerin Jacob wrote: > On Wed, Jan 15, 2020 at 2:35 AM wrote: > > > > From: Jerin Jacob > > > > The existing optimize_object_size() function address the memory object > > alignment constraint on x86 for better performance. > > > > Different (micro) architec

Re: [dpdk-dev] [PATCH v4] mempool: remove memory wastage on non x86

2020-01-16 Thread Jerin Jacob
On Wed, Jan 15, 2020 at 2:35 AM wrote: > > From: Jerin Jacob > > The existing optimize_object_size() function address the memory object > alignment constraint on x86 for better performance. > > Different (micro) architecture may have different memory alignment > constraint for better performance

[dpdk-dev] [PATCH v4] mempool: remove memory wastage on non x86

2020-01-14 Thread jerinj
From: Jerin Jacob The existing optimize_object_size() function address the memory object alignment constraint on x86 for better performance. Different (micro) architecture may have different memory alignment constraint for better performance and it not the same as the existing optimize_object_si