From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 78A51A00BE; Mon, 6 Jul 2020 07:36:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1CE8B1D621; Mon, 6 Jul 2020 07:36:56 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 2F0A71D5D6 for ; Mon, 6 Jul 2020 07:36:54 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id F0FEC1A056D; Mon, 6 Jul 2020 07:36:53 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 447891A0550; Mon, 6 Jul 2020 07:36:52 +0200 (CEST) Received: from lsv03273.swis.in-blr01.nxp.com (lsv03273.swis.in-blr01.nxp.com [92.120.147.113]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id D6C9E40296; Mon, 6 Jul 2020 13:36:49 +0800 (SGT) From: Akhil Goyal To: dev@dpdk.org Cc: hemant.agrawal@nxp.com, Akhil Goyal Date: Mon, 6 Jul 2020 11:06:45 +0530 Message-Id: <20200706053648.13271-1-akhil.goyal@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200706052142.12116-2-akhil.goyal@nxp.com> References: <20200706052142.12116-2-akhil.goyal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v3 0/3] Updates for HFN in PDCP 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" changes in v3: - fix checkpatch warning - changes were accidently done in test_pdcp_proto_SGL instead of test_pdcp_proto. Fixed. Changes in v2: updated test and test-crypto-perf for better test coverage to include both HFN override and per session HFN in testing. *** BLURB HERE *** Akhil Goyal (3): drivers/crypto: fix 18bit PDCP cases with HFN override test/crypto: update PDCP HFN scenarios test/crypto-perf: add option to enable session HFN app/test-crypto-perf/cperf_ops.c | 11 +++-- app/test-crypto-perf/cperf_options.h | 3 ++ app/test-crypto-perf/cperf_options_parsing.c | 13 ++++++ app/test/test_cryptodev.c | 21 +++++++++- doc/guides/tools/cryptoperf.rst | 4 ++ drivers/common/dpaax/caamflib/desc/pdcp.h | 44 ++++++++++++++++++++ drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 8 ++++ drivers/crypto/dpaa_sec/dpaa_sec.c | 33 +++------------ 8 files changed, 105 insertions(+), 32 deletions(-) -- 2.17.1