From: Hemant Agrawal Date: Fri, 22 Feb 2019 11:15:59 +0000 (+0000) Subject: mempool/dpaa2: fix continuous print on empty pool X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f8f9f645226ed63f3b55dd487faa22f766078e53;p=dpdk.git mempool/dpaa2: fix continuous print on empty pool Changing the print to DP_DEBUG to avoid continuous prints when buffer pools runs out of buffers Fixes: 3646ccf0b036 ("mempool/dpaa2: support dynamic logging") Cc: stable@dpdk.org Signed-off-by: Hemant Agrawal --- diff --git a/drivers/mempool/dpaa2/dpaa2_hw_mempool.c b/drivers/mempool/dpaa2/dpaa2_hw_mempool.c index 335eae40e7..da66577ccf 100644 --- a/drivers/mempool/dpaa2/dpaa2_hw_mempool.c +++ b/drivers/mempool/dpaa2/dpaa2_hw_mempool.c @@ -326,8 +326,8 @@ rte_dpaa2_mbuf_alloc_bulk(struct rte_mempool *pool, * in pool, qbman_swp_acquire returns 0 */ if (ret <= 0) { - DPAA2_MEMPOOL_ERR("Buffer acquire failed with" - " err code: %d", ret); + DPAA2_MEMPOOL_DP_DEBUG( + "Buffer acquire failed with err code: %d", ret); /* The API expect the exact number of requested bufs */ /* Releasing all buffers allocated */ rte_dpaa2_mbuf_release(pool, obj_table, bpid,