sonic-buildimage/device/nokia/x86_64-nokia_ixr7250e_36x400g-r0
Deepak Singhal bf428fd9a7
DNX(J2/J2c/J2c+): Reserve Non-ECMP Fec Resource for Non-ECMP Route Nexthops/NBR Entries (#13076)
Why I did it
On DNX (J2/J2c/J2c+) platforms, Single Path Nexthops and ECMp Nexthop resources(FECs) are shared. BRCM SAI do not have partition of this resource, and hence more single path Nexthop entries, causes ECMP programming to fail in scaled setup.

How I did it
Broadcom provided SAI changes to reserve resources for single path nexthop entries(More details in CSP: https://brcmsemiconductor-csm.wolkenservicedesk.com/wolken-support/allcases/request-details?requestId=CS00012251649).
Along with SAI changes, they provided configurable Macro/flag to reserve NON_ECMP entries.
This PR is to add that flag in various sai.profile files wherever applicable.

PS: We are reserving 3072 single path Nexthop entries on each Linecard. Calculation is as follows.
Max Slots per chassis: 8
Max No of Ports(each LC): 64
MyIP/Subnet Entries per port: 4(v4/v6)
Nbr Entries Per port: 2(v4/v6)

Total Non_ECMP Count: 8x64x(4+2) = 3072

How to verify it
Without this change, the ECMP group count will be shown as Max_count in 'crm show resources all' command, and with this change the ECMP group count will be decreased by 24(3072/128).
2022-12-16 16:43:43 -08:00
..
Nokia-IXR7250E-36x100G DNX(J2/J2c/J2c+): Reserve Non-ECMP Fec Resource for Non-ECMP Route Nexthops/NBR Entries (#13076) 2022-12-16 16:43:43 -08:00
Nokia-IXR7250E-36x400G DNX(J2/J2c/J2c+): Reserve Non-ECMP Fec Resource for Non-ECMP Route Nexthops/NBR Entries (#13076) 2022-12-16 16:43:43 -08:00
plugins Added Nokia IXR7250E support (#7809) 2021-08-17 12:26:04 -07:00
asic.conf Added Nokia IXR7250E support (#7809) 2021-08-17 12:26:04 -07:00
chassisdb.conf [Nokia][platform] Modified Nokia device data to support midplane (#9914) 2022-02-08 14:03:12 -08:00
default_sku Added Nokia IXR7250E support (#7809) 2021-08-17 12:26:04 -07:00
installer.conf Added Nokia IXR7250E support (#7809) 2021-08-17 12:26:04 -07:00
pcie.yaml Added Nokia IXR7250E support (#7809) 2021-08-17 12:26:04 -07:00
platform_asic Add platform_asic file to each platform folder in sonic-device-data based package (#8542) 2021-10-08 19:27:48 -07:00
platform_components.template [Nokia] Update Nokia platform IXR7250E device data (#11611) 2022-10-10 18:49:26 -07:00
platform_env.conf Use the macsec_enabled flag in platform to enable macsec feature state (#11998) 2022-11-08 11:03:38 -08:00
platform_ndk.json [Nokia] Update Nokia platform IXR7250E device data (#11611) 2022-10-10 18:49:26 -07:00
platform_reboot [Nokia] Update Nokia platform IXR7250E device data (#11611) 2022-10-10 18:49:26 -07:00
platform.json Updated Nokia device BCM and platform config (#11106) 2022-06-18 10:47:49 -07:00
pmon_daemon_control.json Added Nokia IXR7250E support (#7809) 2021-08-17 12:26:04 -07:00
system_health_monitoring_config.json Updated Nokia device BCM and platform config (#11106) 2022-06-18 10:47:49 -07:00
thermal_policy.json Added Nokia IXR7250E support (#7809) 2021-08-17 12:26:04 -07:00