[dpdk-dev] [PATCH] app/test: avoid freeing mbufs twice in qat test

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 27 16:44:35 CEST 2016


> > Test_multi_session was freeing mbufs used in the multiple sessions created
> > and setting obuf to NULL after it, but ibuf was not being set to NULL, and
> > therefore, it was being freed again (ibuf and obuf are pointing at the same
> > address), in the ut_teardown() function.
> > 
> > Fixes: 1b9cb73ecef1 ("app/test: fix qat autotest failure")
> > 
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> Acked-by: Deepak K Jain <deepak.k.jain at intel.com>

Applied, thanks


More information about the dev mailing list