Fix dsa_user_test_runner so it doesn't attempt to iterate over
devices without first checking that there are devices to disable.
Resolves: RHEL-32469
Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com>
Changes:
[ Colin Ian King ]
add missing libssl-dev dependency
debian/accel-config-test.install fix path on copy
[ Fenghua Yu ]
Skip configuring ats_disable if the attribute is not present
Add config-user-default command
Add option "-c <config_file>" to load default configurations from
the file
Disable default configured WQs and devices
Add "-n <wq_name>" to specify WQ name for disabling WQs
Add user_default_profile.conf
Add doumentation for new command "config-user-default"
[ Jerry Snitselaar ]
Update spec file templates to use SPDX identifiers
Signed-off-by: Jun.Miao <jun.miao@intel.com>
Update spec file to use SPDX identifiers for licenses, set correct
license value, and clean up the comments. The spec currently is
listing licenses of dependencies as well as the accel-config code,
where the License field should only show the license of the code being
shipped in the package. This was cleaned up in the upstream spec file
templates at some point, but never migrated to here. There is an
effort taking place now as well to move Fedora packages to using SPDX
identifiers for licenses, so make the switch here. A PR has also been
sent to the upstream project to make use of the SPDX identifiers in
the spec file templates there as well.
Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com>
Release 4.0 mainly adds support for DSA2 and IAA features.
Changes:
[ Jun Miao ]
Enables the building of the debuginfo packages in the spec file.
[ Colin Ian King ]
use buildflags.mk, remove hardcoded CFLAGS
debian/accel-config-test.install fix path on copy
[ Dave Jiang ]
convert all magic number for 1<<12 to PAGE_SIZE
fix madvise() call to unmap pages
add updated idxd.h definition from kernel source
[ Li Zhang ]
Remove redundant -f 0x0 in iaa_user_test_runner.sh
Fix dedicated mode wq size 1 failure
Modify incorrect print information
Modify block_on_fault in 2g2q_user_2.conf
Move get_random_value() to accel_test.c
Add algorithm to do Zcompress8
Add test code of operation Zcompress8
Modify script for executing Zcompress8 test
Add algorithm to do Zdecompress8
Add test code of operation Zdecompress8
Modify script for executing Zdecompress8 test
Add algorithm to do both Encrypt and Decrypt
Add test code of operation Encrypt
Modify script for executing Encrypt test
Add test code of operation Decrypt
Modify script for executing Decrypt test
Modify struct in idxd.h for IAA Translation Fetch
Add test code of IAA Translation Fetch
Modify script for executing IAA Translation Fetch test
Add helping information for new parameters
Add openssl package installation details
Fix bug of Zcompress8 about input size less 128
Remove ats_disable config for iax tests
Add identification for IAA1.0/2.0 platform
[ Nikhil Rao ]
add per-wq prs disable tests
[ Ramesh Thomas ]
Update format bitmask attrs to match driver
Add new API to set and get wq op_config
Add option to config-wq to set op_config
Change json listing format of bitmasks
Add load, save and list config support for op_config
Update config-wq doc with op_config details
Add unit test for op_config configuration
Fix segmentation fault during list cmd in SPR
Add API to retrieve iaa_cap when available
Add group->desc_progress_limit support
Add group->batch_progress_limit support
Add wq->prs_disable support
Add device->event_log_size support
Do not set traffic class in tests
Skip op_config test if feature not present
Include IAA support in README
Fix bug in return value of pasid enabled check
[ Tony Zhu ]
add DIX Generate operation support
add translation fetch operation support
Remove traffic config for iax tests
Fix dsa_test segmentation fault when do 2G tests
Signed-off-by: Jun.Miao <jun.miao@intel.com>
[ Colin Ian King ]
pull in various debian changes
sync changelog entry with debian uploaded version
free allocated path if execlp fails
[ Li Zhang ]
Fix bug of setting max destination size
[ Ramesh Thomas ]
Remove some leftover references to mdev
Remove text about installing kernel headers
Install tests in /usr/libexec
Update RPM scripts to install tests in /usr/libexec
Remove uninitialized local variable warning
Modify script to include author in changelog
[ Tony Zhu ]
Update user test script with path /usr/lib
Update user test script with path /usr/libexec
Remove read_buffers 0 settings from configs
Signed-off-by: Jun.Miao <jun.miao@intel.com>
Changes:
Fix static code analysis warnings
Fix lintian errors
Move test program and related configs to /usr/lib
Move contrib/configs/* to /etc
Some code cleanup
Signed-off-by: Jun.Miao <jun.miao@intel.com>
Add contrib/config to installation.
Fix some bugs in debdch.sh.
Update debian/changelog with changes since last release.
Signed-off-by: Jun.Miao <jun.miao@intel.com>
Add Zcompress32, Zdecompress32, Compress and Decompress test
Add Zcompress16 and Zdecompress16 to IAA test
Add operation CRC64 into IAA test
Bug fixes
Signed-off-by: Jun.Miao <jun.miao@intel.com>