[dpdk-dev] [PATCH v3] mem: warn user when running without NUMA	support
    Thomas Monjalon 
    thomas at monjalon.net
       
    Fri Mar 29 13:43:32 CET 2019
    
    
  
29/03/2019 13:30, Anatoly Burakov:
> +	if (rte_socket_count() > 1)
> +		RTE_LOG(DEBUG, EAL, "%s(): not checking hugepage NUMA node.\n");
You missed something here. __func__?
    
    
More information about the dev
mailing list