On Tue, 24 Apr 2018 09:41:53 +0300 Arnon Warshavsky <ar...@qwilt.com> wrote:
> + if (cryptodev->data->dev_private == NULL) { > + RTE_LOG(ERR, PMD, "%s() Cannot allocate memzone for > private device data", > + __func__); dpaa2_sec is already doing private log type, via DPAA2_SEC_LOG macro. You should go through your patch and make sure there are as few direct calls to RTE_LOG as possible.