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 DCA45A00BE; Mon, 6 Jul 2020 07:21:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C787E1D5A9; Mon, 6 Jul 2020 07:21:53 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 5003B1C139 for ; Mon, 6 Jul 2020 07:21:52 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 1B4391A0547; Mon, 6 Jul 2020 07:21:52 +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 61E641A02D7; Mon, 6 Jul 2020 07:21:50 +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 01E64402F0; Mon, 6 Jul 2020 13:21:47 +0800 (SGT) From: Akhil Goyal To: dev@dpdk.org Cc: hemant.agrawal@nxp.com, Akhil Goyal Date: Mon, 6 Jul 2020 10:51:39 +0530 Message-Id: <20200706052142.12116-1-akhil.goyal@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200601180229.26566-1-akhil.goyal@nxp.com> References: <20200601180229.26566-1-akhil.goyal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v2 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 v2: updated test and test-crypto-perf for better test coverage to include both HFN override and per session HFN in testing. 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 | 20 ++++++++- 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, 104 insertions(+), 32 deletions(-) -- 2.17.1