> -----Original Message-----
> From: Singh, Jasvinder
> Sent: Monday, October 14, 2019 6:25 PM
> To: [email protected]
> Cc: Dumitrescu, Cristian <[email protected]>; Krakowiak,
> LukaszX <[email protected]>
> 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 <[email protected]>
> Signed-off-by: Lukasz Krakowiak <[email protected]>
> ---
> 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 <[email protected]>