[dpdk-dev] [PATCH] mem: fix incorrect doxygen doc regarding memzones

2015-12-06 Thread Thomas Monjalon
> > We can free memzones now, so remove incorrect doxygen documentation > > stating otherwise. > > > > Fixes: ff909fe21f0a ("mem: introduce memzone freeing") > > > > Signed-off-by: Sergio Gonzalez Monroy > > Acked-by: John McNamara Applied, thanks

[dpdk-dev] [PATCH] mem: fix incorrect doxygen doc regarding memzones

2015-11-18 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Wednesday, November 18, 2015 3:58 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] mem: fix incorrect doxygen doc regarding > memzones > > W

[dpdk-dev] [PATCH] mem: fix incorrect doxygen doc regarding memzones

2015-11-18 Thread Sergio Gonzalez Monroy
We can free memzones now, so remove incorrect doxygen documentation stating otherwise. Fixes: ff909fe21f0a ("mem: introduce memzone freeing") Signed-off-by: Sergio Gonzalez Monroy --- lib/librte_eal/common/include/rte_memzone.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --gi