Bug 2239005
| Summary: | [23.H RHEL-9] Fast Datapath Release | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Timothy Redaelli <tredaelli> |
| Component: | openvswitch2.17 | 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: | openvswitch2.17-2.17.0-108.el9fdp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-10-18 00:27:48 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 (openvswitch2.17 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:5817 |
commit 2636d56cb6515c8b2ab0190f542d0b29a52f612a Merge: 9ed4710854 a6207b2bce Author: Open vSwitch CI <ovs-ci> Date: Thu Sep 7 09:39:11 2023 -0400 Merging upstream branch-2.17 Commit list: a6207b2bce ofproto-dpif-xlate: Fix recirculation with patch port and controller. (#2170920) commit 9ed47108541bee013fec16b0676f43b672ffb4ca Merge: 8da11aaa9d a141b62c2f Author: Open vSwitch CI <ovs-ci> Date: Wed Sep 6 15:07:04 2023 -0400 Merging upstream branch-2.17 Commit list: a141b62c2f ofproto-dpif-xlate: Don't reinstall removed XC_LEARN rule. (#2213892) commit 8da11aaa9dc9c184cd76a32c35076e98be806e1b Merge: ca98be26e7 586e73dacf Author: Open vSwitch CI <ovs-ci> Date: Wed Aug 30 16:21:29 2023 -0400 Merging upstream branch-2.17 Commit list: 586e73dacf configure: Avoid deprecated AC_PROG_CC_C99 if possible. commit ca98be26e7c2d140051323aae86d082584ffc72f Merge: 46e94d6a61 bd95fe3d7b Author: Open vSwitch CI <ovs-ci> Date: Mon Aug 28 17:36:18 2023 -0400 Merging upstream branch-2.17 Commit list: bd95fe3d7b tests: Fix time dependency in overlapping flows modification test. commit 46e94d6a615010180b2c181f4d195160ce30ef64 Merge: 04750e9ad1 123b7aaa7c Author: Open vSwitch CI <ovs-ci> Date: Fri Aug 25 18:06:46 2023 -0400 Merging upstream branch-2.17 Commit list: 123b7aaa7c python: Use build to generate PEP517 compatible archives. 41d2e7e9a8 python: Use twine to upload sdist package to pypi.org. 66d5562e30 python: Rename build related code to ovs_build_helpers. c880faea8e dpif-netdev: Fix length calculation of netdet_flow_key. 8c7aa5f589 doc: Fix description of max_len for controller action. 34ff03c3cb docs: Fix rendering of VLAN Comparison Chart. 93412e00e7 docs: Run tbl preprocessor in manpage-check rule. 6929485d31 docs: Add `nowarn` region option to tables. 08b6b83a36 tests: Add clang-analyzer-results to gitignore. c252b1f8a7 ci: Add jobs to test -std=c99 builds. 242bb2624c tests: Fix order of includes in barrier/id-fpool/mpsc-queue tests. 292eca58c6 sflow: Always enable _BSD_SOURCE. 82aa3fb019 compiler.h: Don't use asm and typeof with non-GNU compilers. commit 04750e9ad17849bb07c07d0b9c5d6f4b23ad8afd Merge: 76a39dc7fa a45b3afbf8 Author: Open vSwitch CI <ovs-ci> Date: Thu Aug 17 09:21:33 2023 -0400 Merging upstream branch-2.17 Commit list: a45b3afbf8 ovs.tmac: Fix troff warning in versions above groff-1.23. commit 76a39dc7fad452b789dbdb637a4c42f661305fc6 Merge: 163447f9d5 a336ef7121 Author: Open vSwitch CI <ovs-ci> Date: Tue Aug 15 19:06:32 2023 -0400 Merging upstream branch-2.17 Commit list: a336ef7121 connmgr: Count unsent async messages.