> -----Original Message-----
> From: Singh, Jasvinder
> Sent: Monday, October 14, 2019 6:25 PM
> To: dev@dpdk.org
> Cc: Dumitrescu, Cristian <cristian.dumitre...@intel.com>; Krakowiak,
> LukaszX <lukaszx.krakow...@intel.com>
> Subject: [PATCH 1/2] sched: add support for 64 bit values
>
> To support high bandwidth NICs, all rates (port, subport level
> token bucket and traffic class rates, pipe level token bucket
> and traffic class rates) and stats counters defined in public
> data structures (rte_sched.h) are modified to support 64-bit
> values.
>
> Signed-off-by: Jasvinder Singh <jasvinder.si...@intel.com>
> Signed-off-by: Lukasz Krakowiak <lukaszx.krakow...@intel.com>
> ---
> examples/ip_pipeline/cli.c | 18 +++++-----
> examples/ip_pipeline/tmgr.h | 2 +-
> examples/qos_sched/cfg_file.c | 64 +++++++++++++++++------------------
> examples/qos_sched/stats.c | 6 ++--
> lib/librte_sched/rte_sched.h | 38 ++++++++++-----------
> 5 files changed, 64 insertions(+), 64 deletions(-)
>
Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>