[dpdk-dev] [PATCH v6 01/11] crypto/dpaa: replace rte_panic instances in crypto/dpaa driver

Stephen Hemminger stephen at networkplumber.org
Tue Apr 24 17:00:32 CEST 2018


On Tue, 24 Apr 2018 09:41:53 +0300
Arnon Warshavsky <arnon at 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.


More information about the dev mailing list