Re: [dpdk-dev] [PATCH] sched: add missing 64-bit rate values

2020-06-02 Thread Singh, Jasvinder
> -Original Message- > From: Archit Pandey > Sent: Tuesday, June 2, 2020 9:55 AM > To: dev@dpdk.org > Cc: Archit Pandey ; Singh, Jasvinder > > Subject: [PATCH] sched: add missing 64-bit rate values > > 64-bit support was missing from the functions pipe_profile_check and > rte_sched_su

[dpdk-dev] [PATCH] sched: add missing 64-bit rate values

2020-06-02 Thread Archit Pandey
64-bit support was missing from the functions pipe_profile_check and rte_sched_subport_config_pipe_profile_table. Fixes: 68c1f26d4236 ("sched: support 64-bit values") Cc: jasvinder.si...@intel.com Signed-off-by: Archit Pandey --- lib/librte_sched/rte_sched.c | 4 ++-- 1 file changed, 2 insertio