diff --git a/SOURCES/openvswitch-3.2.0.patch b/SOURCES/openvswitch-3.2.0.patch index c6cb38b..db94bf3 100644 --- a/SOURCES/openvswitch-3.2.0.patch +++ b/SOURCES/openvswitch-3.2.0.patch @@ -2801,6 +2801,21 @@ index 79b82a1767..b0ee5734f4 100644 n = odp_ufid_from_string(key_s, &ufid); if (n < 0) { dpctl_error(dpctl_p, -n, "parsing flow ufid"); +diff --git a/lib/dpdk.c b/lib/dpdk.c +index d76d53f8f1..940c43c070 100644 +--- a/lib/dpdk.c ++++ b/lib/dpdk.c +@@ -337,7 +337,9 @@ dpdk_init__(const struct smap *ovs_other_config) + } + #endif + +- if (args_contains(&args, "-c") || args_contains(&args, "-l")) { ++ if (args_contains(&args, "-c") || ++ args_contains(&args, "-l") || ++ args_contains(&args, "--lcores")) { + auto_determine = false; + } + diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 9730e0eecc..b8f065d1d7 100644 --- a/lib/dpif-netdev.c diff --git a/SPECS/openvswitch3.2.spec b/SPECS/openvswitch3.2.spec index 2c659a6..6716923 100644 --- a/SPECS/openvswitch3.2.spec +++ b/SPECS/openvswitch3.2.spec @@ -57,7 +57,7 @@ Summary: Open vSwitch Group: System Environment/Daemons daemon/database/utilities URL: http://www.openvswitch.org/ Version: 3.2.0 -Release: 87%{?dist} +Release: 88%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -761,6 +761,12 @@ exit 0 %endif %changelog +* Wed Jun 19 2024 Open vSwitch CI - 3.2.0-88 +- Merging upstream branch-3.2 [RH git: 4bb237d3d8] + Commit list: + d7707b1ec3 dpdk: Check other_config:dpdk-extra for '--lcores'. + + * Fri Jun 07 2024 Open vSwitch CI - 3.2.0-87 - Merging upstream branch-3.2 [RH git: fc452dbe71] Commit list: