[dpdk-dev] [PATCH v6 05/11] eal: replace rte_panic instances in eventdev

Stephen Hemminger stephen at networkplumber.org
Tue Apr 24 17:06:46 CEST 2018


On Tue, 24 Apr 2018 09:41:57 +0300
Arnon Warshavsky <arnon at qwilt.com> wrote:

> +		if (eventdev->data->dev_private == NULL) {
> +			RTE_LOG(CRIT, EAL, "%s(): Cannot allocate memzone for private device data",
> +				__func__);
> +			return -ENOMEM;
> +		}

In eventdev, use RTE_EDEV_LOG_ERR for this.


More information about the dev mailing list