forked from sonic-net/SONiC
-
Notifications
You must be signed in to change notification settings - Fork 1
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 Azure/master #1
Merged
anand-kumar-subramanian
merged 142 commits into
anand-kumar-subramanian:master
from
sonic-net:master
Jan 8, 2020
Merged
Merge from Azure/master #1
anand-kumar-subramanian
merged 142 commits into
anand-kumar-subramanian:master
from
sonic-net:master
Jan 8, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
During first demo of POC
Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
To be presented on 7/17/2019
* Updating VRF HLD Version 1.0 * VRF HLD v1.1 * Addressing comments from Nephos: Removed test plan since its tracked as separate document * Addressing comments from Nephos: Removed test plan since its tracked as separate document Addressing comments * Addressing comments from Nephos: Removed test plan since its tracked as separate document Addressing comments * Addressing few review comments from VRF HLD review * Rename VRF HLD file to not have version numbre in file name
* Layer 2 Forwarding Enhancements FDS The documents decribes the functional spec and high level design for Layer 2 Forwarding Enhancements. * Layer 2 Forwarding Enhancements HLD * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update SONiC Layer 2 Forwarding Enhancements HLD.md * Update .DS_Store * Update .DS_Store * Updated to change FDB flush as bulk flush in hardware Changed FDB flush mechanism from individual FDB entry delete to Bulk flush in hardware. * exclude bridge_port_id in fdb data structure Updated to exclude bridge_port_id in Orchagent FDB data structure as it is not needed for bulk flush. We only need the FDB type. * exclude bridge_port_id in fdb data structure * Update SONiC Layer 2 Forwarding Enhancements HLD.md some minor corrections. * Updated with inputs from community review 1. Added per port per VLAN fdb clear option. 2. Listed all the SAI attributes being used. 3. Added -w option in VLAN Range commands to indicate logging of warning messages. * remove .DS_Store * Update SONiC Layer 2 Forwarding Enhancements HLD.md Updated default FDB aging time.
* BFD Enhancment HLD * mend
Signed-off-by: Wenda Ni <wenni@microsoft.com>
SONiC webpage at https://azure.github.io/SONiC/ is not loading properly with the modified index.html page. It gives "build error" from GitHub that says “The tag `if` on line 185 in `doc/sonic-build-system/build_system_improvements.md`”. While trying to find the root cause of this error, we found the file build_system_improvements.md is giving error due to usage of “%” in markdown file. We suspect that repository gave build error due to the lines 20, 22 & 24. In general, in markdown, if we want to use "%" kind of special characters, we need to give a "\" before such characters. When this "\" added in those lines, Webpage build error can be verified only after this change is checked in. We will merge this change and see if webpage build error is going away. If this is an incorrect change, we will revert this change later.
1) Original SONiC/REDIS/ABNF/South-bound yang becoming North bound Yang. 2) Samples for Transformer -- not yet presented in team meeting
* sFlow HLD initial draft * sFlow HLD : address internal comments * sFlow HLD : update CLI and remove sflowcfgd * sFlow HLD : fix sampling rate schema * sFlow HLD : address review comments * sFlow HLD : update CLI and schema based on review comments
- Update HLD with changes from code review - Add clarifications from discussion with Aviz - Add acknowledgements and references Signed-off-by: Danny Allen <daall@microsoft.com>
Oct newsletter html
Added older MoM
index.html - updated news; workgroup - updated meeting details.
To check whether the table can be viewed without moving a horizontal bar
updated workgroup.html and supported platforms
- This document explains the need and functionality of a service to initialize and manage configuration of a SONiC switch. - The intention of this service is to replace some features of updategraph Signed-off-by: Rajendra Dendukuri <rajendra.dendukuri@broadcom.com>
* Error handling framework initial draft * Update few links in TOC * minor edits
* Documents: Debug Framework Design Spec * A framework that allows components to register and dump running snapshots of component internals using dump routines. * Handle assert conditions to collect more info. Signed-off-by: Anil Sadineni anil.sadineni@broadcom.com * Version 3 Debug Framework design spec * edit images path
* bgp error handling changes for review on master branch * changes for supporting positive ACK for BGP error handling * Updated with changes for config replay * Updated with changes for config replay * Updated warm-reboot (section 6) and config knob(3.7.2)
Added a new workgroup and added a meeting note.
updated MOM
* Added fwutil High Level Design. Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com> * Updated fwutil HLD: rev 0.2. Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com> * Updated fwutil HLD: rev 0.3. Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com> * Updated fwutil HLD: rev 0.4. Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com> * Updated fwutil HLD: rev 0.5. Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.