This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/device/arista
Ashok Daparthi-Dell 6cbdf11e53
SONIC QOS YANG - Remove qos tables field value refernce format (#7752)
Depends on Azure/sonic-utilities#1626
Depends on Azure/sonic-swss#1754

QOS tables in config db used ABNF format i.e "[TABLE_NAME|name] to refer fieldvalue to other qos tables.

Example:
Config DB:
"Ethernet92|3": {
"scheduler": "[SCHEDULER|scheduler.1]",
"wred_profile": "[WRED_PROFILE|AZURE_LOSSLESS]"
},
"Ethernet0|0": {
"profile": "[BUFFER_PROFILE|ingress_lossy_profile]"
},
"Ethernet0": {
"dscp_to_tc_map": "[DSCP_TO_TC_MAP|AZURE]",
"pfc_enable": "3,4",
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
"tc_to_pg_map": "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
"tc_to_queue_map": "[TC_TO_QUEUE_MAP|AZURE]"
},

This format is not consistent with other DB schema followed in sonic.
And also this reference in DB is not required, This is taken care by YANG "leafref".

Removed this format from all platform files to consistent with other sonic db schema.
Example:
"Ethernet92|3": {
"scheduler": "scheduler.1",
"wred_profile": "AZURE_LOSSLESS"
},

Dependent pull requests:
#7752 - To modify platfrom files
#7281 - Yang model
Azure/sonic-utilities#1626 - DB migration
Azure/sonic-swss#1754 - swss change to remove ABNF format
2021-09-28 09:21:24 -07:00
..
x86_64-arista_7050_qx32 SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
x86_64-arista_7050_qx32s SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
x86_64-arista_7050cx3_32s SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
x86_64-arista_7050sx3_48c8 SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
x86_64-arista_7050sx3_48yc8 SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
x86_64-arista_7060_cx32s SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
x86_64-arista_7060cx2_32s [arista]: Add placeholder healthd configuration for all platforms (#6233) 2020-12-17 05:18:38 -08:00
x86_64-arista_7060dx4_32 [Arista] Add dynamic port breakout hwsku to platforms (#7975) 2021-08-16 07:03:50 -07:00
x86_64-arista_7060px4_32 [Arista] Add dynamic port breakout hwsku to platforms (#7975) 2021-08-16 07:03:50 -07:00
x86_64-arista_7170_32c [Arista] Update platform library submodules (#8281) 2021-07-30 17:10:45 -07:00
x86_64-arista_7170_32cd [Arista] Update platform library submodules (#8281) 2021-07-30 17:10:45 -07:00
x86_64-arista_7170_64c SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
x86_64-arista_7260cx3_64 SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
x86_64-arista_7280cr3_32d4 [Arista] Improve 7280CR3 platform configurations (#8234) 2021-07-24 13:42:27 -07:00
x86_64-arista_7280cr3_32p4 [arista] Add gearbox configs for Arista 7280cr3mk (#8146) 2021-08-26 15:30:11 +08:00
x86_64-arista_7280cr3mk_32d4 [arista] Add gearbox configs for Arista 7280cr3mk (#8146) 2021-08-26 15:30:11 +08:00
x86_64-arista_7280cr3mk_32p4 [arista] Add gearbox configs for Arista 7280cr3mk (#8146) 2021-08-26 15:30:11 +08:00
x86_64-arista_7800_sup [chassis] Set LAG Id range for 7800 chassis (#8052) 2021-08-30 16:04:07 -07:00
x86_64-arista_7800r3_48cq2_lc [Arista] Fix Clearwater2 phy initialization when no configuration is provided (#8271) 2021-09-09 13:03:22 -07:00
x86_64-arista_7800r3_48cqm2_lc [Arista] Fix Clearwater2 phy initialization when no configuration is provided (#8271) 2021-09-09 13:03:22 -07:00
x86_64-arista_common [Arista] Update platform library submodules (#8594) 2021-09-01 01:52:57 -07:00
x86_64-arista_7280cr3k_32d4 [arista]: Add SmartsvilleDDBK and SmartsvilleBkMs (#4662) 2020-05-28 14:59:00 -07:00
x86_64-arista_7280cr3k_32p4 [arista] Add support for more 7280CR3 variants (#3711) 2019-11-06 10:11:38 -08:00