sonic-pfc-priority-queue-map YANG¶
概要¶
- module:
sonic-pfc-priority-queue-map - namespace:
http://github.com/sonic-net/sonic-pfc-priority-queue-map - revision:
2021-04-15 - import: なし
- top container:
sonic-pfc-priority-queue-map
PFC_PRIORITY_TO_QUEUE_MAP yang Module for SONiC OS. PFC 優先度 (0-7) を egress queue index にマッピングする。1
データフロー (自動生成)¶
flowchart LR
Y["sonic-pfc-priority-queue-map"]
C1[("CONFIG_DB<br/>MAP_PFC_PRIORITY_TO_QUEUE")]
Y --> C1
D1["QosOrch"]
C1 --> D1
凡例
YANG モジュールから CONFIG_DB テーブル経由で subscribe する daemon/orch までを docs/reference/config-db-orch-map.md から機械生成したミニ図。詳細・例外は本ページ本文を参照。
関連ページ¶
本 YANG モジュールに対応する CONFIG_DB / CLI / HLD / Topics への相互リンク。inject_yang_xref.py により自動生成されます。
対応 CONFIG_DB¶
関連 HLD¶
ツリー¶
module: sonic-pfc-priority-queue-map
+--rw sonic-pfc-priority-queue-map
+--rw MAP_PFC_PRIORITY_TO_QUEUE
+--rw MAP_PFC_PRIORITY_TO_QUEUE_LIST* [name]
+--rw name string
+--rw MAP_PFC_PRIORITY_TO_QUEUE* [pfc_priority]
+--rw pfc_priority string
+--rw qindex? string
leaf 一覧¶
| leaf | パス | 型 | 必須 | デフォルト | enum / 範囲 / leafref | 説明 |
|---|---|---|---|---|---|---|
name |
sonic-pfc-priority-queue-map/MAP_PFC_PRIORITY_TO_QUEUE/MAP_PFC_PRIORITY_TO_QUEUE_LIST/name |
string |
yes | pattern [a-zA-Z0-9]{1}([-a-zA-Z0-9_]{0,31}), length 1..32 |
Name of the PFC priority to queue map. | |
pfc_priority |
.../MAP_PFC_PRIORITY_TO_QUEUE/pfc_priority |
string |
yes | pattern [0-7]? |
PFC priority value (0-7). | |
qindex |
.../MAP_PFC_PRIORITY_TO_QUEUE/qindex |
string |
pattern [0-7]? |
Target egress queue index (0-7). |
leafref / 依存¶
- なし
augment / deviation¶
- なし
関連 CONFIG_DB / CLI¶
- CONFIG_DB:
MAP_PFC_PRIORITY_TO_QUEUE|<name>でマップ本体、PORT_QOS_MAP|<port>/pfc_to_queue_mapから参照 - CLI: マップ名は
config qos reload/ minigraph 経由で投入
関連 YANG モジュール¶
意味的に関連する SONiC YANG モジュール (slug prefix / curated group / frontmatter related.yang から自動抽出):
関連リファレンス¶
引用元¶
-
sonic-net/sonic-buildimagesrc/sonic-yang-models/yang-models/sonic-pfc-priority-queue-map.yang@9ea932ec2e18f35e58268ec2e4456b1d4afd65cd↩