Add ACC100/200 and test-bbdev app

Resolves: #2138398
Resolves: #2106526
This commit is contained in:
Maxime Coquelin 2023-03-03 18:13:52 +01:00 committed by Timothy Redaelli
parent 592991cef1
commit 6a6cb2159e
1 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#% define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) #% define shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%define ver 22.11 %define ver 22.11
%define rel 1 %define rel 2
%define srcname dpdk%(awk -F. '{ if (NF > 2) print "-stable" }' <<<%{version}) %define srcname dpdk%(awk -F. '{ if (NF > 2) print "-stable" }' <<<%{version})
@ -125,6 +125,7 @@ export PYTHONPATH=$(pwd)/pyelftools-%{pyelftoolsver}
ENABLED_APPS=( ENABLED_APPS=(
test-pmd test-pmd
test-bbdev
) )
for app in "${ENABLED_APPS[@]}"; do for app in "${ENABLED_APPS[@]}"; do
@ -145,6 +146,7 @@ ENABLED_DRIVERS=(
%ifarch x86_64 %ifarch x86_64
ENABLED_DRIVERS+=( ENABLED_DRIVERS+=(
baseband/acc
bus/auxiliary bus/auxiliary
bus/vmbus bus/vmbus
common/iavf common/iavf
@ -252,6 +254,7 @@ rm -rf %{docdir}/html/.doctrees
# BSD # BSD
%doc README MAINTAINERS %doc README MAINTAINERS
%{_bindir}/dpdk-testpmd %{_bindir}/dpdk-testpmd
%{_bindir}/dpdk-test-bbdev
%dir %{pmddir} %dir %{pmddir}
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{pmddir}/*.so.* %{pmddir}/*.so.*
@ -288,6 +291,9 @@ rm -rf %{docdir}/html/.doctrees
%endif %endif
%changelog %changelog
* Fri Mar 03 2023 Maxime Coquelin <maxime.coquelin@redhat.com> - 22.11-2
- Add ACC100/ACC200 and related test-bbdev application (#2106526, #2138398)
* Mon Jan 23 2023 Timothy Redaelli <tredaelli@redhat.com> - 22.11-1 * Mon Jan 23 2023 Timothy Redaelli <tredaelli@redhat.com> - 22.11-1
- Rebase to 22.11 (#2129066) - Rebase to 22.11 (#2129066)