Re: [dpdk-dev] [PATCH] lib/latencystats: free up the memzone

2018-08-01 Thread Thomas Monjalon
01/08/2018 12:36, Remy Horton: > > On 26/07/2018 17:50, Reshma Pattan wrote: > > Free up the memzone allocated during the > > rte_latencystats_init(). > > > > Fixes: 5cd3cac9ed ("latency: added new library for latency stats") > > CC: sta...@dpdk.org > > CC: remy.hor...@intel.com > > > > Signed-off

Re: [dpdk-dev] [PATCH] lib/latencystats: free up the memzone

2018-08-01 Thread Remy Horton
On 26/07/2018 17:50, Reshma Pattan wrote: Free up the memzone allocated during the rte_latencystats_init(). Fixes: 5cd3cac9ed ("latency: added new library for latency stats") CC: sta...@dpdk.org CC: remy.hor...@intel.com Signed-off-by: Reshma Pattan Acked-by: Remy Horton

[dpdk-dev] [PATCH] lib/latencystats: free up the memzone

2018-07-26 Thread Reshma Pattan
Free up the memzone allocated during the rte_latencystats_init(). Fixes: 5cd3cac9ed ("latency: added new library for latency stats") CC: sta...@dpdk.org CC: remy.hor...@intel.com Signed-off-by: Reshma Pattan --- lib/librte_latencystats/rte_latencystats.c | 8 +++- 1 file changed, 7 insertio