Skip to content

Commit

Permalink
clarify the two scenarios are separate examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Oct 2, 2024
1 parent 0fbf1a9 commit 5ee6924
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions doc/qos_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ interface's entry in the `/qos/interfaces/interface` list.

## Annotated QoS Examples

### Ingress Classification with Egress Scheduling
### Example 1: Ingress Classification with Egress Scheduling

The example QoS configuration below shows the configuration of an interface,
assumed to be facing a customer which has ingress classification based on DSCP
Expand Down Expand Up @@ -430,17 +430,19 @@ markings. The same interface has an egress scheduler policy applied to it.
}
```

### Ingress Classification with Ingress Scheduling (Policer)
### Example 2: Ingress Classification with Ingress Scheduling (Policer) on a VOQ device

The example QoS configuration below shows the configuration of an interface,
assumed to be facing a customer which has ingress classification based on
the next-hop group the packet is being sent to. The same interface has an
ingress scheduler policy applied to it which implementes a ONE_RATE_TWO_COLOR
policer.
ingress scheduler policy applied to it which implements an
`ONE_RATE_TWO_COLOR` policer.

In this scenario, the device is does not have hardware or software to implement
in ingress queue. To satisfy the OC schema requirements, a dummy or "fake"
queue is created.
In this scenario, the device has a VOQ architecture is does not have hardware
or software to implement in ingress queue. To satisfy the OC schema
requirements, a dummy or "fake" queue is created for the ingress side of the
pipeline. Note, an egress queue could still be defined on the egress side,
but it is not included here for simplication.

```json
{
Expand Down

0 comments on commit 5ee6924

Please sign in to comment.