Hi, The PDCP test is working on DPDK 25.11 on LS1046A with "dpdk-test" application. However, some of the other crypto/IPsec cases are failing with seg fault during cleanup. If you want to test PDCP only, please comment out the other cases to proceed with PDCP testing. We are also working to resolve the failing cases. " --- a/app/test/test_cryptodev.c +++ b/app/test/test_cryptodev.c @@ -19898,11 +19898,7 @@ run_cryptodev_testsuite(const char *pmd_name) &cryptodev_negative_aes_gcm_testsuite, &cryptodev_negative_aes_gmac_testsuite, &cryptodev_mixed_cipher_hash_testsuite, - &cryptodev_negative_hmac_sha1_testsuite, - &cryptodev_gen_testsuite, - &cryptodev_sm4_gcm_testsuite, #ifdef RTE_LIB_SECURITY - &ipsec_proto_testsuite, &pdcp_proto_testsuite, &docsis_proto_testsuite, &tls12_record_proto_testsuite, " Use the config/arm/arm64_dpaa_linux_gcc configuration file for compilation. Attaching the logs of the PDCP test on version 25.11 for reference. Regards, Gagan From: coolwilled Sent: Tuesday, December 9, 2025 3:15 PM To: Hemant Agrawal ; Sachin Saxena (OSS) ; Gagandeep Singh ; dev@dpdk.org; users@dpdk.org Subject: Ask help for DPAA_SEC: test_pdcp almost all cases failed You don't often get email from coolwilled@gmail.com. Learn why this is important Hi, NXP and dpdk.org users and developers Did anyone run test_pdcp on DPAA_SEC ? I have a NXP LS1046A board. I have configured DPAA sec and 4 dpaa_sec crypto_dev can be found in rte_eal_init(). I run dpdk-test from dpdk.org git commit = b287e404643a (24.11.3) and almost all cases execpt one PDCP status report case failed. I also run app/dpdk-test-crypto-perf throughput test with dpaa_sec. It only measures throughput and doesn't check correctness. I find the session is created with rte_security_session_create() in app/test-crypto-perf/cperfops.c for CPERF_PDCP. And session is created with rte_cryptodev_sym_session_create() in lib/pdcp/pdcp_crypto.c . Which type of session should be created ? How the test_pdcp can succeed in LS1046A DPAA_SEC ? Thanks a lot.