[dpdk-dev] [RFC PATCH v2 2/3] example/qos_sched: add PIE support
    Morten Brørup 
    mb at smartsharesystems.com
       
    Tue Jun 15 14:23:58 CEST 2021
    
    
  
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Liguzinski,
> WojciechX
> Sent: Tuesday, 15 June 2021 11.02
[snip]
> diff --git a/config/rte_config.h b/config/rte_config.h
> index 590903c07d..48132f27df 100644
> --- a/config/rte_config.h
> +++ b/config/rte_config.h
> @@ -89,7 +89,6 @@
>  #define RTE_MAX_LCORE_FREQS 64
> 
>  /* rte_sched defines */
> -#undef RTE_SCHED_RED
Should the above be removed, or replaced with:
#undef RTE_SCHED_AQM
>  #undef RTE_SCHED_COLLECT_STATS
>  #undef RTE_SCHED_SUBPORT_TC_OV
>  #define RTE_SCHED_PORT_N_GRINDERS 8
    
    
More information about the dev
mailing list