[dpdk-dev] [PATCH v3 3/4] power: process incoming confirmation cmds

Pattan, Reshma reshma.pattan at intel.com
Mon Apr 1 16:25:45 CEST 2019



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Hajkowski
> Sent: Thursday, March 21, 2019 10:55 AM
> +		RTE_LOG(DEBUG, POWER, "No confirmation for sent msg
> received\n");
> +	} 

As Anatoly mentioned, we should not use POWER log here, instead #define RTE_LOGTYPE_GUEST_CHANNEL RTE_LOGTYPE_USER1 
is defined for GUEST_CHANNEL logs, you should use that for the logs in this file.

Thanks,
Reshma


More information about the dev mailing list