Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package google-guest-configs for
openSUSE:Factory checked in at 2026-01-21 14:16:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-guest-configs (Old)
and /work/SRC/openSUSE:Factory/.google-guest-configs.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-guest-configs"
Wed Jan 21 14:16:58 2026 rev:38 rq:1328355 version:20260116.00
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-guest-configs/google-guest-configs.changes
2026-01-13 21:35:09.821481137 +0100
+++
/work/SRC/openSUSE:Factory/.google-guest-configs.new.1928/google-guest-configs.changes
2026-01-21 14:17:10.654452088 +0100
@@ -1,0 +2,6 @@
+Tue Jan 20 14:31:53 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to version 20260116.00 (bsc#1256906)
+ * set_multiqueue: Only set XPS on "multinic accelerator platforms"
+
+-------------------------------------------------------------------
Old:
----
google-guest-configs-20260112.00.tar.gz
New:
----
google-guest-configs-20260116.00.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-guest-configs.spec ++++++
--- /var/tmp/diff_new_pack.fagIwH/_old 2026-01-21 14:17:11.470486184 +0100
+++ /var/tmp/diff_new_pack.fagIwH/_new 2026-01-21 14:17:11.474486351 +0100
@@ -23,7 +23,7 @@
%define _udevdir %(pkg-config --variable udev_dir udev)
%endif
Name: google-guest-configs
-Version: 20260112.00
+Version: 20260116.00
Release: 0
Summary: Google Cloud Guest Configs
License: Apache-2.0
++++++ google-guest-configs-20260112.00.tar.gz ->
google-guest-configs-20260116.00.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/guest-configs-20260112.00/src/usr/bin/google_set_multiqueue
new/guest-configs-20260116.00/src/usr/bin/google_set_multiqueue
--- old/guest-configs-20260112.00/src/usr/bin/google_set_multiqueue
2026-01-10 02:55:06.000000000 +0100
+++ new/guest-configs-20260116.00/src/usr/bin/google_set_multiqueue
2026-01-16 22:47:35.000000000 +0100
@@ -469,6 +469,10 @@
fi
done
+if [[ ! $IS_MULTINIC_ACCELERATOR_PLATFORM == 0 ]]; then
+ exit
+fi
+
num_numa_nodes=$(ls -d ${ROOT_DIR}sys/devices/system/node/node* | wc -l)
echo "Found ${num_numa_nodes} NUMA nodes."
@@ -482,10 +486,6 @@
set_xps_affinity "$node" "${dec_ranges[@]}"
done
-if [[ ! $IS_MULTINIC_ACCELERATOR_PLATFORM == 0 ]]; then
- exit
-fi
-
# Assign IRQ binding for network interfaces based on pci bus ordering.
# Avoid setting binding IRQ on vCPU 0 as it is a busy vCPU being heavily
# used by the system.