Re: [dpdk-dev] [PATCH v2] mbuf: fix bulk allocation when debug enabled

2017-05-10 Thread Thomas Monjalon
10/05/2017 16:42, Olivier Matz: > Hi, > > On Sat, 06 May 2017 10:26:49 +0300, Gregory Etelson wrote: > > The debug assertions when allocating a raw mbuf are not correct since > > commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"), > > which triggers a panic when using this function in de

Re: [dpdk-dev] [PATCH v2] mbuf: fix bulk allocation when debug enabled

2017-05-10 Thread Olivier Matz
Hi, On Sat, 06 May 2017 10:26:49 +0300, Gregory Etelson wrote: > The debug assertions when allocating a raw mbuf are not correct since > commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"), > which triggers a panic when using this function in debug mode > Fixes: 8f094a9ac5d7 ("mbuf: set

[dpdk-dev] [PATCH v2] mbuf: fix bulk allocation when debug enabled

2017-05-06 Thread Gregory Etelson
The debug assertions when allocating a raw mbuf are not correct since commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"), which triggers a panic when using this function in debug mode Signed-off-by: Gregory Etelson --- lib/librte_mbuf/rte_mbuf.h | 25 - 1 file ch