Re: [dpdk-dev] [PATCH] mempool: clarify default populate function

2019-10-16 Thread David Marchand
On Tue, Oct 8, 2019 at 11:35 AM Olivier Matz wrote: > > No functional change. Clarify the populate function to make > the next commit easier to understand. After discussion offlist, changed this: Clarify the populate function to make future changes easier to understand. > > Rename the va

[dpdk-dev] [PATCH] mempool: clarify default populate function

2019-10-08 Thread Olivier Matz
No functional change. Clarify the populate function to make the next commit easier to understand. Rename the variables: - to avoid negation in the name - to have more understandable names Remove useless variable (no_pageshift is equivalent to pg_sz == 0). Remove duplicate affectation of "externa