Bug 2239007
| Summary: | [23.H RHEL-9] Fast Datapath Release | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Timothy Redaelli <tredaelli> |
| Component: | openvswitch3.1 | Assignee: | Timothy Redaelli <tredaelli> |
| Status: | CLOSED ERRATA | QA Contact: | ovs-qe |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | FDP 23.H | CC: | ctrautma, jhsiao, ralongi |
| Target Milestone: | --- | ||
| Target Release: | FDP 23.H | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openvswitch3.1-3.1.0-54.el9fdp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-10-18 00:27:10 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Regression Testing has been completed, no issues found. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (openvswitch3.1 bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2023:5818 |
commit 31ed7bcbea2f7c129863819da27353e9bb399003 Merge: bb3687599 8e8131eff Author: Open vSwitch CI <ovs-ci> Date: Fri Sep 8 21:21:15 2023 -0400 Merging upstream branch-3.1 Commit list: 8e8131eff7 netlink-conntrack: Fix partial match of entries with SCTP. (#2228037) commit bb3687599bb0d61ad4667c16ed4f954b718c2346 Merge: affa706ee 2ac4059b9 Author: Open vSwitch CI <ovs-ci> Date: Wed Sep 6 19:53:21 2023 -0400 Merging upstream branch-3.1 Commit list: 2ac4059b9a ofproto-dpif-xlate: Fix recirculation with patch port and controller. (#2170920) 04b8fe40a5 ofproto-dpif-xlate: Don't reinstall removed XC_LEARN rule. (#2213892) commit affa706eec0fb8a33b7313660d12030fe3ff9ef4 Merge: 3279e3458 6753b1086 Author: Open vSwitch CI <ovs-ci> Date: Thu Aug 31 14:51:24 2023 -0400 Merging upstream branch-3.1 Commit list: 6753b10869 conntrack: Remove nat_conn introducing key directionality. commit 3279e3458289a829431b0303f1b432d4b13348c7 Merge: 500a9e288 7ab67cfba Author: Open vSwitch CI <ovs-ci> Date: Wed Aug 30 16:21:48 2023 -0400 Merging upstream branch-3.1 Commit list: 7ab67cfba7 configure: Avoid deprecated AC_PROG_CC_C99 if possible. commit 500a9e288d939b5bb8cf2cfbb523152a415b5bdf Merge: b0b519729 b6e62a481 Author: Open vSwitch CI <ovs-ci> Date: Mon Aug 28 17:36:37 2023 -0400 Merging upstream branch-3.1 Commit list: b6e62a481c tests: Fix time dependency in overlapping flows modification test. commit b0b5197296c8480c21156e03f9a8c9b54b976942 Merge: cbe033d0b ed1b5f0c6 Author: Open vSwitch CI <ovs-ci> Date: Fri Aug 25 18:06:45 2023 -0400 Merging upstream branch-3.1 Commit list: ed1b5f0c6b python: Use build to generate PEP517 compatible archives. 4d7a3d1621 python: Use twine to upload sdist package to pypi.org. 8cf0163595 python: Rename build related code to ovs_build_helpers. 2a0b280558 dpif-netdev: Fix length calculation of netdet_flow_key. 0ba4e07c8c doc: Fix description of max_len for controller action. commit cbe033d0b2c17ab0bda6cacf49f5d9a5ab54e59d Merge: 3e43c140d 7b4eec7f1 Author: Open vSwitch CI <ovs-ci> Date: Fri Aug 25 12:07:22 2023 -0400 Merging upstream branch-3.1 Commit list: 7b4eec7f1a docs: Fix rendering of VLAN Comparison Chart. commit 3e43c140d29315d9f1e678f0223d427ec0a0c19b Merge: 0eb500c76 63445c3a9 Author: Open vSwitch CI <ovs-ci> Date: Wed Aug 23 10:37:20 2023 -0400 Merging upstream branch-3.1 Commit list: 63445c3a98 docs: Run tbl preprocessor in manpage-check rule. 7ed1fb9737 docs: Add `nowarn` region option to tables. 9e38036d8a tests: Add clang-analyzer-results to gitignore. cc1ad41178 ci: Add jobs to test -std=c99 builds. 81b5e26fab tests: Fix order of includes in barrier/id-fpool/mpsc-queue tests. 77e51ae91c sflow: Always enable _BSD_SOURCE. 25a2f216c6 compiler.h: Don't use asm and typeof with non-GNU compilers. commit 0eb500c766a27ebb70f66142e822b7c0e90d9eab Merge: f035df35a 4c027ebd3 Author: Open vSwitch CI <ovs-ci> Date: Thu Aug 17 09:21:48 2023 -0400 Merging upstream branch-3.1 Commit list: 4c027ebd3b ovs.tmac: Fix troff warning in versions above groff-1.23. commit f035df35aabffcec966e5dba9202948dde3ea9dd Merge: 5c394656f d653fd198 Author: Open vSwitch CI <ovs-ci> Date: Tue Aug 15 19:06:39 2023 -0400 Merging upstream branch-3.1 Commit list: d653fd1986 connmgr: Count unsent async messages.