*crypto_pool; uint8_t cryptodev_id; void decrypt_data(struct rte_mbuf *m, uint8_t *iv) { struct rte_crypto_op *crypto_op; if (rte_crypto_op_alloc(crypto_pool, RTE_CRYPTO_OP_TYPE_SYMMETRIC, &crypto_op) == NULL) { rte_exit(EXIT_FAILURE, "Cannot allocate crypto op\n"); } ...
we are using a custom board based on LS1046A, we are running the dpdk-l2fwd-crypto using 2 boards connected back to back. When we are running the application iam getting SEC return err:0x2000171aPMD: SEC return err:0x2000171aPMD: and the...
we are using a custom board based on LS1046A, we are running the dpdk-l2fwd-crypto using 2 boards connected back to back. When we are running the application iam getting SEC return err:0x2000171aPMD: SEC return err:0x2000171aPMD: and the application...
we are using a custom board based on LS1046A, we are running the dpdk-l2fwd-crypto using 2 boards connected back to back. When we are running the application iam getting SEC return err:0x2000171aPMD: SEC return err:0x2000171aPMD: and the application is ...