diff --git a/.files b/.files index 95757ec..1924500 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 973505e..8225d46 100644 --- a/.rev +++ b/.rev @@ -55,4 +55,12 @@ 943249 + + 0a26d2524d564dd5a0bc62cac8ba0903 + 3.4.6.2 + + dimstar_suse + + 965868 + diff --git a/accel-config.changes b/accel-config.changes index 4d684c1..ed4d9c9 100644 --- a/accel-config.changes +++ b/accel-config.changes @@ -1,4 +1,24 @@ ------------------------------------------------------------------- +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 +- 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 - Update to version 3.4.4: diff --git a/accel-config.spec b/accel-config.spec index 2dd5b8d..50656bd 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 @@ -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 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 120000 index 664a0a8..0000000 --- a/idxd-config-accel-config-v3.4.4.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreigjgnkh2uoz44m7tjmpmyvpihgzjjov7tufcfiptopnq6moavrlya \ No newline at end of file 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 120000 index 0000000..78cfd8b --- /dev/null +++ b/idxd-config-accel-config-v3.4.6.2.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreigjzyby65v2d7wtstpdk37nrg6qhsaprztf3x4pbgkki6cnym764a \ No newline at end of file