[dpdk-dev] [PATCH 2/2] net/ice: disable advanced features in safe mode
    Stephen Hemminger 
    stephen at networkplumber.org
       
    Fri Mar  1 19:38:47 CET 2019
    
    
  
On Fri,  1 Mar 2019 20:46:13 +0800
Qiming Yang <qiming.yang at intel.com> wrote:
> +	PMD_INIT_LOG(WARNING, "Initialize in safe mode,"
> +		"some features are disabled.\n");
Don't split a message string, it makes it harder to search.
Also, most drivers define PMD_INIT_LOG to always add a newline and do
not add the newline in the macro call.
    
    
More information about the dev
mailing list