X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fprog_guide%2Fqos_framework.rst;h=3b8a1184b03b5ec97b2fdc96ed896958fa70b263;hb=6cc51b1293ceac4a77d4bf7ac91a8bbd59e1f78c;hp=4e4ea33ccb6ea997a1e1e8fdf1aa0b068506ed97;hpb=89c67ae2cba78c4d896d8b6481058e02c727b5ac;p=dpdk.git diff --git a/doc/guides/prog_guide/qos_framework.rst b/doc/guides/prog_guide/qos_framework.rst index 4e4ea33ccb..3b8a1184b0 100644 --- a/doc/guides/prog_guide/qos_framework.rst +++ b/doc/guides/prog_guide/qos_framework.rst @@ -737,7 +737,7 @@ Strict priority scheduling of traffic classes within the same pipe is implemente which selects the queues in ascending order. Therefore, queue 0 (associated with TC 0, highest priority TC) is handled before queue 1 (TC 1, lower priority than TC 0), -which is handled before queue 2 (TC 2, lower priority than TC 1) and it conitnues until queues of all TCs except the +which is handled before queue 2 (TC 2, lower priority than TC 1) and it continues until queues of all TCs except the lowest priority TC are handled. At last, queues 12..15 (best effort TC, lowest priority TC) are handled. Upper Limit Enforcement @@ -1517,9 +1517,9 @@ Source Files Location The source files for the DPDK dropper are located at: -* DPDK/lib/librte_sched/rte_red.h +* DPDK/lib/sched/rte_red.h -* DPDK/lib/librte_sched/rte_red.c +* DPDK/lib/sched/rte_red.c Integration with the DPDK QoS Scheduler ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~