Compare commits

...

10 Commits

Author SHA1 Message Date
Vladis Dronov 54bd96397b Update to qatengine 1.0.0 2023-05-18 19:42:40 +00:00
Vladis Dronov 4e8294978f Update to qatengine 0.6.19
Resolves: rhbz#2082432

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2023-03-07 13:20:30 +01:00
Vladis Dronov 054438ecef Rebuild due to soverion bump
Resolves: rhbz#2047717

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2022-09-06 15:46:31 +02:00
Vladis Dronov 6bbb6052a8 Update to qatengine v0.6.15
Resolves: rhbz#2047717

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2022-08-30 14:16:05 +02:00
Vladis Dronov d9f7c110a8 Rebuild due to soverion bump
Resolves: rhbz#2047717

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2022-08-10 16:48:58 +02:00
Vladis Dronov 91ced981c6 Update to qatengine v0.6.14
Resolves: rhbz#2047717

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2022-07-24 17:16:16 +02:00
Vladis Dronov 77617064fe Update to qatengine v0.6.10
And add OSCI testing harness

Resolves: rhbz#2012945

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2021-11-16 10:21:34 +01:00
Vladis Dronov 09d2822ab5 Update to qatengine 0.6.7 with openssl-3 support
And add documentation files to a package
Resolves: rhbz#1953498

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2021-08-18 15:51:24 +02:00
Mohan Boddu ee49e199fd Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 00:28:42 +00:00
Mohan Boddu a405d7f050 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 04:59:57 +00:00
9 changed files with 74 additions and 11 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/qatengine-0.6.4.tar.gz
/qatengine-*.tar.gz

1
.qatengine.metadata Normal file
View File

@ -0,0 +1 @@
df3cdd04623a025f525ce0572894993d14737f23 qatengine-1.0.0.tar.gz

View File

@ -1,3 +0,0 @@
# qatengine
The qatengine package

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -4,8 +4,8 @@
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
Name: qatengine
Version: 0.6.4
Release: 2%{?dist}
Version: 1.0.0
Release: 1%{?dist}
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
# Most of the source code is BSD, with the following exceptions:
# - e_qat.txt, e_qat_err.c, and e_qat_err.h are OpenSSL
@ -18,7 +18,7 @@ Source0: https://github.com/intel/%{githubname}/archive/v%{version}/%{nam
BuildRequires: gcc make pkg-config
BuildRequires: autoconf automake libtool
BuildRequires: openssl-devel >= 1.1.1
BuildRequires: qatlib-devel >= 20.10.0
BuildRequires: qatlib-devel >= 21.08.0
# https://bugzilla.redhat.com/show_bug.cgi?id=1909065
ExcludeArch: %{arm} aarch64 %{power64} s390x i686
@ -41,13 +41,43 @@ autoreconf -ivf
%files
%license LICENSE*
%doc README.md
%doc README.md docs*
%{enginesdir}/qatengine.so
%exclude %{enginesdir}/qatengine.la
%changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Mar 31 2023 Vladis Dronov <vdronov@redhat.com> - 1.0.0-1
- Update to qatengine v1.0.0 (bz 2082432)
* Tue Mar 07 2023 Vladis Dronov <vdronov@redhat.com> - 0.6.19-1
- Update to qatengine v0.6.19 (bz 2082432)
* Tue Sep 06 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.15-2
- Rebuild due to soverion bump (bz 2047717)
* Mon Aug 29 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.15-1
- Update to qatengine v0.6.15 (bz 2047717)
* Wed Aug 10 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.14-2
- Rebuild due to soverion bump (bz 2047717)
* Fri Jul 22 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.14-1
- Update to qatengine v0.6.14 (bz 2047717)
* Mon Nov 15 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.10-1
- Update to qatengine v0.6.10 (bz 2012945)
- Add OSCI testing harness
* Wed Aug 18 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.7-1
- Update to qatengine v0.6.7 with openssl-3 support (bz 1874206, bz 1953498)
- Add documentation files to a package
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.4-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.4-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Fri Dec 11 2020 Yogaraj Alamenda <yogarajx.alamenda@intel.com> 0.6.4-1
- Update to qatengine v0.6.4

View File

@ -1 +1 @@
SHA512 (qatengine-0.6.4.tar.gz) = 0cf91431a31e7bedaa9e3ee693aec1a4b32e94300651d84f618f896c13fc378221effd57b1ef7f91021147c03093efa1f743d88904e959304cb817e5fd32e2b0
SHA512 (qatengine-1.0.0.tar.gz) = ea3cf22a9a5bafaa737dbb0bedbc15fb740801ccf0cfd29d3073998d1f6f74d50fa48fbaac8dc475794b3d781358db8c1bcaad9992be0b870f2f743984524106

13
tests/README Normal file
View File

@ -0,0 +1,13 @@
these tests should be configured as BaseOS CI tests (not as OSCI tests), as
they require an x86_64 machine with QAT_4XXX (or later) hardware, so should
be run in Beaker.
see: https://docs.engineering.redhat.com/display/RTT/Onboarding+gating+tests
and: https://docs.engineering.redhat.com/pages/viewpage.action?pageId=53110084
and: https://docs.engineering.redhat.com/display/RTT/Creating+and+Updating+beaker+test
see https://bugzilla.redhat.com/show_bug.cgi?id=1747499#c35 for the details:
> There is no make test inside qatengine. And yes the test procedures you mentioned
> in README are enough to test it with OpenSSL.
> https://github.com/intel/QAT_Engine#test-the-intel-quickassist-technology-openssl-engine
> https://github.com/intel/QAT_Engine#run-speed-with-the-intel-quickassist-technology-openssl-engine

6
tests/nulltest.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
# we cannot test this since there is no machine with QAT_4XXX hardware in Beaker as of now
# Intel promised us to provide OtherQA for qatlib, qatengine and QAT kernel patchsets
echo QATEngine nulltest is PASS
exit 0

10
tests/tests.yml Normal file
View File

@ -0,0 +1,10 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- nulltest:
dir: .
run: nulltest.sh