http://bugs.dpdk.org/show_bug.cgi?id=1903
Bug ID: 1903
Summary: [dpdk-26.03]cryptodev_qat_asym_autotest: Segmentation
fault
Product: DPDK
Version: 26.03
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: cryptodev
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
[DPDK 26.03RC2]
[Reproduced steps]:
1, Build dpdk
rm -rf x86_64-native-linuxapp-gcc/
CC=gcc meson -Dlibdir=lib --default-library=static x86_64-native-linuxapp-gcc/
ninja -C x86_64-native-linuxapp-gcc/
2, Bind qat vf device
./usertools/dpdk-devbind.py -b vfio-pci 0000:81:00.1
3, Run cryptodev_qat_asym_autotest
./x86_64-native-linuxapp-gcc/app/test/dpdk-test -l 9,10 -a 0000:81:00.1
RTE>>cryptodev_qat_asym_autotest
[Logs]:
.................
+ TestCase [ 1] : ECDSA Elliptic Curve tests succeeded
+ ------------------------------------------------------- +
+ Test Suite Summary : Cryptodev ASYM ECDSA Unit Test Suite
+ ------------------------------------------------------- +
+ Tests Total : 2
+ Tests Skipped : 0
+ Tests Executed : 2
+ Tests Unsupported: 0
+ Tests Passed : 1
+ Tests Failed : 1
+ ------------------------------------------------------- +
+ ------------------------------------------------------- +
+ Test Suite : Cryptodev ASYM ECPM Unit Test Suite
+ ------------------------------------------------------- +
Segmentation fault
[Bad commit]
commit 064ef1b098d1827d62a053d5424db9a1b10b5029 (HEAD -> 2-064ef1b098)
Author: Rupesh Chiluka <[email protected]>
Date: Tue Dec 30 14:33:26 2025 +0530
test/crypto: remove PMD-specific asym test suites
Change PMD specific asymmetric testsuites to
capabilities based testsuites.
Signed-off-by: Rupesh Chiluka <[email protected]>
Acked-by: Akhil Goyal <[email protected]>
--
You are receiving this mail because:
You are the assignee for the bug.