[dpdk-dev] [PATCH v5 04/11] ixgbe: replace rte_panic instances in ixgbe driver

Stephen Hemminger stephen at networkplumber.org
Tue Apr 24 01:57:26 CEST 2018


On Tue, 24 Apr 2018 00:28:55 +0300
Arnon Warshavsky <arnon at qwilt.com> wrote:

> +	if (*vfinfo == NULL) {
> +		RTE_LOG(ERR, PMD, "%s() Cannot allocate memory for private VF data\n",
> +				__func__);

Please use PMD_DRV_LOG since that has per driver logging control rather
than global log.


More information about the dev mailing list