[dpdk-dev] Panic in rte MEMPOOL__mempool_check_cookies()

2014-11-13 Thread Bruce Richardson
On Wed, Nov 12, 2014 at 09:50:50PM -0500, Kamraan Nasim wrote: > Hi Bruce, > > The issue seems to be triggered by a combination of using the > CONFIG_RTE_LIBRTE_MEMPOOL_DEBUG option and contention in the mempool(small > mempool size). > > I disabled that and the header panics went away. > > Tha

[dpdk-dev] Panic in rte MEMPOOL__mempool_check_cookies()

2014-11-12 Thread Kamraan Nasim
Hi Bruce, The issue seems to be triggered by a combination of using the CONFIG_RTE_LIBRTE_MEMPOOL_DEBUG option and contention in the mempool(small mempool size). I disabled that and the header panics went away. Thank you for your help! --Kam On Fri, Nov 7, 2014 at 4:48 AM, Bruce Richardson w

[dpdk-dev] Panic in rte MEMPOOL__mempool_check_cookies()

2014-11-07 Thread Bruce Richardson
On Thu, Nov 06, 2014 at 04:28:18PM -0500, Kamraan Nasim wrote: > Greetings, > > I have been hitting this issue fairly consistently for the ixgbe driver > > MEMPOOL: obj=0x7ffeed1f5d00, mempool=0x7ffeecb69bc0, cookie=badbadbadadd2e55 > PANIC in __mempool_check_cookies(): > MEMPOOL: bad header cook

[dpdk-dev] Panic in rte MEMPOOL__mempool_check_cookies()

2014-11-06 Thread Kamraan Nasim
Greetings, I have been hitting this issue fairly consistently for the ixgbe driver MEMPOOL: obj=0x7ffeed1f5d00, mempool=0x7ffeecb69bc0, cookie=badbadbadadd2e55 PANIC in __mempool_check_cookies(): MEMPOOL: bad header cookie (get) It seems to be a corruption in the mempool bound to my ixgbe port.