From 62824e714aaf739e58e92552daf27963c3851fb88d536d73a487f21ae8e4f5a7 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Wed, 30 Mar 2022 08:48:13 +0000 Subject: [PATCH 1/2] Accepting request 965833 from home:dspinella:branches:Base:System - Update to version 3.4.6.2: * Allow driver_name to be configured in guest * Disable mdev tests * Update driver_name in unit test configs * Improve error message in config attr failures - Update to version 3.4.6.1: * Bug fix in wq driver name configuration * Test configs add driver name attr - Update to version 3.4.6: * Support new "read_buffer" attributes that replace "token" attributes * Deprecate attributes with "token" names * Add support for driver_name attr to get wq driver name * Fix a read buffer length related bug * Add opcode operation support OBS-URL: https://build.opensuse.org/request/show/965833 OBS-URL: https://build.opensuse.org/package/show/Base:System/accel-config?expand=0&rev=11 --- accel-config.changes | 18 ++++++++++++++++++ accel-config.spec | 4 ++-- idxd-config-accel-config-v3.4.4.tar.gz | 3 --- idxd-config-accel-config-v3.4.6.2.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 idxd-config-accel-config-v3.4.4.tar.gz create mode 100644 idxd-config-accel-config-v3.4.6.2.tar.gz diff --git a/accel-config.changes b/accel-config.changes index 04bd44e..f9df57c 100644 --- a/accel-config.changes +++ b/accel-config.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Mar 30 08:11:22 UTC 2022 - Danilo Spinella + +- Update to version 3.4.6.2: + * Allow driver_name to be configured in guest + * Disable mdev tests + * Update driver_name in unit test configs + * Improve error message in config attr failures +- Update to version 3.4.6.1: + * Bug fix in wq driver name configuration + * Test configs add driver name attr +- Update to version 3.4.6: + * Support new "read_buffer" attributes that replace "token" attributes + * Deprecate attributes with "token" names + * Add support for driver_name attr to get wq driver name + * Fix a read buffer length related bug + * Add opcode operation support + ------------------------------------------------------------------- Thu Dec 30 15:11:29 UTC 2021 - Danilo Spinella diff --git a/accel-config.spec b/accel-config.spec index d05c1c6..5bada18 100644 --- a/accel-config.spec +++ b/accel-config.spec @@ -1,7 +1,7 @@ # # spec file for package accel-config # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define pkg_libname libaccel-config1 %define src_name idxd-config-accel-config-v%{version} Name: accel-config -Version: 3.4.4 +Version: 3.4.6.2 Release: 0 Summary: Configure accelerator subsystem devices License: GPL-2.0-only diff --git a/idxd-config-accel-config-v3.4.4.tar.gz b/idxd-config-accel-config-v3.4.4.tar.gz deleted file mode 100644 index a519ac9..0000000 --- a/idxd-config-accel-config-v3.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c933547d51d9e719f9a58f662af41cd94a5d5fce851150f9b9ed8798e0562bc0 -size 139430 diff --git a/idxd-config-accel-config-v3.4.6.2.tar.gz b/idxd-config-accel-config-v3.4.6.2.tar.gz new file mode 100644 index 0000000..d7e778f --- /dev/null +++ b/idxd-config-accel-config-v3.4.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ce038f76ba1fed394de356fed89bd03c80f8e665ddf8f0994a4784dc33fee0 +size 162618 From 978134987c755da22b7613f776060e28269a529640aa8e37a60a8d4f48ae77cf Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Wed, 30 Mar 2022 09:46:07 +0000 Subject: [PATCH 2/2] Accepting request 965867 from home:dspinella:branches:Base:System - Build exclusively on x86_64, as kernel module idxd.ko cannot be found on i586 OBS-URL: https://build.opensuse.org/request/show/965867 OBS-URL: https://build.opensuse.org/package/show/Base:System/accel-config?expand=0&rev=12 --- accel-config.changes | 2 ++ accel-config.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/accel-config.changes b/accel-config.changes index f9df57c..51b8346 100644 --- a/accel-config.changes +++ b/accel-config.changes @@ -15,6 +15,8 @@ Wed Mar 30 08:11:22 UTC 2022 - Danilo Spinella * Add support for driver_name attr to get wq driver name * Fix a read buffer length related bug * Add opcode operation support +- Build exclusively on x86_64, as kernel module idxd.ko cannot be + found on i586 ------------------------------------------------------------------- Thu Dec 30 15:11:29 UTC 2021 - Danilo Spinella diff --git a/accel-config.spec b/accel-config.spec index 5bada18..1727d70 100644 --- a/accel-config.spec +++ b/accel-config.spec @@ -35,7 +35,7 @@ BuildRequires: xmlto BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(uuid) Requires: %{pkg_libname} = %{version}-%{release} -ExclusiveArch: x86_64 i586 +ExclusiveArch: x86_64 %description Utility library and command-line tool for configuring the Intel