Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge from upstream #1

Merged
merged 20 commits into from
Apr 20, 2021
Merged

Conversation

mikeberesford
Copy link
Owner

No description provided.

qbdwlr and others added 20 commits February 21, 2021 20:38
* Enhancements for MPLS support

Signed-off-by: Ann Pokora <apokora@juniper.net>

* remove unnecessary SAI_SWITCH_ATTR_AVAILABLE_MPLS_INSEG_ENTRY

Signed-off-by: Ann Pokora <apokora@juniper.net>
This PR is the closure of discussion in #1153

There is switch level tunnel object which can be set for various attributes per tunnel type.

Signed-off-by: Jai Kumar <jai.kumar@broadcom.com>
…ess (#1171)

SAI_SWITCH_ATTR_SWITCH_HARDWARE_INFO is the right attribute to be used to provide the each Phy information for mdio sysfs driver support

SAI_SWITCH_ATTR_SWITCH_HARDWARE_INFO shall contain the interface_name and phy_id with “/” as the separator

The data should be formatted as {intf_name}/{phy_id} : Ex) eth0/1

GB Phy SAI is expected to parse the SAI_SWITCH_ATTR_SWITCH_HARDWARE_INFO to determine the phy_id along with interface name for each phySAI

Signed-off-by: sujinmkang <sujkang@microsoft.com>
* Override VRF

New virtual router boolean attribute is introduced to indicate that this is an override VRF and overrides other VRs

Signed-off-by: Jai Kumar <jai.kumar@broadcom.com>
Signed-off-by: Mike Beresford <mberes@google.com>
Summary:
Add more attribute for querying available packet DMA
pool size. This can be used for accounting for and
debugging allocations from packet DMA pool.

Co-authored-by: Jasmeet Bagga <jasmeetbagga@fb.com>
[skip ci]

Signed-off-by: Shilong Liu <shilongliu@microsoft.com>
…_OBJECT_LIST (#1199)

Signed-off-by: dipankar-ba <dipankar@arista.com>
* SAI versioning proposal
Add Pre-Ingress ACL stage
Add Set VRF action
Add doc to describe the use case

Co-authored-by: Kishore Gummadidala <kishorg@google.com>
* PRBS RX Error Count Read Only Attribute

Signed-off-by: Jai Kumar <jai.kumar@broadcom.com>
* Add switch attributes for hash offset configuration.

Add ability to specify the hash offset (rotation) in addition to the
hash seed.

Signed-off-by: Mike Beresford <mberes@google.com>
* Add source/dest/double NAPT entry available attributes
…ated SAI_NEIGHBOR_ENTRY_ATTR_ENCAP_IMPOSE_INDEX (#1202)

* saineighbor.h: Updated SAI_NEIGHBOR_ENTRY_ATTR_ENCAP_INDEX and deprecated SAI_NEIGHBOR_ENTRY_ATTR_ENCAP_INDEX

Signed-off-by: SarathBug <sarath.gadagottu@broadcom.com>
Update SAI version to v1.8.0

Signed-off-by: rlhui <ritahui@microsoft.com>
Signed-off-by: Guohan Lu <lguohan@gmail.com>
With SAI v1.8.0 sanity check for having max attribute for any object to be < 200 is not valid for switch attribute.
Commenting out check as of now.
Update Sai version to 1.8.1. 
There is some fix needed on top of SAI1.8.0
This will rewrite api structures which will be marked "callable" when using python bindings and also will generate helper apis to get each api structure directly.
@mikeberesford mikeberesford merged commit 02636a4 into mikeberesford:master Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.