File: control

package info (click to toggle)
accel-config 4.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,336 kB
  • sloc: ansic: 18,791; sh: 1,336; makefile: 188
file content (63 lines) | stat: -rw-r--r-- 2,386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: accel-config
Maintainer: Colin Ian King <colin.i.king@gmail.com>
Section: libs
Priority: optional
Standards-Version: 4.7.0
Homepage: https://github.com/intel/idxd-config
Vcs-Browser: https://salsa.debian.org/debian/idxd-config
Vcs-Git: https://salsa.debian.org/debian/idxd-config.git
Rules-Requires-Root: no
Build-Depends: asciidoc,
               debhelper-compat (= 13),
               libjson-c-dev,
               libkeyutils-dev,
               pkg-config,
               uuid-dev,
               xmlto,
               zlib1g-dev,
               libssl-dev

Package: accel-config
Section: misc
Architecture: i386 amd64
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: 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.

Package: libaccel-config1
Architecture: i386 amd64
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: 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.

Package: libaccel-config-dev
Section: libdevel
Architecture: i386 amd64
Multi-Arch: same
Depends: libaccel-config1 (= ${binary:Version}), ${misc:Depends}
Description: 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.

Package: accel-config-test
Section: misc
Architecture: i386 amd64
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: 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.