From patchwork Tue Oct 1 11:33:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hemant Agrawal X-Patchwork-Id: 174834 Delivered-To: patch@linaro.org Received: by 2002:a92:7e96:0:0:0:0:0 with SMTP id q22csp8415503ill; Tue, 1 Oct 2019 04:36:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqxGSJuTNvUv4o1QO586DY5eSqQZXJAXFXTjlataE5lI3ICmjVeaDdezH2wiYUjKDzG607U9 X-Received: by 2002:a05:6402:1549:: with SMTP id p9mr25086551edx.221.1569929767585; Tue, 01 Oct 2019 04:36:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569929767; cv=none; d=google.com; s=arc-20160816; b=FvsMSIC9hh5N5GMEDV08HCbH8Mfi/dBkgXqzpIrIFDuGz7g+j+hHI3S3po9ePjgKO4 T7t/Wbl3QTYw1VUb7HBkvCoH7IkFS9vvYNPdOVhkmCZFlcfGBX3/IKs2JXMj/qDW+Ngq giiNCt13oKUeCjgKzcBHeYXDjN45kmEmxaUdcNYTJpQraExscAwgow58IutjVnJ8gV0p KXq6xzJ2be/x3zJy4xIhy9sjnar+4zaaTwrAz8+7L9S/3shBf02oLQNfPYTe7feECy/S 8fvQWL+nIqj1/gRfzQ/MjyAaW367UENLGe9itd1kMpRu//fOGGU3mPEcMDOuNDRHsZ+u Ib3Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:message-id:date:cc:to :from; bh=FR7IsjzP0PelIVmtyAB1b9zXrP7BNLNcMlz9peLri34=; b=DI7Qg1qqnvSgsb5kf6fdECaiWJuHjOtfsqPgsRAYbwuVWIHYrxa/YcXyKFxQn4TSRX evdd4e8ZdNRLerb5A5q/6JR+i85rKipuzlPZ7cuM95NHcUKtd2WdBb+JIfBdj+HDxKHw 5O4G9yFwjaIt27ZRFCUnXwrlhJ8Sbk7OhL9axOVVCZFhqEa4R5Y6sWdCORcMXZhaRgql S0S8e7ppgzLyHkTsuqhBy5r3G/WBDBc9iejatw7WPGwKTj8jxo5amqULgH79PfIgAFd6 6lnoyInM/Sb51mhgBB8zmIk8Y/6eT/n+SnBZuNg7gzTa72LCMwOC/7x68KHjZfk/t5X6 k4kg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from dpdk.org (dpdk.org. [92.243.14.124]) by mx.google.com with ESMTP id z35si9062539edb.146.2019.10.01.04.36.07; Tue, 01 Oct 2019 04:36:07 -0700 (PDT) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8623E4C9D; Tue, 1 Oct 2019 13:36:06 +0200 (CEST) Received: from inva021.nxp.com (inva021.nxp.com [92.121.34.21]) by dpdk.org (Postfix) with ESMTP id AD84D91 for ; Tue, 1 Oct 2019 13:36:04 +0200 (CEST) Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 8596420054C; Tue, 1 Oct 2019 13:36:04 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id B7C1B2001C2; Tue, 1 Oct 2019 13:36:02 +0200 (CEST) Received: from bf-netperf1.ap.freescale.net (bf-netperf1.ap.freescale.net [10.232.133.63]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id D2643402C7; Tue, 1 Oct 2019 19:35:59 +0800 (SGT) From: Hemant Agrawal To: dev@dpdk.org Cc: jerinj@marvell.com, abhinandan.gujjar@intel.com Date: Tue, 1 Oct 2019 17:03:34 +0530 Message-Id: <20191001113339.21767-1-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH 1/6] test/event_crypto: fix missing IV value for AES algo X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The IV was not set, which was causing HW based SEC on DPAA1 to fail. Fixes: ce02103ad072 ("test/event_crypto: change the SEC cipher algo") Signed-off-by: Hemant Agrawal --- Please squash if possible. app/test/test_event_crypto_adapter.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) -- 2.17.1 diff --git a/app/test/test_event_crypto_adapter.c b/app/test/test_event_crypto_adapter.c index 652e458f0..bf83a6357 100644 --- a/app/test/test_event_crypto_adapter.c +++ b/app/test/test_event_crypto_adapter.c @@ -171,6 +171,7 @@ test_op_forward_mode(uint8_t session_less) struct rte_event ev; uint32_t cap; int ret; + uint8_t cipher_key[17]; memset(&m_data, 0, sizeof(m_data)); @@ -186,6 +187,11 @@ test_op_forward_mode(uint8_t session_less) cipher_xform.cipher.algo = RTE_CRYPTO_CIPHER_AES_CBC; cipher_xform.cipher.op = RTE_CRYPTO_CIPHER_OP_ENCRYPT; + cipher_xform.cipher.key.data = cipher_key; + cipher_xform.cipher.key.length = 16; + cipher_xform.cipher.iv.offset = IV_OFFSET; + cipher_xform.cipher.iv.length = 16; + op = rte_crypto_op_alloc(params.op_mpool, RTE_CRYPTO_OP_TYPE_SYMMETRIC); TEST_ASSERT_NOT_NULL(op, @@ -364,6 +370,7 @@ test_op_new_mode(uint8_t session_less) struct rte_mbuf *m; uint32_t cap; int ret; + uint8_t cipher_key[17]; memset(&m_data, 0, sizeof(m_data)); @@ -379,6 +386,11 @@ test_op_new_mode(uint8_t session_less) cipher_xform.cipher.algo = RTE_CRYPTO_CIPHER_AES_CBC; cipher_xform.cipher.op = RTE_CRYPTO_CIPHER_OP_ENCRYPT; + cipher_xform.cipher.key.data = cipher_key; + cipher_xform.cipher.key.length = 16; + cipher_xform.cipher.iv.offset = IV_OFFSET; + cipher_xform.cipher.iv.length = 16; + op = rte_crypto_op_alloc(params.op_mpool, RTE_CRYPTO_OP_TYPE_SYMMETRIC); TEST_ASSERT_NOT_NULL(op, "Failed to allocate crypto_op!\n");