Bug 2177685
| Summary: | [23.C RHEL-8] 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.C | CC: | ctrautma, jhsiao, ralongi |
| Target Milestone: | --- | ||
| Target Release: | FDP 23.C | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openvswitch2.17-2.17.0-80.el8fdp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-04-13 09:04:54 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 complete, no blockers 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 (Moderate: openvswitch2.17 security 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/RHSA-2023:1765 |
commit b12915ee230ed3fc245c0cd0f80ffd92c932f0f8 Merge: 3da76b1dd 7aa314c9c Author: Open vSwitch CI <ovs-ci> Date: Tue Mar 7 01:00:08 2023 -0500 Merging upstream branch-2.17 Commit list: 7aa314c9c2 netdev-windows: Add checking when creating netdev with system type on Windows 215278bded ofproto-dpif-upcall: Include hardware offloaded flows in total flows. 4a3f8845e9 ofproto-dpif-upcall: Reset ukey's last stats value if the datapath changed. commit 3da76b1dd5ba7348fedc7abbe5dcf0432ff7b2c7 Merge: 39c6e2a48 132fa24b6 Author: Open vSwitch CI <ovs-ci> Date: Wed Mar 1 23:20:05 2023 -0500 Merging upstream branch-2.17 Commit list: 132fa24b65 classifier: Fix missing masks on a final stage with ports trie. 8661abd4c4 ofproto: Fix re-creation of tunnel backing interfaces on restart. 638441e981 ovs-actions: Correct typo in ovs-actions man page. 3c4bd63bca ofproto-ipfix: Use per-domain template timeouts. d2583ccb74 ofproto-dpif-upcall: Use last known stats ukey stats on revalidate missed dp flows. 705190d88e conntrack: Properly unNAT inner header of related traffic. (#2137754) d87b6180ec dpctl: Fix memory leak in flush conntrack. commit 39c6e2a48bfec0d1d1eb30308b6e3d4d6b65e3ec Author: Timothy Redaelli <tredaelli> Date: Mon Feb 20 15:20:06 2023 +0100 redhat: add a workaround for meson Currently, fast-datapath-rhel-8 is aligned to RHEL 8.0, with an exception to use a newer meson version. The problem is that, in the meanwhile, _smp_build_ncpus macros was added (and meson macros uses it). This commit just define, if needed, _smp_build_ncpus by stripping the first 2 characters (-j) from _smp_mflags that was present in RHEL 8.0. Signed-off-by: Timothy Redaelli <tredaelli>