automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw50662[2/4] crypto/qat: add asymmetric cryptography PMD
@ 2019-02-28 17:18 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2019-02-28 17:18 UTC (permalink / raw)
  To: test-report

[-- Attachment #1: Type: text/plain, Size: 47990 bytes --]

Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/50662

_Compilation issues_

Submitter: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Date: 2019-02-28 16:35:21
Reply_mail: 20190228163523.6096-3-arkadiuszx.kusztal@intel.com
DPDK git baseline: Repo:dpdk-master, CommitID: 8d47a753b7cb05e0ef62360324c6a28505038d09

Build Summary: 16 Builds Done, 0 Successful, 16 Failures

Test environment and configuration as below:

OS: UB1604
	Kernel Version: 4.4.0-78-generic
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
	Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-clang
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-shared

OS: CENTOS
	Kernel Version: 3.10.0-957.1.3.el7.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)
	Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc-shared
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc

OS: UBT1804
	Kernel Version: 4.15.0-29-generic
	CPU info: Intel(R) Xeon(R) Platinum 8180M CPU @ 2.50GHz
	GCC Version: gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
	Clang Version: 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
	x86_64-native-linuxapp-gcc

OS: FC25
	Kernel Version: 4.5.5-300.fc24.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (GCC) 6.1.1 20160510 (Red Hat 6.1.1-2)
	Clang Version: 3.8.0 (tags/RELEASE_380/final)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-debug

OS: FC24
	Kernel Version: 4.11.12-100.fc24.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1)
	Clang Version: 3.8.1 (tags/RELEASE_381/final)
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc-shared
	i686-native-linuxapp-gcc

OS: FreeBSD
	Kernel Version: 10.3-RELEASE
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz (2294.75-MHz K8-class CPU)
	GCC Version: gcc (FreeBSD Ports Collection) 7.3.0
	Clang Version: 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
	x86_64-native-bsdapp-clang
	x86_64-native-bsdapp-gcc

*Failed Build #1:
OS: FC25
Target: x86_64-native-linuxapp-gcc
  CC qat_asym.o
  AR librte_pmd_ark.a
  INSTALL-LIB librte_pmd_ark.a
== Build drivers/net/atlantic
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c: In function ‘qat_asym_process_response’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:42: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modexp_result = asym_op->modex.result.data;
                                          ^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:20: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                    ^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:43: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modinv_result = asym_op->modinv.result.data;
                                           ^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:21: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                     ^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'qat_asym.o' failed
make[5]: *** [qat_asym.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.subdir.mk:35: recipe for target 'common/qat' failed
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....
== Build drivers/net/avf
  CC atl_rxtx.o
  PMDINFO null_crypto_pmd.o.pmd.c
--
  CC rte_eth_softnic_cryptodev.o
  CC parser.o
  CC conn.o
  AR librte_pmd_softnic.a
  INSTALL-LIB librte_pmd_softnic.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #2:
OS: UBT1804
Target: x86_64-native-linuxapp-gcc
  CC atl_rxtx.o
  CC dpaa2_sec_dpseci.o
  CC qat_comp_pmd.o
  CC qat_asym.o
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c: In function ‘qat_asym_process_response’:
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:42: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modexp_result = asym_op->modex.result.data;
                                          ^
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:20: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                    ^
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:43: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modinv_result = asym_op->modinv.result.data;
                                           ^
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:21: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                     ^
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'qat_asym.o' failed
make[5]: *** [qat_asym.o] Error 1
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.subdir.mk:35: recipe for target 'common/qat' failed
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC atl_ethdev.o
  CC mc/dpseci.o
== Build drivers/crypto/dpaa_sec
--
  CC rte_eth_softnic_cryptodev.o
  CC parser.o
  CC conn.o
  AR librte_pmd_softnic.a
  INSTALL-LIB librte_pmd_softnic.a
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #3:
OS: UB1604
Target: x86_64-native-linuxapp-gcc
  CC qat_comp_pmd.o
  CC ark_mpu.o
  CC qat_asym.o
  CC ark_pktchkr.o
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c: In function ‘qat_asym_process_response’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:42: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modexp_result = asym_op->modex.result.data;
                                          ^
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:20: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                    ^
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:43: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modinv_result = asym_op->modinv.result.data;
                                           ^
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:21: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                     ^
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'qat_asym.o' failed
make[5]: *** [qat_asym.o] Error 1
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.subdir.mk:35: recipe for target 'common/qat' failed
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC ark_pktdir.o
== Build drivers/crypto/scheduler
  CC ark_pktgen.o
--
  CC rte_eth_softnic_cryptodev.o
  CC parser.o
  CC conn.o
  AR librte_pmd_softnic.a
  INSTALL-LIB librte_pmd_softnic.a
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #4:
OS: CENTOS
Target: x86_64-native-linuxapp-clang
  LD ark_ethdev.o
  CC ark_ethdev_rx.o
  CC qat_asym.o
  CC ark_ethdev_tx.o
  CC ark_mpu.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:43: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                uint8_t *modexp_result = asym_op->modex.result.data;
                                         ~~~~~~~~~~~~~~ ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:21: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                                (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                                 ~~~~~~~~~~~~~~ ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:44: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                uint8_t *modinv_result = asym_op->modinv.result.data;
                                         ~~~~~~~~~~~~~~~ ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:22: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                                (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                                 ~~~~~~~~~~~~~~~ ^
4 errors generated.
make[5]: *** [qat_asym.o] Error 1
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....
== Build drivers/net/atlantic
  CC ark_pktchkr.o

*Failed Build #5:
OS: UB1604
Target: x86_64-native-linuxapp-clang
  INSTALL-LIB librte_pmd_crypto_scheduler.a
== Build drivers/crypto/null
  CC null_crypto_pmd.o
  CC qat_asym.o
  CC hw_atl_llh.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:43: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                uint8_t *modexp_result = asym_op->modex.result.data;
                                         ~~~~~~~~~~~~~~ ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:21: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                                (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                                 ~~~~~~~~~~~~~~ ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:44: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                uint8_t *modinv_result = asym_op->modinv.result.data;
                                         ~~~~~~~~~~~~~~~ ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:22: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                                (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                                 ~~~~~~~~~~~~~~~ ^
4 errors generated.
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'qat_asym.o' failed
make[5]: *** [qat_asym.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.subdir.mk:35: recipe for target 'common/qat' failed
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....
  PMDINFO null_crypto_pmd.o.pmd.c
  CC null_crypto_pmd.o.pmd.o
  CC hw_atl_utils_fw2x.o
--
  INSTALL-LIB librte_pmd_ifc.a
  CC parser.o
  CC conn.o
  AR librte_pmd_softnic.a
  INSTALL-LIB librte_pmd_softnic.a
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #6:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
  CC hw_atl_utils.o
  CC hw_atl_llh.o
  CC qat_asym.o
  CC hw_atl_utils_fw2x.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c: In function ‘qat_asym_process_response’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:42: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modexp_result = asym_op->modex.result.data;
                                          ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:20: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                    ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:43: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modinv_result = asym_op->modinv.result.data;
                                           ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:21: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                     ^
make[5]: *** [qat_asym.o] Error 1
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....

*Failed Build #7:
OS: CENTOS
Target: i686-native-linuxapp-gcc
  SYMLINK-FILE include/rte_cryptodev_scheduler_operations.h
  CC atl_rxtx.o
  SYMLINK-FILE include/rte_cryptodev_scheduler.h
  CC scheduler_pmd.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c: In function ‘qat_asym_process_response’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:42: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modexp_result = asym_op->modex.result.data;
                                          ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:20: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                    ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:43: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modinv_result = asym_op->modinv.result.data;
                                           ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:21: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                     ^
make[5]: *** [qat_asym.o] Error 1
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....

*Failed Build #8:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc
  CC ark_pktdir.o
  AR librte_pmd_octeontx_crypto.a
  INSTALL-LIB librte_pmd_octeontx_crypto.a
== Build drivers/crypto/scheduler
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c: In function ‘qat_asym_process_response’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:42: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modexp_result = asym_op->modex.result.data;
                                          ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:20: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                    ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:43: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modinv_result = asym_op->modinv.result.data;
                                           ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:21: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                     ^
make[5]: *** [qat_asym.o] Error 1
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....

*Failed Build #9:
OS: UB1604
Target: i686-native-linuxapp-gcc
== Build drivers/net/axgbe
  CC qat_comp_pmd.o
  CC axgbe_ethdev.o
  CC qat_asym.o
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c: In function ‘qat_asym_process_response’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:42: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modexp_result = asym_op->modex.result.data;
                                          ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:20: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                    ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:43: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modinv_result = asym_op->modinv.result.data;
                                           ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:21: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                     ^
  PMDINFO axgbe_ethdev.o.pmd.c
  CC axgbe_ethdev.o.pmd.o
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'qat_asym.o' failed
make[5]: *** [qat_asym.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.subdir.mk:35: recipe for target 'common/qat' failed
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....
  LD axgbe_ethdev.o
  CC axgbe_dev.o
  CC mc/dpseci.o
--
  CC rte_eth_softnic_cryptodev.o
  CC parser.o
  CC conn.o
  AR librte_pmd_softnic.a
  INSTALL-LIB librte_pmd_softnic.a
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #10:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
  CC qat_comp_pmd.o
  CC ark_ddm.o
  CC ark_ethdev.o
  CC qat_asym.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c: In function ‘qat_asym_process_response’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:42: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modexp_result = asym_op->modex.result.data;
                                          ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:20: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                    ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:43: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modinv_result = asym_op->modinv.result.data;
                                           ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:21: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                     ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'qat_asym.o' failed
make[5]: *** [qat_asym.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.subdir.mk:35: recipe for target 'common/qat' failed
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC ark_ethdev_rx.o
  PMDINFO ark_ethdev.o.pmd.c
  CC ark_ethdev.o.pmd.o
--
  CC rte_eth_softnic_cryptodev.o
  CC parser.o
  CC conn.o
  LD librte_pmd_softnic.so.1.1
  INSTALL-LIB librte_pmd_softnic.so.1.1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #11:
OS: FreeBSD
Target: x86_64-native-bsdapp-clang
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
  INSTALL-HOSTAPP dpdk-pmdinfogen
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
== Build drivers
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/x86_64-native-bsdapp-clang/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c contigmem.c -o contigmem.o
awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/x86_64-native-bsdapp-clang/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c nic_uio.c -o nic_uio.o
== Build drivers/common
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o contigmem.ko contigmem.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk contigmem.ko  export_syms | xargs -J% objcopy % contigmem.ko
objcopy --strip-debug contigmem.ko
--
  CC qat_comp_pmd.o
  CC ark_ethdev_tx.o
  CC qat_asym.o
  CC ark_mpu.o
  CC ark_pktchkr.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:43: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                uint8_t *modexp_result = asym_op->modex.result.data;
                                         ~~~~~~~~~~~~~~ ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:21: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                                (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                                 ~~~~~~~~~~~~~~ ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:44: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                uint8_t *modinv_result = asym_op->modinv.result.data;
                                         ~~~~~~~~~~~~~~~ ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:22: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                                (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                                 ~~~~~~~~~~~~~~~ ^
4 errors generated.
gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/internal/rte.compile-pre.mk:116: qat_asym.o] Error 1
gmake[4]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.subdir.mk:37: common/qat] Error 2
gmake[4]: *** Waiting for unfinished jobs....
  CC ark_pktdir.o
== Build drivers/net/atlantic

*Failed Build #12:
OS: FC25
Target: x86_64-native-linuxapp-gcc-debug
== Build drivers/crypto/virtio
  CC axgbe_rxtx.o
  CC qat_asym.o
  CC virtqueue.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c: In function ‘qat_asym_process_response’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:42: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modexp_result = asym_op->modex.result.data;
                                          ^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:20: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                    ^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:43: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modinv_result = asym_op->modinv.result.data;
                                           ^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:21: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                     ^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/51ea66c533674d488a98745ebf791f6d/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'qat_asym.o' failed
make[5]: *** [qat_asym.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.subdir.mk:35: recipe for target 'common/qat' failed
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....
== Build drivers/net/bonding
  CC virtio_pci.o
  SYMLINK-FILE include/rte_eth_bond.h
--
  CC rte_eth_softnic_cryptodev.o
  CC parser.o
  CC conn.o
  AR librte_pmd_softnic.a
  INSTALL-LIB librte_pmd_softnic.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #13:
OS: FC24
Target: x86_64-native-linuxapp-clang
  PMDINFO dpaa_ethdev.o.pmd.c
  CC dpaa_ethdev.o.pmd.o
  LD dpaa_ethdev.o
  CC dpaa_rxtx.o
  CC cxgbe_flow.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:43: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                uint8_t *modexp_result = asym_op->modex.result.data;
                                         ~~~~~~~~~~~~~~ ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:21: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                                (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                                 ~~~~~~~~~~~~~~ ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:44: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                uint8_t *modinv_result = asym_op->modinv.result.data;
                                         ~~~~~~~~~~~~~~~ ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:22: error: no member named 'result' in 'struct rte_crypto_mod_op_param'
                                (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                                 ~~~~~~~~~~~~~~~ ^
4 errors generated.
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'qat_asym.o' failed
make[5]: *** [qat_asym.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.subdir.mk:35: recipe for target 'common/qat' failed
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC t4_hw.o
  AR librte_pmd_dpaa.a
  INSTALL-LIB librte_pmd_dpaa.a
--
  AR librte_pmd_sfc_efx.a
  INSTALL-LIB librte_pmd_sfc_efx.a
  CC conn.o
  AR librte_pmd_softnic.a
  INSTALL-LIB librte_pmd_softnic.a
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #14:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
  CC qat_comp_pmd.o
  CC ark_ddm.o
  CC ark_ethdev.o
  CC qat_asym.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c: In function ‘qat_asym_process_response’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:42: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modexp_result = asym_op->modex.result.data;
                                          ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:20: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                    ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:43: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modinv_result = asym_op->modinv.result.data;
                                           ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:21: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                     ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'qat_asym.o' failed
make[5]: *** [qat_asym.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.subdir.mk:35: recipe for target 'common/qat' failed
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC ark_ethdev_rx.o
  PMDINFO ark_ethdev.o.pmd.c
  CC ark_ethdev.o.pmd.o
--
  CC conn.o
  LD librte_pmd_sfc_efx.so.1.1
  LD librte_pmd_softnic.so.1.1
  INSTALL-LIB librte_pmd_sfc_efx.so.1.1
  INSTALL-LIB librte_pmd_softnic.so.1.1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #15:
OS: FreeBSD
Target: x86_64-native-bsdapp-gcc
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/x86_64-native-bsdapp-gcc/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/x86_64-native-bsdapp-gcc/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c nic_uio.c -o nic_uio.o
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/x86_64-native-bsdapp-gcc/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/x86_64-native-bsdapp-gcc/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c contigmem.c -o contigmem.o
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/x86_64-native-bsdapp-gcc/lib -d -warn-common -r -d -o contigmem.ko contigmem.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk contigmem.ko  export_syms | xargs -J% objcopy % contigmem.ko
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/x86_64-native-bsdapp-gcc/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o
:> export_syms
--
  CC ark_ethdev_tx.o
  CC qat_comp_pmd.o
  CC qat_asym.o
  CC ark_mpu.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c: In function 'qat_asym_process_response':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:42: error: 'struct rte_crypto_mod_op_param' has no member named 'result'
   uint8_t *modexp_result = asym_op->modex.result.data;
                                          ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:20: error: 'struct rte_crypto_mod_op_param' has no member named 'result'
     (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                    ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:43: error: 'struct rte_crypto_mod_op_param' has no member named 'result'
   uint8_t *modinv_result = asym_op->modinv.result.data;
                                           ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:21: error: 'struct rte_crypto_mod_op_param' has no member named 'result'
     (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                     ^
  CC ark_pktchkr.o
gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/internal/rte.compile-pre.mk:116: qat_asym.o] Error 1
gmake[4]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.subdir.mk:37: common/qat] Error 2

*Failed Build #16:
OS: FC24
Target: i686-native-linuxapp-gcc
  LD dpaa_sec.o
  AR librte_pmd_dpaa_sec.a
  INSTALL-LIB librte_pmd_dpaa_sec.a
== Build drivers/crypto/caam_jr
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c: In function ‘qat_asym_process_response’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:246:42: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modexp_result = asym_op->modex.result.data;
                                          ^
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:249:20: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length),
                    ^
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:262:43: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
   uint8_t *modinv_result = asym_op->modinv.result.data;
                                           ^
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/drivers/crypto/qat/qat_asym.c:265:21: error: ‘struct rte_crypto_mod_op_param’ has no member named ‘result’
     (asym_op->modinv.result.length - ctx->sess_alg_params.mod_inv.n.length),
                     ^
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'qat_asym.o' failed
make[5]: *** [qat_asym.o] Error 1
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.subdir.mk:35: recipe for target 'common/qat' failed
make[4]: *** [common/qat] Error 2
make[4]: *** Waiting for unfinished jobs....
== Build drivers/net/axgbe
  CC caam_jr.o
  CC axgbe_ethdev.o
--
  CC rte_eth_softnic_cryptodev.o
  CC parser.o
  CC conn.o
  AR librte_pmd_softnic.a
  INSTALL-LIB librte_pmd_softnic.a
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkbuild.mk:46: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/51ea66c533674d488a98745ebf791f6d/dpdk/mk/rte.sdkroot.mk:77: recipe for target 'install' failed
make: *** [install] Error 2

DPDK STV team

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-28 17:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-28 17:18 [dpdk-test-report] |FAILURE| pw50662[2/4] crypto/qat: add asymmetric cryptography PMD sys_stv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).