[dpdk-dev] [PATCH] [PATCH v3] lib/librte_sched: fix update tc_credits

2017-07-06 Thread Olivier Chirossel
Signed-off-by: Olivier Chirossel --- doc/guides/prog_guide/qos_framework.rst | 10 ++- lib/librte_sched/rte_sched.c| 124 ++-- 2 files changed, 112 insertions(+), 22 deletions(-) diff --git a/doc/guides/prog_guide/qos_framework.rst b/doc/guides

[dpdk-dev] [PATCH v3] lib/librte_sched: fix update tc_credits

2017-07-06 Thread Olivier Chirossel
--- Olivier Chirossel (1): lib/librte_sched: fix update tc_credits Actualy ( for small rate ) if tc_credits_per_period < packets length all packets are drop. Also the credits presents before the updade are loose, because tc_credits is set to tc_credits_per_period. The purp

[dpdk-dev] [PATCH v2] lib/librte_sched: fix update tc_credits

2017-06-29 Thread Olivier Chirossel
Signed-off-by: Olivier Chirossel doc/guides/prog_guide/qos_framework.rst | 10 -- lib/librte_sched/rte_sched.c| 62 ++--- 2 files changed, 50 insertions(+), 22 deletions(-) diff --git a/doc/guides/prog_guide/qos_framework.rst b/doc/guides/prog_guide

[dpdk-dev] [PATCH v2] lib/librte_sched: fix update tc_credits

2017-06-29 Thread Olivier Chirossel
Olivier Chirossel (1): lib/librte_sched: fix update tc_credits Actualy ( for small rate ) if tc_credits_per_period < packets length all packets are drop. Also the credits presents before the updade are loose, because tc_credits is set to tc_credits_per_period. The purpose of

[dpdk-dev] [PATCH] [PATCH] lib/librte_sched: fix update tc_credits Actualy ( for small rate ) if tc_credits_per_period < packets length all packets are drop. also the credits presents before the updad

2017-06-26 Thread Olivier Chirossel
--- doc/guides/prog_guide/qos_framework.rst | 10 -- lib/librte_sched/rte_sched.c| 62 ++--- 2 files changed, 50 insertions(+), 22 deletions(-) diff --git a/doc/guides/prog_guide/qos_framework.rst b/doc/guides/prog_guide/qos_framework.rst index f3f60b8

[dpdk-dev] [PATCH] lib/librte_sched: fix update tc_credits

2017-06-26 Thread Olivier Chirossel
*** BLURB HERE *** Olivier Chirossel (1): lib/librte_sched: fix update tc_credits Actualy ( for small rate ) if tc_credits_per_period < packets length all packets are drop. also the credits presents before the updade are loose, because tc_credits is set