p4lang / p4-constraints

Constraints on P4 objects enforced at runtime
Apache License 2.0
14 stars 7 forks source link

PUBLIC: [p4-constraints] Add support for action restrictions in the interpreter. #115

Closed angelazhang8 closed 11 months ago

angelazhang8 commented 1 year ago

PUBLIC: [p4-constraints] Add support for action restrictions in the interpreter.

In this CL, ReasonEntryViolatesConstraint was extended to check action constraints for a given table entry for actions and action profile action sets. EvaluationContext has been refactored to include both TableEntry and ActionInvocation information for evaluation. Please see go/supporting-actions-in-p4-constraints for more details.