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
This commit is contained in:
parent
9b672c5281
commit
a2baea9ae0
@ -1,3 +1,65 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 28 08:53:40 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
- 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 <rpm@fthiessen.de>
|
Tue Dec 27 23:01:03 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package accel-config
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define pkg_libname libaccel-config1
|
%define pkg_libname libaccel-config1
|
||||||
%define src_name idxd-config-accel-config-v%{version}
|
%define src_name idxd-config-accel-config-v%{version}
|
||||||
Name: accel-config
|
Name: accel-config
|
||||||
Version: 3.5.2
|
Version: 4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Configure accelerator subsystem devices
|
Summary: Configure accelerator subsystem devices
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2d52007b4bfdc050a21893466e78328c6800f9a87b0806c7e7f5775ff48387b
|
|
||||||
size 175484
|
|
3
idxd-config-accel-config-v4.0.tar.gz
Normal file
3
idxd-config-accel-config-v4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6d9bce40d797a87508ce5c5a5b71bb2bdc1cb544848925ed2c4c37b46a1252ce
|
||||||
|
size 189169
|
Loading…
Reference in New Issue
Block a user