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

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


accel-config (4.0-2~ubuntu0.22.10) kinetic; urgency=medium

  * Backport accel-config for 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

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

  * Add tests of other dsa opcodes in dsa user test runner
  * Fix drain descriptor readback address assignment
  * Remove mdev implementation

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

  * Fix a bug in the --help option
  * Modify incorrect print information
  * Fix dedicated mode wq size 1 failure
  * Remove redundant -f 0x0 in iaa_user_test_runner.sh

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

  [ Ramesh Thomas ]
  * Initial upload of accel-config (Closes: #1024089)
  * Update debian scripts to install contrib/configs in /etc
  * Update rpm scripts to install contrib/configs in /etc
  * Install contrib/configs folder in /etc
  * Rename IAXTEST to IAATEST in test/common
  * Make error paths more consistent for add_wq, add_group, add_engine
  * Clean up unused path variable.
  * Clean up memory leak, and erroneous assignment
  * Update debian scripts to install test programs in /usr/lib
  * Update rpm scripts to install test programs in /usr/lib
  * Install test programs in /usr/lib
  * Fix some clang scan-build warnings and bugs
  * Fix various typos and spelling mistakes in code and comments
  * debian/control: set architecture to just i386 and amd64
  * debian: libaccel library should be suffixed with 1
  * test/common: Make bash script executable
  * debian/copyright: remove trailing comments, clean up linitan
    warnings
  * debian/copyright: clean up lintian copyright warnings
  * debian/copyright: clean up globbing order lintian warnings
  * debian/rules: add execute bit to script

  [ Dimitri John Ledkov ]
  * Correct multi-arch config:
    - do not use conflicting /usr/lib libdir, use debhelper's default
    multiarch libdir
    - this results in correct multi-arch pkgconfig placement, note
    previous override was doubly incorrect as it was creating subdir
    /libaccel-config.pc/libaccel-config.pc
    - update install files
    - mark libaccel* packages Multi-Arch:same
    - ensure that .1. soname abi is mentioned in libaccel-config1.install
    to avoid accidental packaging of any future soname (e.g. 2) in the
    libaccel-config1 package.
  * Add proper libaccel-config1.symbols file to enforce abi stability
  * Bump standards version to current
  * change descriptions to start with lower case and without training '.'
  * Move test binaries to libexec, as per RHEL and Debian packaging
    guidelines
  * Change 'common' from data to scripts, as it was chmoded to +x later
    anyway

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

  * load/unload idxd_vdev and iaa_crypto modules at cleanup
  * replace token with read_buffer in test config files
  * replace token with read_buffer of config files in contrib
  * Modify incorrect printing format
  * Modify script for executing Expand test
  * Add test code of operation Expand
  * Add the algorithm of operation Expand
  * Modify script for executing Find unique test
  * Add test code of operation Find unique
  * Add the algorithm of operation Find unique
  * Modify script for executing RLE burst test
  * Add test code of operation RLE burst
  * Add the algorithm of operation RLE burst
  * Modify script for executing Select test
  * Add test code of operation Select
  * Add the algorithm of operation Select
  * Modify script for executing Extract test
  * Add test code of operation Extract
  * Add the algorithm of operation Extract
  * Modify script for executing Set membership test
  * Add test code of operation Set membership
  * Add the algorithm of operation Set membership
  * Modify script for executing Scan test
  * Add test code of operation Scan
  * Add the algorithm of operation Scan
  * Add file to place algorithms of operation filter
  * Modify input parameter of main function
  * Add macro to enable bit for Operation flags
  * Add iaa_test into .gitignore
  * Fix dsa_test reports opposite WQ mode output info

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

  * debdch.sh was not processing commit tags correctly
  * Fix last log entry missing bug in debdch.sh
  * Add zlib package installation details
  * Add contrib/config folder to installation

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.22.10
-------------- 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.22.10
Distribution: kinetic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
Closes: 1024089
Launchpad-Bugs-Fixed: 2020769
Changes:
 accel-config (4.0-2~ubuntu0.22.10) kinetic; urgency=medium
 .
   * Backport accel-config for 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
 .
 accel-config (3.5.2-1) unstable; urgency=medium
 .
   * Add tests of other dsa opcodes in dsa user test runner
   * Fix drain descriptor readback address assignment
   * Remove mdev implementation
 .
 accel-config (3.5.1-1) unstable; urgency=medium
 .
   * Fix a bug in the --help option
   * Modify incorrect print information
   * Fix dedicated mode wq size 1 failure
   * Remove redundant -f 0x0 in iaa_user_test_runner.sh
 .
 accel-config (3.5.0-1) unstable; urgency=medium
 .
   [ Ramesh Thomas ]
   * Initial upload of accel-config (Closes: #1024089)
   * Update debian scripts to install contrib/configs in /etc
   * Update rpm scripts to install contrib/configs in /etc
   * Install contrib/configs folder in /etc
   * Rename IAXTEST to IAATEST in test/common
   * Make error paths more consistent for add_wq, add_group, add_engine
   * Clean up unused path variable.
   * Clean up memory leak, and erroneous assignment
   * Update debian scripts to install test programs in /usr/lib
   * Update rpm scripts to install test programs in /usr/lib
   * Install test programs in /usr/lib
   * Fix some clang scan-build warnings and bugs
   * Fix various typos and spelling mistakes in code and comments
   * debian/control: set architecture to just i386 and amd64
   * debian: libaccel library should be suffixed with 1
   * test/common: Make bash script executable
   * debian/copyright: remove trailing comments, clean up linitan
     warnings
   * debian/copyright: clean up lintian copyright warnings
   * debian/copyright: clean up globbing order lintian warnings
   * debian/rules: add execute bit to script
 .
   [ Dimitri John Ledkov ]
   * Correct multi-arch config:
     - do not use conflicting /usr/lib libdir, use debhelper's default
     multiarch libdir
     - this results in correct multi-arch pkgconfig placement, note
     previous override was doubly incorrect as it was creating subdir
     /libaccel-config.pc/libaccel-config.pc
     - update install files
     - mark libaccel* packages Multi-Arch:same
     - ensure that .1. soname abi is mentioned in libaccel-config1.install
     to avoid accidental packaging of any future soname (e.g. 2) in the
     libaccel-config1 package.
   * Add proper libaccel-config1.symbols file to enforce abi stability
   * Bump standards version to current
   * change descriptions to start with lower case and without training '.'
   * Move test binaries to libexec, as per RHEL and Debian packaging
     guidelines
   * Change 'common' from data to scripts, as it was chmoded to +x later
     anyway
 .
 accel-config (3.4.8-1) unstable; urgency=medium
 .
   * load/unload idxd_vdev and iaa_crypto modules at cleanup
   * replace token with read_buffer in test config files
   * replace token with read_buffer of config files in contrib
   * Modify incorrect printing format
   * Modify script for executing Expand test
   * Add test code of operation Expand
   * Add the algorithm of operation Expand
   * Modify script for executing Find unique test
   * Add test code of operation Find unique
   * Add the algorithm of operation Find unique
   * Modify script for executing RLE burst test
   * Add test code of operation RLE burst
   * Add the algorithm of operation RLE burst
   * Modify script for executing Select test
   * Add test code of operation Select
   * Add the algorithm of operation Select
   * Modify script for executing Extract test
   * Add test code of operation Extract
   * Add the algorithm of operation Extract
   * Modify script for executing Set membership test
   * Add test code of operation Set membership
   * Add the algorithm of operation Set membership
   * Modify script for executing Scan test
   * Add test code of operation Scan
   * Add the algorithm of operation Scan
   * Add file to place algorithms of operation filter
   * Modify input parameter of main function
   * Add macro to enable bit for Operation flags
   * Add iaa_test into .gitignore
   * Fix dsa_test reports opposite WQ mode output info
 .
 accel-config (3.4.7-1) unstable; urgency=medium
 .
   * debdch.sh was not processing commit tags correctly
   * Fix last log entry missing bug in debdch.sh
   * Add zlib package installation details
   * Add contrib/config folder to installation
Checksums-Sha1:
 faf4dba429a8c4d313f2ee53c33d8887804dba23 2325 accel-config_4.0-2~ubuntu0.22.10.dsc
 678b9923c63380409c9075d2e65cfcbf65b9571a 128512 accel-config_4.0.orig.tar.xz
 6a32ba0afaf41fe014bbfe23af2b9181ba20325a 5272 accel-config_4.0-2~ubuntu0.22.10.debian.tar.xz
 e1b3cca8176780a05120c46a3327e22acb68be0b 10240 accel-config_4.0-2~ubuntu0.22.10_source.buildinfo
Checksums-Sha256:
 3dd6a66113e49e7cd250a63e18e2d44fce5296185e39beb4b5ac24195485e86b 2325 accel-config_4.0-2~ubuntu0.22.10.dsc
 f2db3ce66fd7d96ebc62f00c660ffda60bd89ed1bfb4d506c019ab7e6626c8b3 128512 accel-config_4.0.orig.tar.xz
 19b8557279bffb9d60ea6be3838f6e54640a867837b6c52e1040e30d73cdf6d5 5272 accel-config_4.0-2~ubuntu0.22.10.debian.tar.xz
 62665bf5b88a627aa796e53054470540facbe08a7c5236819f83fe3a1726dee1 10240 accel-config_4.0-2~ubuntu0.22.10_source.buildinfo
Files:
 d31b433147a6b6957a34171dd8d2b338 2325 libs optional accel-config_4.0-2~ubuntu0.22.10.dsc
 24629ee990d854db9b3b574672c63918 128512 libs optional accel-config_4.0.orig.tar.xz
 26503139bef388623d74cd922fad7ea3 5272 libs optional accel-config_4.0-2~ubuntu0.22.10.debian.tar.xz
 099a1d07780aeb7bb9c07c6687728aa3 10240 libs optional accel-config_4.0-2~ubuntu0.22.10_source.buildinfo
Original-Maintainer: Colin Ian King <colin.i.king at gmail.com>


More information about the kinetic-changes mailing list