[PATCH v6] sched: enable traffic class oversubscription conditionally
Dumitrescu, Cristian
cristian.dumitrescu at intel.com
Mon May 30 12:35:52 CEST 2022
> -----Original Message-----
> From: Danilewicz, MarcinX <marcinx.danilewicz at intel.com>
> Sent: Monday, May 30, 2022 9:45 AM
> To: dev at dpdk.org; Singh, Jasvinder <jasvinder.singh at intel.com>;
> Dumitrescu, Cristian <cristian.dumitrescu at intel.com>
> Cc: Ajmera, Megha <megha.ajmera at intel.com>
> Subject: [PATCH v6] sched: enable traffic class oversubscription conditionally
>
> Added new API to enable or disable TC over subscription for best
> effort traffic class at subport level.
> Added changes after review and increased throughput.
>
> By default TC OV is disabled.
> History:
> - v1 - TC OV disabled by default
> - v2 - throughput improvements
> - v3, v4, v5 - changes from comments
> - v6 - removed rte_sched_subport_tc_ov_config declaration and map
>
> Signed-off-by: Marcin Danilewicz <marcinx.danilewicz at intel.com>
> ---
> lib/sched/rte_sched.c | 96
> +++++++++++++++++++++++++++++++++++++++++--
> 1 file changed, 93 insertions(+), 3 deletions(-)
>
Marcin,
This latest version of your patch only contains changes in rte_sched.c file. Since there is no new API in rte_sched.h, how are you going to configure the traffic class oversubscription feature?
Regards,
Cristian
More information about the dev
mailing list