From bdc0e6b7204ea0211d4f7881497e4306586fb9ef Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Sat, 22 Sep 2018 05:32:50 -0700 Subject: Trivial: Clean up some typos. Change-Id: I085615fde1f966490f30ed5d32017b8b088cfd59 Signed-off-by: Paul Vinciguerra --- src/plugins/dpdk/hqos/qos_doc.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/plugins/dpdk/hqos') diff --git a/src/plugins/dpdk/hqos/qos_doc.md b/src/plugins/dpdk/hqos/qos_doc.md index 7c064246e60..fe3bb1bcd4b 100644 --- a/src/plugins/dpdk/hqos/qos_doc.md +++ b/src/plugins/dpdk/hqos/qos_doc.md @@ -2,14 +2,14 @@ The Quality-of-Service (QoS) scheduler performs egress-traffic management by prioritizing the transmission of the packets of different type services and -subcribers based on the Service Level Agreements (SLAs). The QoS scheduler can +subscribers based on the Service Level Agreements (SLAs). The QoS scheduler can be enabled on one or more NIC output interfaces depending upon the requirement. ## Overview -The QoS schdeuler supports a number of scheduling and shaping levels which +The QoS scheduler supports a number of scheduling and shaping levels which construct hierarchical-tree. The first level in the hierarchy is port (i.e. the physical interface) that constitutes the root node of the tree. The subsequent level is subport which represents the group of the @@ -34,7 +34,7 @@ For more information on QoS Scheduler, please refer DPDK Programmer's Guide- http://dpdk.org/doc/guides/prog_guide/qos_framework.html -### QoS Schdeuler Parameters +### QoS Scheduler Parameters Following illustrates the default HQoS configuration for each 10GbE output port: @@ -134,7 +134,7 @@ red { ### DPDK QoS Scheduler Integration in VPP -The Hierarchical Quaity-of-Service (HQoS) scheduler object could be seen as +The Hierarchical Quality-of-Service (HQoS) scheduler object could be seen as part of the logical NIC output interface. To enable HQoS on specific output interface, vpp startup.conf file has to be configured accordingly. The output interface that requires HQoS, should have "hqos" parameter specified in dpdk @@ -213,7 +213,7 @@ be used. set dpdk interface hqos placement thread ``` -The command below is used to set the packet fields required for classifiying +The command below is used to set the packet fields required for classifying the incoming packet. As a result of classification process, packet field information will be mapped to 5 tuples (subport, pipe, traffic class, pipe, color) and stored in packet mbuf. @@ -223,7 +223,7 @@ set dpdk interface hqos pktfield id subport|pipe|tc offset mask ``` -The DSCP table entries used for idenfiying the traffic class and queue can be set using the command below; +The DSCP table entries used for identifying the traffic class and queue can be set using the command below; ``` set dpdk interface hqos tctbl entry tc queue @@ -286,7 +286,7 @@ below command. ### QoS Scheduler Binary APIs -This section explans the available binary APIs for configuring QoS scheduler +This section explains the available binary APIs for configuring QoS scheduler parameters in run-time. The following API can be used to set the pipe profile of a pipe that belongs -- cgit 1.2.3-korg