[dpdk-dev] [PATCH] app/test: avoid freeing mbuf twice

2016-06-27 Thread Thomas Monjalon
2016-06-25 17:11, Pablo de Lara: > In cryptodev tests, when input and output buffers were the same, > the mbuf was being freed twice, causing refcnt_atomic to be negative. > > Fixes: 202d375c60bc ("app/test: add cryptodev unit and performance tests") > > Signed-off-by: Pablo de Lara Applied, th

[dpdk-dev] [PATCH] app/test: avoid freeing mbuf twice

2016-06-25 Thread Pablo de Lara
In cryptodev tests, when input and output buffers were the same, the mbuf was being freed twice, causing refcnt_atomic to be negative. Fixes: 202d375c60bc ("app/test: add cryptodev unit and performance tests") Signed-off-by: Pablo de Lara --- app/test/test_cryptodev.c | 5 - 1 file changed,