[dpdk-dev] [PATCH] app/test: fix qat autotest failure

2016-03-10 Thread Thomas Monjalon
> > This patch fix the QAT autotest failure when run for multiple times. > > it was caused as mbuf was not freed. > > > > Fixes: 202d375c60b (app/test: add cryptodev unit and performance tests) > > > > This patch depends on following patch: > > cryptodev API changes > > http://dpdk.org/ml/archive

[dpdk-dev] [PATCH] app/test: fix qat autotest failure

2016-03-01 Thread Trahe, Fiona
> -Original Message- > From: Jain, Deepak K > Sent: Tuesday, March 01, 2016 4:55 PM > To: dev at dpdk.org > Cc: Griffin, John; Trahe, Fiona; Jain, Deepak K > Subject: [PATCH] app/test: fix qat autotest failure > > This patch fix the QAT autotest failure when run for multiple times. > it

[dpdk-dev] [PATCH] app/test: fix qat autotest failure

2016-03-01 Thread Deepak Kumar JAIN
This patch fix the QAT autotest failure when run for multiple times. it was caused as mbuf was not freed. Fixes: 202d375c60b (app/test: add cryptodev unit and performance tests) This patch depends on following patch: cryptodev API changes http://dpdk.org/ml/archives/dev/2016-February/034212.html