doc/acl: document the configurable ACL table group-member priority#2430
Open
AnantKishorSharma wants to merge 1 commit into
Open
doc/acl: document the configurable ACL table group-member priority#2430AnantKishorSharma wants to merge 1 commit into
AnantKishorSharma wants to merge 1 commit into
Conversation
Document the optional ACL_TABLE "PRIORITY" field (companion to sonic-net/sonic-swss#4688), which sets the ACL table group member priority within a bind-point group instead of the previous fixed default. Updates doc/acl/ACL-High-Level-Design.md: - Adds the "priority" field to the ACL_TABLE schema (3.1.2.1.1). - Adds a design note in 3.3.1.2 covering the SAI group-member-priority mapping, the min/max range capability query, and the default/ignored cases. - Rev 1.1 -> 1.2 + revision-history row. Signed-off-by: Anant Kishor Sharma <anant.kishor-sharma@hpe.com>
Collaborator
|
/azp run |
|
No pipelines are associated with this pull request. |
This file contains hidden or 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
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.
What I did
Document the configurable ACL table group-member
PRIORITYfield in the ACL High Level Design, matching how the existing ACL_TABLE configuration is documented.The optional
ACL_TABLE|PRIORITYfield sets the ACL table group member priority within a bind-point group (previously a fixed default).AclOrchvalidates it against the switch-reported range (SAI_SWITCH_ATTR_ACL_TABLE_MINIMUM_PRIORITY/SAI_SWITCH_ATTR_ACL_TABLE_MAXIMUM_PRIORITY) and it is ignored for table types not bound as a group member. It is distinct from the existing per-rulePRIORITY.Details
Rev 1.1 -> 1.2+ revision-history rowpriorityfieldCompanion to the implementation in sonic-net/sonic-swss#4688.
Note: overlaps with the in-flight #2423 (policer HLD) and #2429 (packet-color HLD) on the revision number and the revision-history table. Whichever merges first keeps
1.2; I will rebase the others (bump to 1.3 / 1.4).