[ubuntu/lunar-proposed] accel-config 4.0-2~ubuntu0.23.04 (Accepted)

Dimitri John Ledkov dimitri.ledkov at canonical.com
Fri Jun 2 17:50:32 UTC 2023


accel-config (4.0-2~ubuntu0.23.04) lunar; urgency=medium

  * Backport accel-config with improved HWE support (LP: #2020769)

accel-config (4.0-2) unstable; urgency=medium

  * Fix FTBFS on memory barrier for i386

accel-config (4.0-1) unstable; urgency=medium

  [ Colin Ian King ]
  * use buildflags.mk, remove hardcoded CFLAGS
  * debian/accel-config-test.install fix path on copy

  [ Dave Jiang ]
  * convert all magic number for 1<<12 to PAGE_SIZE
  * fix madvise() call to unmap pages
  * add updated idxd.h definition from kernel source

  [ Li Zhang ]
  * 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

  [ Nikhil Rao ]
  * add per-wq prs disable tests

  [ Ramesh Thomas ]
  * 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

  [ Tony Zhu ]
  * 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

accel-config (3.5.3-1) unstable; urgency=medium

  [ Colin Ian King ]
  * pull in various debian changes
  * sync changelog entry with debian uploaded version
  * free allocated path if execlp fails

  [ Li Zhang ]
  * Fix bug of setting max destination size

  [ Ramesh Thomas ]
  * Remove some leftover references to mdev
  * Remove text about installing kernel headers
  * Install tests in /usr/libexec
  * Update RPM scripts to install tests in /usr/libexec
  * Remove uninitialized local variable warning
  * Modify script to include author in changelog

  [ Tony Zhu ]
  * Update user test script with path /usr/lib
  * Update user test script with path /usr/libexec
  * Remove read_buffers 0 settings from configs

Date: Thu, 25 May 2023 11:14:46 +0100
Changed-By: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/accel-config/4.0-2~ubuntu0.23.04
-------------- next part --------------
Format: 1.8
Date: Thu, 25 May 2023 11:14:46 +0100
Source: accel-config
Built-For-Profiles: noudeb
Architecture: source
Version: 4.0-2~ubuntu0.23.04
Distribution: lunar
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
Launchpad-Bugs-Fixed: 2020769
Changes:
 accel-config (4.0-2~ubuntu0.23.04) lunar; urgency=medium
 .
   * Backport accel-config with improved HWE support (LP: #2020769)
 .
 accel-config (4.0-2) unstable; urgency=medium
 .
   * Fix FTBFS on memory barrier for i386
 .
 accel-config (4.0-1) unstable; urgency=medium
 .
   [ Colin Ian King ]
   * use buildflags.mk, remove hardcoded CFLAGS
   * debian/accel-config-test.install fix path on copy
 .
   [ Dave Jiang ]
   * convert all magic number for 1<<12 to PAGE_SIZE
   * fix madvise() call to unmap pages
   * add updated idxd.h definition from kernel source
 .
   [ Li Zhang ]
   * 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
 .
   [ Nikhil Rao ]
   * add per-wq prs disable tests
 .
   [ Ramesh Thomas ]
   * 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
 .
   [ Tony Zhu ]
   * 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
 .
 accel-config (3.5.3-1) unstable; urgency=medium
 .
   [ Colin Ian King ]
   * pull in various debian changes
   * sync changelog entry with debian uploaded version
   * free allocated path if execlp fails
 .
   [ Li Zhang ]
   * Fix bug of setting max destination size
 .
   [ Ramesh Thomas ]
   * Remove some leftover references to mdev
   * Remove text about installing kernel headers
   * Install tests in /usr/libexec
   * Update RPM scripts to install tests in /usr/libexec
   * Remove uninitialized local variable warning
   * Modify script to include author in changelog
 .
   [ Tony Zhu ]
   * Update user test script with path /usr/lib
   * Update user test script with path /usr/libexec
   * Remove read_buffers 0 settings from configs
Checksums-Sha1:
 41f39993f6a9ec6e149b7dbe0d4d507bfe79305d 2325 accel-config_4.0-2~ubuntu0.23.04.dsc
 2771361c36113797bb1f69a8479e66e87d23992f 5280 accel-config_4.0-2~ubuntu0.23.04.debian.tar.xz
 9117a97da6774ece58bdf07da69325dc620e79e8 10240 accel-config_4.0-2~ubuntu0.23.04_source.buildinfo
Checksums-Sha256:
 d9a04c5f19b1649561e98f504dd321db19e802afe1dfcca2ab75e74a16902f93 2325 accel-config_4.0-2~ubuntu0.23.04.dsc
 13974681fbe622f58ac7d0f212a8695a103f7e0d2ae294ba8dba7447ce50a278 5280 accel-config_4.0-2~ubuntu0.23.04.debian.tar.xz
 2c19501de353aa5ecfee371abb5b099e833b6553c21b072462e0cea0277afdbe 10240 accel-config_4.0-2~ubuntu0.23.04_source.buildinfo
Files:
 3e27f3a04bddcfecb8822faa965b582c 2325 libs optional accel-config_4.0-2~ubuntu0.23.04.dsc
 a162160591f1c7cf28bc5644b2592bf5 5280 libs optional accel-config_4.0-2~ubuntu0.23.04.debian.tar.xz
 96c5759903f69fbce1ac61ed831de7e1 10240 libs optional accel-config_4.0-2~ubuntu0.23.04_source.buildinfo
Original-Maintainer: Colin Ian King <colin.i.king at gmail.com>


More information about the lunar-changes mailing list