DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] lib/librte_sched: fix update tc_credits
@ 2017-06-26 10:13 Olivier Chirossel
  2017-06-26 10:13 ` [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 updade are loose, because tc_credits is set to tc_credits_per_period. The purpose of the patch is to fix that Olivier Chirossel
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Chirossel @ 2017-06-26 10:13 UTC (permalink / raw)
  To: dev; +Cc: 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 to tc_credits_per_period.     The purpose of the
    patch is to fix that.

 doc/guides/prog_guide/qos_framework.rst | 10 ++++--
 lib/librte_sched/rte_sched.c            | 62 ++++++++++++++++++++++-----------
 2 files changed, 50 insertions(+), 22 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-26 10:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26 10:13 [dpdk-dev] [PATCH] lib/librte_sched: fix update tc_credits Olivier Chirossel
2017-06-26 10:13 ` [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 updade are loose, because tc_credits is set to tc_credits_per_period. The purpose of the patch is to fix that Olivier Chirossel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).