Blame accel-config.changes

Bernhard M. Wiedemann 677e19
-------------------------------------------------------------------
0d2723
Mon Mar 18 08:26:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
0d2723
0d2723
- update to 4.1.6:
0d2723
  * Free driver_name when freeing wq
0d2723
  * Disable all WQs and rmmod iaa_crypto
0d2723
  * Remove the script about vfio passthrough device
0d2723
  * Use madvise(MADV_DONTNEED) to ummap address
0d2723
0d2723
-------------------------------------------------------------------
708f20
Thu Feb 15 12:56:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
708f20
708f20
- Update to version 4.1.5:
708f20
  + Free driver_name in case of error adding wq.
708f20
  + change op config default value because of kernel change.
708f20
  + set read buffer allowed from 0 to 8.
708f20
  + disable enabled devices before unloading iaa_crypto.
708f20
708f20
-------------------------------------------------------------------
18e7fc
Thu Jan 18 09:40:51 UTC 2024 - Danilo Spinella <danilo.spinella@suse.com>
18e7fc
18e7fc
- Update to versione 4.1.4:
18e7fc
  * Fix a bug while reading json objects
18e7fc
  * Do not save traffic class attributes
18e7fc
  * Handle cmd_status initialization failure without exiting
18e7fc
  * Remove SET_ERR macro which is error prone
18e7fc
  * Skip check for ats_disable if attribute absent
18e7fc
  * Add parameter for specifying dev and wq
18e7fc
  * Fix bug about checking result of decompression
18e7fc
- Update to version 4.1.3:
18e7fc
  * be less greedy in _cleanup greps
18e7fc
- Update to version 4.1.2:
18e7fc
  * Fix a memory leak bug
18e7fc
- Update to version 4.1.1:
18e7fc
  * update Standards-Version to 4.6.2 in control file
18e7fc
  * Use asm volatile for compilers that don't support
18e7fc
    __builtin_ia32_mfence
18e7fc
  * Fixes for pedantic compiler warnings
18e7fc
  * Update copyright years in man pages
18e7fc
  * Fix some syntax errors and cleanup in man pages
18e7fc
  * Fix --help and other options
18e7fc
  * Fix a bug with empty wq driver name
18e7fc
  * Fix bug about finding a mismatched wq
18e7fc
  * Add op mask to check if an op is available
18e7fc
  * Decide whether to do the operation or not
18e7fc
  * Fix batch event log core check output issues
18e7fc
  * Provide --skip-config to run dsa tests without device reset
18e7fc
18e7fc
-------------------------------------------------------------------
9c94e6
Wed Aug 30 15:47:17 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
9c94e6
9c94e6
- Update to version 4.1:
9c94e6
  * add missing libssl-dev dependency
9c94e6
  * Skip configuring ats_disable if the attribute is not present
9c94e6
  * Add config-user-default command
9c94e6
  * Add option "-c <config_file>" to load default configurations from
9c94e6
    the file
9c94e6
  * Disable default configured WQs and devices
9c94e6
  * Add "-n <wq_name>" to specify WQ name for disabling WQs
9c94e6
  * Add user_default_profile.conf
9c94e6
  * Add doumentation for new command "config-user-default"
9c94e6
9c94e6
9c94e6
-------------------------------------------------------------------
8b332f
Fri Apr 28 08:53:40 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
8b332f
8b332f
- Update to version 4.0:
8b332f
  * use buildflags.mk, remove hardcoded CFLAGS
8b332f
  * debian/accel-config-test.install fix path on copy
8b332f
  * convert all magic number for 1<<12 to PAGE_SIZE
8b332f
  * fix madvise() call to unmap pages
8b332f
  * add updated idxd.h definition from kernel source
8b332f
  * Remove redundant -f 0x0 in iaa_user_test_runner.sh
8b332f
  * Fix dedicated mode wq size 1 failure
8b332f
  * Modify incorrect print information
8b332f
  * Modify block_on_fault in 2g2q_user_2.conf
8b332f
  * Move get_random_value() to accel_test.c
8b332f
  * Add algorithm to do Zcompress8
8b332f
  * Add test code of operation Zcompress8
8b332f
  * Modify script for executing Zcompress8 test
8b332f
  * Add algorithm to do Zdecompress8
8b332f
  * Add test code of operation Zdecompress8
8b332f
  * Modify script for executing Zdecompress8 test
8b332f
  * Add algorithm to do both Encrypt and Decrypt
8b332f
  * Add test code of operation Encrypt
8b332f
  * Modify script for executing Encrypt test
8b332f
  * Add test code of operation Decrypt
8b332f
  * Modify script for executing Decrypt test
8b332f
  * Modify struct in idxd.h for IAA Translation Fetch
8b332f
  * Add test code of IAA Translation Fetch
8b332f
  * Modify script for executing IAA Translation Fetch test
8b332f
  * Add helping information for new parameters
8b332f
  * Add openssl package installation details
8b332f
  * Fix bug of Zcompress8 about input size less 128
8b332f
  * Remove ats_disable config for iax tests
8b332f
  * Add identification for IAA1.0/2.0 platform
8b332f
  * add per-wq prs disable tests
8b332f
  * Update format bitmask attrs to match driver
8b332f
  * Add new API to set and get wq op_config
8b332f
  * Add option to config-wq to set op_config
8b332f
  * Change json listing format of bitmasks
8b332f
  * Add load, save and list config support for op_config
8b332f
  * Update config-wq doc with op_config details
8b332f
  * Add unit test for op_config configuration
8b332f
  * Fix segmentation fault during list cmd in SPR
8b332f
  * Add API to retrieve iaa_cap when available
8b332f
  * Add group->desc_progress_limit support
8b332f
  * Add group->batch_progress_limit support
8b332f
  * Add wq->prs_disable support
8b332f
  * Add device->event_log_size support
8b332f
  * Do not set traffic class in tests
8b332f
  * Skip op_config test if feature not present
8b332f
  * Include IAA support in README
8b332f
  * Fix bug in return value of pasid enabled check
8b332f
  * add DIX Generate operation support
8b332f
  * add translation fetch operation support
8b332f
  * Remove traffic config for iax tests
8b332f
  * Fix dsa_test segmentation fault when do 2G tests
8b332f
- Update to version 3.5.3:
8b332f
  * Fix bug of setting max destination size
8b332f
  * Remove some leftover references to mdev
8b332f
  * Remove text about installing kernel headers
8b332f
  * Remove uninitialized local variable warning
8b332f
  * Remove read_buffers 0 settings from configs
8b332f
8b332f
-------------------------------------------------------------------
902943
Tue Dec 27 23:01:03 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
902943
902943
- Update to version 3.5.2:
902943
  * Bug fix in help system
902943
  * Remove mdev implementation
902943
902943
-------------------------------------------------------------------
6513ec
Fri Nov 18 14:34:25 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
6513ec
6513ec
- Update to version 3.5.0:
6513ec
  * Fix static code analysis warnings
6513ec
  * Fix lintian errors
6513ec
  * Move test program and related configs to /usr/lib
6513ec
  * Move contrib/configs/* to /etc
6513ec
  * Some code cleanup
6513ec
6513ec
-------------------------------------------------------------------
a99568
Mon Oct 10 18:22:08 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
a99568
a99568
- Update to 3.4.8
a99568
  * Changes in accel-config test
a99568
a99568
-------------------------------------------------------------------
289f82
Wed Sep 14 09:11:38 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
289f82
289f82
- Update to version 3.4.7:
289f82
  * No relevant changes
289f82
- Update to version 3.4.6.5:
289f82
  * Add Zcompress32, Zdecompress32, Compress and Decompress test
289f82
  * Add Zcompress16 and Zdecompress16 to IAA test
289f82
  * Add operation CRC64 into IAA test
289f82
  * Bug fixes
289f82
289f82
-------------------------------------------------------------------
c685b7
Mon May 16 09:24:48 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
c685b7
c685b7
- Update to version 3.4.6.4:
c685b7
  * Init IAA test and add No-op operation
c685b7
  * Separate common codes from DSA source code file
c685b7
  * Bug fixes
c685b7
c685b7
-------------------------------------------------------------------
3d9e79
Thu Apr 21 21:40:01 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
3d9e79
3d9e79
- Update to version 3.4.6.3:
3d9e79
  * Allow use of config files with driver_name attr with older drivers
3d9e79
3d9e79
-------------------------------------------------------------------
a04c68
Wed Mar 30 08:11:22 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
a04c68
a04c68
- Update to version 3.4.6.2:
a04c68
  * Allow driver_name to be configured in guest
a04c68
  * Disable mdev tests
a04c68
  * Update driver_name in unit test configs
a04c68
  * Improve error message in config attr failures
a04c68
- Update to version 3.4.6.1:
a04c68
  * Bug fix in wq driver name configuration
a04c68
  * Test configs add driver name attr
a04c68
- Update to version 3.4.6:
a04c68
  * Support new "read_buffer" attributes that replace "token" attributes
a04c68
  * Deprecate attributes with "token" names
a04c68
  * Add support for driver_name attr to get wq driver name
a04c68
  * Fix a read buffer length related bug
a04c68
  * Add opcode operation support
a04c68
- Build exclusively on x86_64, as kernel module idxd.ko cannot be
a04c68
  found on i586
a04c68
a04c68
-------------------------------------------------------------------
804706
Thu Dec 30 15:11:29 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
804706
804706
- Update to version 3.4.4:
804706
  * Add -e/--enable and -f/--force features to load-config command
804706
  * Add more sample configuration files for different usages
804706
  * Add multi-descriptor support
804706
- Update to version 3.4.3:
804706
  * Remove redundant dependencies (kmod and udev)
804706
  * Bug fixes and code cleanup
804706
  * DSA test adds device and wq selection
804706
  * DSA test adds no opcode operation support
804706
804706
-------------------------------------------------------------------
5308e4
Fri Oct  8 13:28:16 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
5308e4
5308e4
- Update to version 3.4.2
5308e4
  * Add feature to skip tests based on feature availability
5308e4
  * Skip tests requiring shared memory if feature not available
5308e4
  * Add API to retrieve wq occupancy attribute
5308e4
5308e4
-------------------------------------------------------------------
ec4de7
Thu Sep  9 10:18:17 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
ec4de7
ec4de7
- Update to version 3.4.1
ec4de7
  * Bug fixes related to traffic-class
ec4de7
  * Add per-wq ATS disable support
ec4de7
  * Add extended error status reporting
ec4de7
  * Created local copy of UAPI header file idxd.h from /usr/include
ec4de7
  * Update driver name changes
ec4de7
  * Rewrite unit test removing hardcoding and other enhancements
ec4de7
  * Bug fixes
ec4de7
- Run spec-cleaner
ec4de7
ec4de7
-------------------------------------------------------------------
ec4de7
Tue Jun 29 10:23:21 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
ec4de7
ec4de7
- Update to version 3.2
ec4de7
  * Add support for new device bind paths retaining compatibility
ec4de7
    with older kernels
ec4de7
  * Add support for UACCE interface to access char devices
ec4de7
  * Fixed several issues in filtering, config and listing code
ec4de7
  * Support all 256 bits of op_cap
ec4de7
  * Fix incorrect return values
ec4de7
  * Made removing all mdevs more intuitive
ec4de7
ec4de7
-------------------------------------------------------------------
ec4de7
Mon Apr 26 09:57:42 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
ec4de7
ec4de7
- Update to version 3.1
ec4de7
  * Improved error messages and return values
ec4de7
  * Fix incorrect error return value from tool
ec4de7
  * Allow -1 special value for wq->groupid and fix related error
ec4de7
    messages
ec4de7
  * Fix incorrect manpage text for config-wq
ec4de7
  * Remove reference to non-interface header in interface header
ec4de7
  * Remove non-interface header from packaging
ec4de7
  * Use portable data types and fix build issues in 32 bit targets
ec4de7
- Dropped upstream merged v3.0.1-use-portable-data-types.patch
ec4de7
ec4de7
-------------------------------------------------------------------
ec4de7
Fri Feb 12 13:09:35 UTC 2021 - Libor Pechacek <lpechacek@suse.com>
ec4de7
ec4de7
- Update to v3.0.1 (jsc#SLE-13348)
ec4de7
  - Added IAX support
ec4de7
  - Added implementation and support for new mdev types
ec4de7
  - Removed uuid type mdevs
ec4de7
  - Introduced a new wq API to set max batch and transfer size
ec4de7
  - Added new GPL2 and LGPL-2.1 license files
ec4de7
  - Library license changed to LGPL-2.1
ec4de7
  - Fixed static code analysis bugs
ec4de7
- Enhanced Description
ec4de7
- Added dependency on the idxd kernel driver
ec4de7
- Restricted architecture to x86 - DSA is embedded
ec4de7
  into Intel CPUs
ec4de7
- Added patch: v3.0.1-use-portable-data-types.patch
ec4de7
ec4de7
-------------------------------------------------------------------
Bernhard M. Wiedemann 677e19
Tue Sep 22 09:28:15 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
Bernhard M. Wiedemann 677e19
Bernhard M. Wiedemann 677e19
- Initial packaging of v2.8 (jsc#SLE-15021)