sonic-buildimage/device/dell/x86_64-dellemc_s5232f_c3538-r0/DellEMC-S5232f-C32
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
..
buffers_defaults_t0.j2 SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
buffers_defaults_t1.j2 SONIC QOS YANG - Remove qos tables field value refernce format (#7752) 2021-09-28 09:21:24 -07:00
buffers.json.j2 [devices]: Add a new supported device DellEMC s5232f (#3090) 2019-06-28 21:40:50 -07:00
custom_led.bin [devices]: Add a new supported device DellEMC s5232f (#3090) 2019-06-28 21:40:50 -07:00
linkscan_led_fw.bin [devices]: Add a new supported device DellEMC s5232f (#3090) 2019-06-28 21:40:50 -07:00
pg_profile_lookup.ini DellEMC: Change PG values for S5232f,Z9264f (#7102) 2021-08-09 14:56:48 -07:00
port_config.ini [DellEMC] S5232 platform updates (#4360) 2020-04-08 02:41:56 -07:00
qos.json.j2 [devices]: Add a new supported device DellEMC s5232f (#3090) 2019-06-28 21:40:50 -07:00
sai_preinit_cmd.soc [DellEMC] S5232 platform updates (#4360) 2020-04-08 02:41:56 -07:00
sai.profile In SAI 3.5 by default we are supporting 256 Group with 64 Memeber each. (#5400) 2020-09-22 11:21:12 -07:00
td3-s5232f-32x100G.config.bcm [BCM Config] Update TD3 bcm.config files to use ISSU capable premium CANCUN 6.4.1 (#6651) 2021-02-02 21:48:26 -08:00