Re: [dpdk-dev] [PATCH] rte_sched: fix 64-bit support in rate functions

2020-06-16 Thread Singh, Jasvinder
> -Original Message- > From: Hrvoje Habjanic > Sent: Monday, June 15, 2020 6:19 PM > To: Dumitrescu, Cristian ; Singh, Jasvinder > > Cc: dev@dpdk.org > Subject: [PATCH] rte_sched: fix 64-bit support in rate functions > > Functions rte_sched_subport_config_pipe_profile_table and > pipe

[dpdk-dev] [PATCH] rte_sched: fix 64-bit support in rate functions

2020-06-15 Thread Hrvoje Habjanic
Functions rte_sched_subport_config_pipe_profile_table and pipe_profile_check should also have increased rate arguments. Fixes: 68c1f26d4236 (\"sched: support 64-bit values\") Cc: jasvinder.si...@intel.com Signed-off-by: Hrvoje Habjanic --- lib/librte_sched/rte_sched.c | 4 ++-- 1 file changed,