Re: [vpp-dev] bihash change

2020-09-30 Thread Damjan Marion via lists.fd.io
> On 30.09.2020., at 17:29, Jon Loeliger via lists.fd.io > wrote: > > On Wed, Sep 30, 2020 at 8:11 AM Damjan Marion via lists.fd.io > > wrote: > > Just a heads-up on under-the-hood change[1] which is merged few minutes ago > and which affect

Re: [vpp-dev] bihash change

2020-09-30 Thread Jon Loeliger via lists.fd.io
On Wed, Sep 30, 2020 at 8:11 AM Damjan Marion via lists.fd.io wrote: > > Just a heads-up on under-the-hood change[1] which is merged few minutes > ago and which affects all features that use bihash. > Now, bihash is allocating memory from the (main) heap, instead of > mmap()-ing it’s own alloc ar

[vpp-dev] bihash change

2020-09-30 Thread Damjan Marion via lists.fd.io
Guys, Just a heads-up on under-the-hood change[1] which is merged few minutes ago and which affects all features that use bihash. Now, bihash is allocating memory from the (main) heap, instead of mmap()-ing it’s own alloc arena. There are several beneifs of that approach: - smaller memory fo