-
Notifications
You must be signed in to change notification settings - Fork 444
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
Automated Release v1.2.3.3 #3648
Merged
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
mihaibudiu
approved these changes
Nov 1, 2022
Changelog: - CI: add sanitizers (3625) [Dávid Bolvanský] - Fix compilation issues after reachability merge (3649) [Fabian Ruffy] - Reachability Engine for P4Tools (3609) [VolodymyrPeschanenkoIntel] - Fix incorrect tests : totalLen field of ipv4 header, action name in add_entry call (3647) [Usha Gupta] - Tighten p4c for add-on-miss (3614) [Hemant Singh] - Update hex constants to use uppercase (3645) [Usha Gupta] - Migrate some P4Testgen utilities to lib folder. (3630) [Fabian Ruffy] - Add more code owners. (3629) [Fabian Ruffy] - Modify test script running PTF tests for PSA/eBPF (3643) [Tomasz Osiński] - Fix PTF eBPF weekly CI job (3642) [Tomasz Osiński] - Update comments in issue2201-bmv2.p4 to match current behavior (3637) [Andy Fingerhut] - Rename .stf file to match corresponding default_action_ubpf.p4 file (3638) [Andy Fingerhut] - Do not constant fold mux before it has been typechecked (3633) [Mihai Budiu] - An action profile implementation for v1model protobuf. (3626) [Fabian Ruffy] - Remove GMP support. (3485) [Fabian Ruffy] - Fix typo in test program for reachability tests. (3628) [Fabian Ruffy] - Clean up two desynced tests. (3605) [Fabian Ruffy] - switch labels must be path expressions (3615) [Mihai Budiu] - Dpdk Backend: Minor changes to add error check for mask operands and adding optional match kind to pna.p4 (3588) [Usha Gupta] - Allow serenum members initializers refer to other serenum members (3617) [Mihai Budiu] - Remove unused expected output files -- their test programs were renamed (3621) [Andy Fingerhut] - CI: added build with clang (3607) [Dávid Bolvanský] - Remove unncessary v1model include in P4 test programs - fix up programs that use v1model externs. (3608) [Fabian Ruffy] - Fix extra toP4 whitespace after annotations and declaration instances. (3606) [Fabian Ruffy] - Run def-use analysis again after inlining (3591) [Mihai Budiu] - Disable libcall optimizations to avoid infinite loops in malloc (3586) [Dávid Bolvanský] - Add missing select-struct.p4 test program to p4_16_samples directory (3600) [Andy Fingerhut] - Remove obsolete expected output files issue1409*.p4 (3601) [Andy Fingerhut] - Remove unused expected output files key_ebpf-issue-1020*.p4 (3602) [Andy Fingerhut] - Add missing test program precedence-lt.p4 (3603) [Andy Fingerhut] - Add missing test program fwd-bmv2-psa.p4 (3604) [Andy Fingerhut] - Add missing P4 test program issue2495-bmv2.p4 (3599) [Andy Fingerhut] - Remove unused expected output file (3598) [Andy Fingerhut] - Remove unused expected output file (3597) [Andy Fingerhut] - Remove expected output for non-existent action_param_serenum.p4 test program (3596) [Andy Fingerhut] - Tables cannot be compared (3590) [Mihai Budiu] - Remove header field size constraints, now (3579) [Kamlesh Kumar] - Implement the eBPF extension for P4Tools' P4Testgen (3510) [Fabian Ruffy] - [p4Tools and p4Testgen] New exploration strategy for test generation (3566) [Hanneli Tavante] - Fix taint analysis that was too conservative. (3583) [Fabian Ruffy] - Dpdk backend: Support for large keysize >64 bytes with additional restrictions (3580) [Usha Gupta] - made "errorCount", "warningCount", and "maxErrorCount" [all "unsigned int"] be "protected" rather than "private" in "class ErrorReporter" in "error_reporter.h" [Abe Skolnik] - Fix shift overlimit error for valid bit slicing operation (3578) [Usha Gupta] - Add a reachability analysis to P4Tools (3569). [VolodymyrPeschanenkoLitSoft] - Introduce cmake option to enable -Werror; use it for CI/docker builds (3555) [Dávid Bolvanský] - Add CODEOWNERS file for P4Tools. (3567) [Fabian Ruffy] - More fixes to the P4Tools repository. (3565) [Fabian Ruffy] - Cpplint fixup. (3564) [Fabian Ruffy] - Switch to macOS 11 (3556) [Dávid Bolvanský] - Several small compilation fixes for tools. (3558) [Fabian Ruffy] - Update gitmodule to fix cloning with https (3562) [Usha Gupta] - add ICastable interface to Backtrack::trigger (3561) [Matej Vido] - Contribute the P4Tools platform and P4Testgen (3495) [Fabian Ruffy] - Fixing bug for ParserUnroll application to a p4 program with a header union (3121) [VolodymyrPeschanenkoIntel] - fixed spelling in CMakelists.txt in 2 different lines (3554) [bagohart] - Switch to C++17 standard (3547) [Dávid Bolvanský] - Use prefixedNonTypeName to simplify the expression production in parser (3553) [Bili Dong] - Entries can be implicitly cast to the key type (3551) [Mihai Budiu] - BMv2: fix hashing non-tuple causing segfault (3465) [Gergely Sarkozi] - PSA/ebpf backed: update psabpf-ctl to the latest version (3539) [Jan Palimąka] - Change warrning messages in ParserUnroll (3548) [VolodymyrPeschanenkoLitSoft] - New class ICastable; new type constraint added (3542) [Mihai Budiu] - Add note to DPDK README that PSA egress is not implemented (3525) [Andy Fingerhut]
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.
Auto-generated pull request for version 1.2.3.3.
Please use Squash and merge to include the changelog in the release message.
Changelog: