Re: [dpdk-dev] Zeroing out memory on free

2021-08-25 Thread Thomas Monjalon
25/08/2021 13:47, Burakov, Anatoly: > On 25-Aug-21 8:26 AM, Thomas Monjalon wrote: > > 24/08/2021 12:58, Dmitry Kozlyuk: > >> Hello, > >> > >> Me and Xueming are wondering why DPDK clears the memory on free > >> and not only when it's explicitly requested (rte_zmalloc). > >> > >> It's been so for a

Re: [dpdk-dev] Zeroing out memory on free

2021-08-25 Thread Burakov, Anatoly
On 25-Aug-21 8:26 AM, Thomas Monjalon wrote: 24/08/2021 12:58, Dmitry Kozlyuk: Hello, Me and Xueming are wondering why DPDK clears the memory on free and not only when it's explicitly requested (rte_zmalloc). It's been so for a while: commit ea0bddbd14e68fb42d9774bc3543e51b510e48d3 Author: Se

Re: [dpdk-dev] Zeroing out memory on free

2021-08-25 Thread Thomas Monjalon
24/08/2021 12:58, Dmitry Kozlyuk: > Hello, > > Me and Xueming are wondering why DPDK clears the memory on free > and not only when it's explicitly requested (rte_zmalloc). > > It's been so for a while: > > commit ea0bddbd14e68fb42d9774bc3543e51b510e48d3 > Author: Sergio Gonzalez Monroy > Date:

[dpdk-dev] Zeroing out memory on free

2021-08-24 Thread Dmitry Kozlyuk
Hello, Me and Xueming are wondering why DPDK clears the memory on free and not only when it's explicitly requested (rte_zmalloc). It's been so for a while: commit ea0bddbd14e68fb42d9774bc3543e51b510e48d3 Author: Sergio Gonzalez Monroy Date: Tue Jul 5 12:01:15 2016 +0100 mem: zero out mem