From a2baea9ae0e0dbfb02454e7338d87c3578c3a8b59ac7651e7484aba2a059d4f5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 May 2023 08:39:10 +0000 Subject: [PATCH] Accepting request 1083499 from home:dspinella:branches:Base:System - Update to version 4.0: * use buildflags.mk, remove hardcoded CFLAGS * debian/accel-config-test.install fix path on copy * convert all magic number for 1<<12 to PAGE_SIZE * fix madvise() call to unmap pages * add updated idxd.h definition from kernel source * Remove redundant -f 0x0 in iaa_user_test_runner.sh * Fix dedicated mode wq size 1 failure * Modify incorrect print information * Modify block_on_fault in 2g2q_user_2.conf * Move get_random_value() to accel_test.c * Add algorithm to do Zcompress8 * Add test code of operation Zcompress8 * Modify script for executing Zcompress8 test * Add algorithm to do Zdecompress8 * Add test code of operation Zdecompress8 * Modify script for executing Zdecompress8 test * Add algorithm to do both Encrypt and Decrypt * Add test code of operation Encrypt * Modify script for executing Encrypt test * Add test code of operation Decrypt * Modify script for executing Decrypt test * Modify struct in idxd.h for IAA Translation Fetch * Add test code of IAA Translation Fetch * Modify script for executing IAA Translation Fetch test * Add helping information for new parameters * Add openssl package installation details * Fix bug of Zcompress8 about input size less 128 * Remove ats_disable config for iax tests * Add identification for IAA1.0/2.0 platform OBS-URL: https://build.opensuse.org/request/show/1083499 OBS-URL: https://build.opensuse.org/package/show/Base:System/accel-config?expand=0&rev=27 --- accel-config.changes | 62 ++++++++++++++++++++++++++ accel-config.spec | 4 +- idxd-config-accel-config-v3.5.2.tar.gz | 3 -- idxd-config-accel-config-v4.0.tar.gz | 3 ++ 4 files changed, 67 insertions(+), 5 deletions(-) delete mode 100644 idxd-config-accel-config-v3.5.2.tar.gz create mode 100644 idxd-config-accel-config-v4.0.tar.gz diff --git a/accel-config.changes b/accel-config.changes index e82e5be..89f1fde 100644 --- a/accel-config.changes +++ b/accel-config.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Fri Apr 28 08:53:40 UTC 2023 - Danilo Spinella + +- Update to version 4.0: + * use buildflags.mk, remove hardcoded CFLAGS + * debian/accel-config-test.install fix path on copy + * convert all magic number for 1<<12 to PAGE_SIZE + * fix madvise() call to unmap pages + * add updated idxd.h definition from kernel source + * Remove redundant -f 0x0 in iaa_user_test_runner.sh + * Fix dedicated mode wq size 1 failure + * Modify incorrect print information + * Modify block_on_fault in 2g2q_user_2.conf + * Move get_random_value() to accel_test.c + * Add algorithm to do Zcompress8 + * Add test code of operation Zcompress8 + * Modify script for executing Zcompress8 test + * Add algorithm to do Zdecompress8 + * Add test code of operation Zdecompress8 + * Modify script for executing Zdecompress8 test + * Add algorithm to do both Encrypt and Decrypt + * Add test code of operation Encrypt + * Modify script for executing Encrypt test + * Add test code of operation Decrypt + * Modify script for executing Decrypt test + * Modify struct in idxd.h for IAA Translation Fetch + * Add test code of IAA Translation Fetch + * Modify script for executing IAA Translation Fetch test + * Add helping information for new parameters + * Add openssl package installation details + * Fix bug of Zcompress8 about input size less 128 + * Remove ats_disable config for iax tests + * Add identification for IAA1.0/2.0 platform + * add per-wq prs disable tests + * Update format bitmask attrs to match driver + * Add new API to set and get wq op_config + * Add option to config-wq to set op_config + * Change json listing format of bitmasks + * Add load, save and list config support for op_config + * Update config-wq doc with op_config details + * Add unit test for op_config configuration + * Fix segmentation fault during list cmd in SPR + * Add API to retrieve iaa_cap when available + * Add group->desc_progress_limit support + * Add group->batch_progress_limit support + * Add wq->prs_disable support + * Add device->event_log_size support + * Do not set traffic class in tests + * Skip op_config test if feature not present + * Include IAA support in README + * Fix bug in return value of pasid enabled check + * add DIX Generate operation support + * add translation fetch operation support + * Remove traffic config for iax tests + * Fix dsa_test segmentation fault when do 2G tests +- Update to version 3.5.3: + * Fix bug of setting max destination size + * Remove some leftover references to mdev + * Remove text about installing kernel headers + * Remove uninitialized local variable warning + * Remove read_buffers 0 settings from configs + ------------------------------------------------------------------- Tue Dec 27 23:01:03 UTC 2022 - Ferdinand Thiessen diff --git a/accel-config.spec b/accel-config.spec index 5eaa253..7b6a243 100644 --- a/accel-config.spec +++ b/accel-config.spec @@ -1,7 +1,7 @@ # # spec file for package accel-config # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.5.2 +Version: 4.0 Release: 0 Summary: Configure accelerator subsystem devices License: GPL-2.0-only diff --git a/idxd-config-accel-config-v3.5.2.tar.gz b/idxd-config-accel-config-v3.5.2.tar.gz deleted file mode 100644 index f83a34e..0000000 --- a/idxd-config-accel-config-v3.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2d52007b4bfdc050a21893466e78328c6800f9a87b0806c7e7f5775ff48387b -size 175484 diff --git a/idxd-config-accel-config-v4.0.tar.gz b/idxd-config-accel-config-v4.0.tar.gz new file mode 100644 index 0000000..c49ad12 --- /dev/null +++ b/idxd-config-accel-config-v4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9bce40d797a87508ce5c5a5b71bb2bdc1cb544848925ed2c4c37b46a1252ce +size 189169