Re: [dpdk-dev] [PATCH] malloc: fix duplicate mem event notification

2018-11-29 Thread Wiles, Keith
> On Nov 29, 2018, at 9:36 AM, Burakov, Anatoly > wrote: > > On 29-Nov-18 2:54 PM, Wiles, Keith wrote: >>> On Nov 29, 2018, at 8:21 AM, Anatoly Burakov >>> wrote: >>> >>> We already trigger a mem event notification inside the walk function, >>> no need to do it twice. >>> >>> Fixes: f32c7

Re: [dpdk-dev] [PATCH] malloc: fix duplicate mem event notification

2018-11-29 Thread Burakov, Anatoly
On 29-Nov-18 3:18 PM, Anatoly Burakov wrote: We already trigger a mem event notification inside the walk function, no need to do it twice. Fixes: f32c7c9de961 ("malloc: enable event callbacks for external memory") Cc: sta...@dpdk.org Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/r

Re: [dpdk-dev] [PATCH] malloc: fix duplicate mem event notification

2018-11-29 Thread Burakov, Anatoly
On 29-Nov-18 2:54 PM, Wiles, Keith wrote: On Nov 29, 2018, at 8:21 AM, Anatoly Burakov wrote: We already trigger a mem event notification inside the walk function, no need to do it twice. Fixes: f32c7c9de961 ("malloc: enable event callbacks for external memory") Cc: sta...@dpdk.org Signed-

Re: [dpdk-dev] [PATCH] malloc: fix duplicate mem event notification

2018-11-29 Thread Wiles, Keith
> On Nov 29, 2018, at 8:21 AM, Anatoly Burakov > wrote: > > We already trigger a mem event notification inside the walk function, > no need to do it twice. > > Fixes: f32c7c9de961 ("malloc: enable event callbacks for external memory") > Cc: sta...@dpdk.org > > Signed-off-by: Anatoly Burakov

[dpdk-dev] [PATCH] malloc: fix duplicate mem event notification

2018-11-29 Thread Anatoly Burakov
We already trigger a mem event notification inside the walk function, no need to do it twice. Fixes: f32c7c9de961 ("malloc: enable event callbacks for external memory") Cc: sta...@dpdk.org Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/rte_malloc.c | 4 1 file changed, 4 deletion