sched: fix 64-bit rate
authorArchit Pandey <architpandeynitk@gmail.com>
Tue, 2 Jun 2020 08:55:28 +0000 (14:25 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 24 Jun 2020 22:52:31 +0000 (00:52 +0200)
commit78621061f7f8d20544f81b391a62acb735275add
tree33bcc49265ddfdc2bdc8240897a6f5152adbdc04
parentfbd8981cddf9ea558d5480cc3b02d3334482210f
sched: fix 64-bit rate

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: stable@dpdk.org
Signed-off-by: Archit Pandey <architpandeynitk@gmail.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
lib/librte_sched/rte_sched.c