Skip to content

Commit

Permalink
Supply the missing ingress/egress port profile list in document (soni…
Browse files Browse the repository at this point in the history
…c-net#2064)

Signed-off-by: Stephen Sun <stephens@nvidia.com>
  • Loading branch information
stephenxs committed Dec 7, 2021
1 parent 8123437 commit 89ea538
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions doc/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Table of Contents
* [Buffer pool](#buffer-pool)
* [Buffer profile](#buffer-profile)
* [Buffer queue](#buffer-queue)
* [Buffer port ingress profile list](#buffer-port-ingress-profile-list)
* [Buffer port egress profile list](#buffer-port-egress-profile-list)
* [Cable length](#cable-length)
* [COPP_TABLE](#copp_table)
* [CRM](#crm)
Expand Down Expand Up @@ -544,6 +546,43 @@ This kind of profiles will be handled by buffer manager and won't be applied to
```

### Buffer port ingress profile list

```
{
"BUFFER_PORT_INGRESS_PROFILE_LIST": {
"Ethernet50": {
"profile_list": "ingress_lossy_profile,ingress_lossless_profile"
},
"Ethernet52": {
"profile_list": "ingress_lossy_profile,ingress_lossless_profile"
},
"Ethernet56": {
"profile_list": "ingress_lossy_profile,ingress_lossless_profile"
}
}
}
```

### Buffer port egress profile list

```
{
"BUFFER_PORT_EGRESS_PROFILE_LIST": {
"Ethernet50": {
"profile_list": "egress_lossy_profile,egress_lossless_profile"
},
"Ethernet52": {
"profile_list": "egress_lossy_profile,egress_lossless_profile"
},
"Ethernet56": {
"profile_list": "egress_lossy_profile,egress_lossless_profile"
}
}
}
```

### Cable length

Expand Down

0 comments on commit 89ea538

Please sign in to comment.