-
Notifications
You must be signed in to change notification settings - Fork 554
Comparing changes
Open a pull request
base repository: opencomputeproject/SAI
base: 58d95ce
head repository: opencomputeproject/SAI
compare: 8429451
- 16 commits
- 21 files changed
- 14 contributors
Commits on Aug 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5b9ae95 - Browse repository at this point
Copy the full SHA 5b9ae95View commit details
Commits on Oct 10, 2025
-
Support for Next Hop Meta Data (#2181)
Signed-off-by: Komal Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 000c6fe - Browse repository at this point
Copy the full SHA 000c6feView commit details -
Add BFD and ICMP echo session to monitored objects list (#2193)
Signed-off-by: Chikkegowda Chikkaiah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ba089f - Browse repository at this point
Copy the full SHA 4ba089fView commit details -
Signed-off-by: Ze Gan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cec3156 - Browse repository at this point
Copy the full SHA cec3156View commit details -
Enable ICMP sessions on LAG port (#2194)
fixes Signed-off-by: Chikkegowda Chikkaiah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbb76d3 - Browse repository at this point
Copy the full SHA cbb76d3View commit details -
Signed-off-by: pullarao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25579f3 - Browse repository at this point
Copy the full SHA 25579f3View commit details -
Added port serdes attributes for various taps (#2207)
Signed-off-by: Prince George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cfe262 - Browse repository at this point
Copy the full SHA 9cfe262View commit details -
Packet trimming: Add counter description (#2184)
Signed-off-by: Running Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3360187 - Browse repository at this point
Copy the full SHA 3360187View commit details -
Create API for fast linkup configuration. (#2203)
Signed-off-by: Martin Liao <[email protected]> Co-authored-by: Martin Liao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a71308 - Browse repository at this point
Copy the full SHA 3a71308View commit details -
meta/Makefile: use &: for grouped targets (#2200)
The meta/Makefile contains several rules which are not correct for parallel make. These rules contain several targets to the left of the colon, and express the intent that the targets are built together as a group. Unfortunately, that's not what the syntax means: Rather: t1 t2 t3 : prereq recipe # recipe generates all three! is essentially a syntactic sugar condensing multiple rules with the same recipe and prerequisites: t1 : prereq recipe # recipe generates all three! t2 : prereq recipe t3 : prereq recipe Under parallel make these rules fire in parallel which can wreak havoc, since they stomp on each other's files. The issue can be addressed using the grouped targets feature: t1 t2 t3 &: prereq recipe # recipe generates all three! The ampersand-colon separator &: means that there is only one rule here which Make understands to be updating all three targets. This feature has been available since GNU Make 4.2.90. Ubuntu-latest is on 4.3. (The grouped targets feature was the subject of a bugfix before 4.4. The bug potentially causes a grouped target not to be remade if it is deleted. This is minor problem because it's not expected that someone will be deleting, say, the generated file saimetadata.c individually rather than doing a "make clean" which deletes all the generated files.) Signed-off-by: Kaz Kylheku <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 935158d - Browse repository at this point
Copy the full SHA 935158dView commit details -
Add SAI_ATTR_PORT_FW_REVISION to saiport (#2197)
This proposal outlines the addition of a new port attribute designed to provide a standardized method for querying the active firmware revision of a port. Proposal - Add label SAI_ATTR_PORT_FW_REVISION under sai_port_attr_h in saiport.h to store firmware related information. This attribute will store a string denoting the current firmware version running on the port. This can denote either the SerDes firmware version or any other vendor specific firmware version that needs to be exported. Signed-off-by: Tejas Pandey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81fd462 - Browse repository at this point
Copy the full SHA 81fd462View commit details -
Adding custom range base type for SAI_TAM_TEL_MATH_FUNC_TYPE (#2206)
Signed-off-by: Dhruvkumar Patel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4467604 - Browse repository at this point
Copy the full SHA 4467604View commit details -
Added missing enable=True to acl_action_data_t in IPv6NextHdrTest (sa…
…iacl module) (#2202) Signed-off-by: Kandankarunai Thiruppathi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 863494f - Browse repository at this point
Copy the full SHA 863494fView commit details -
Per Lane PRBS statuses and statistics (#2204)
Signed-off-by: Spandan Dasgupta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff3595c - Browse repository at this point
Copy the full SHA ff3595cView commit details -
Manually override HW switchover for planned operation (#2219)
Signed-off-by: Chikkegowda Chikkaiah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7bf0632 - Browse repository at this point
Copy the full SHA 7bf0632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8429451 - Browse repository at this point
Copy the full SHA 8429451View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 58d95ce...8429451