accel-config 3.5.0-1 source package in Ubuntu

Changelog

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

 -- Ramesh Thomas <email address hidden>  Fri, 14 Oct 2022 17:25:50 -0700

Upload details

Uploaded by:
Ramesh Thomas
Uploaded to:
Sid
Original maintainer:
Ramesh Thomas
Architectures:
i386 amd64
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
accel-config_3.5.0-1.dsc 2.1 KiB bd3ddbca7f0c6d33ad82d88bc7246b63fb52bf14e2162a713a5007e94fb35b4a
accel-config_3.5.0.orig.tar.xz 117.3 KiB 25463a1ed815286ca2bcc3102322911a371f43ff362914428d3b7a48744411b2
accel-config_3.5.0-1.debian.tar.xz 5.0 KiB 42a8d92b4a30004fcac4166ab5ab240e0386fae5cbc28e8a6cde4afc000984d5

No changes file available.

Binary packages built by this source

accel-config: utility for configuring the DSA subsystem

 Intel Accelerator Utilities (accel-config) provides a user interface to the
 Intel Data Streaming Accelerator (DSA). DSA is a high-performance data copy
 and transformation accelerator integrated into Intel Xeon processors.
 .
 This package contains a utility for configuring the DSA (Data Stream
 Accelerator) subsystem in the Linux kernel.

accel-config-dbgsym: debug symbols for accel-config
accel-config-test: utility to test the DSA subsystem

 This utility has test cases that exercise the DSA subsysem. It uses
 libaccel-config API to configure workqueues and issues ENQCMD and MOVDIR64
 instructions to move memory.

accel-config-test-dbgsym: debug symbols for accel-config-test
libaccel-config-dev: development files for libaccel-config

 Header files and development library for compiling C programs to link with the
 libaccel-config library and manage the DSA subsystem in the Linux kernel.

libaccel-config1: utility library wrapping the Intel DSA sysfs ABI

 This provides access to work queues by using the mmap portal from the
 character device and send work to the accelerator. It also provides
 interfaces to manage virtual DSA devices exposed by the driver to the
 guest via VFIO mediated device framework.
 .
 This package contains a utility library for managing the DSA (Data
 Stream Accelerator) subsystem in the Linux kernel.

libaccel-config1-dbgsym: debug symbols for libaccel-config1