Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 34983230ad | |||
| 9f3d1620c2 |
BIN
24.09.0.tar.gz
LFS
BIN
24.09.0.tar.gz
LFS
Binary file not shown.
3
25.08.0.tar.gz
Normal file
3
25.08.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:786101683b4817ded72c8ea51204a190aa26e0b5ac8205ee199c7a9438138770
|
||||
size 3242285
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 3 13:13:26 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- version update to 25.08.0
|
||||
* Added support for Hugepages
|
||||
* Added No-IOMMU support for vfio
|
||||
* Added support for programmable CRCs to the DC Service
|
||||
* Added a new API to query compression capabilities and marked
|
||||
the old API for deprecation
|
||||
* Enabled treating a CRC generated by the compression engine as
|
||||
an error (see --enable-treat-crc-from-comp-engine-as-error)
|
||||
* Enabled a performance optimization in the case where Queue
|
||||
Pairs are not shared across threads
|
||||
(see --enable-icp-without-qp-submission-lock)
|
||||
* Disabled ZUC-256 on Intel QAT GEN5 devices
|
||||
* Aligned with CPA API v5.6
|
||||
* Bug Fixes (See Resolved section in README.md)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 15:30:36 UTC 2024 - Torsten Duwe <duwe@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qatlib
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: qatlib
|
||||
Version: 24.09.0
|
||||
Version: 25.08.0
|
||||
Release: 0
|
||||
Summary: Intel QuickAssist Technology Library
|
||||
License: BSD-3-Clause
|
||||
@@ -25,6 +25,7 @@ Group: Hardware/Other
|
||||
URL: https://github.com/intel/qatlib
|
||||
Source: https://github.com/intel/qatlib/archive/refs/tags/%{version}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: autoconf-archive
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: nasm
|
||||
@@ -84,6 +85,7 @@ rm -f %{buildroot}%{_libdir}/*.so.[0-9]
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_mandir}/man7/cpa_sample_code.7*
|
||||
%{_mandir}/man8/qat*
|
||||
%{_unitdir}/qat*
|
||||
%{_sbindir}/qat*
|
||||
|
||||
Reference in New Issue
Block a user