From: Akhil Goyal <akhil.goyal@nxp.com>
To: "anoobj@marvell.com" <anoobj@marvell.com>,
"konstantin.ananyev@intel.com" <konstantin.ananyev@intel.com>
Cc: Hemant Agrawal <hemant.agrawal@nxp.com>,
"jerinj@marvell.com" <jerinj@marvell.com>,
"declan.doherty@intel.com" <declan.doherty@intel.com>,
Vakul Garg <vakul.garg@nxp.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH 0/7] Add PDCP test cases
Date: Thu, 19 Sep 2019 15:23:35 +0000 [thread overview]
Message-ID: <DB8PR04MB66358F737D683BDE13C6EBB4E6890@DB8PR04MB6635.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20190905144754.10188-1-akhil.goyal@nxp.com>
Hi Anoob, Konstantin,
Any comments on this patchset.
Regards,
Akhil
>
> This patch add test vectors and a test framework for PDCP
> cplane and uplane protocol processing based on various
> sequence number sizes(5/7/12/15/18).
>
> These test cases and test vectors are validated over NXP DPAA_SEC
> and DPAA2_SEC platforms.
>
> This patchset is a split to the patch [1] which was sent as RFC.
>
> Further this patchset is dependent on [2]
> [1] http://patches.dpdk.org/patch/58554/
> [2] http://patches.dpdk.org/project/dpdk/list/?series=6199
>
> Akhil Goyal (7):
> test/crypto: Add PDCP cplane encap cases
> test/crypto: Add PDCP cplane decap cases
> test/crypto: Add PDCP uplane encap cases
> test/crypto: Add PDCP uplane encap with integrity cases
> test/crypto: Add PDCP uplane decap cases
> test/crypto: Add PDCP cases for scatter gather bufs
> test/crypto: support wireless algos for dpaa2_sec
>
> app/test/Makefile | 1 +
> app/test/meson.build | 1 +
> app/test/test_cryptodev.c | 713 +-
> app/test/test_cryptodev_security_pdcp.c | 590 ++
> .../test_cryptodev_security_pdcp_test_func.h | 48 +
> ...est_cryptodev_security_pdcp_test_vectors.h | 6323
> +++++++++++++++++
> 6 files changed, 7669 insertions(+), 7 deletions(-)
> create mode 100644 app/test/test_cryptodev_security_pdcp.c
> create mode 100644 app/test/test_cryptodev_security_pdcp_test_func.h
> create mode 100644
> app/test/test_cryptodev_security_pdcp_test_vectors.h
>
> --
> 2.17.1
next prev parent reply other threads:[~2019-09-19 15:23 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-03 16:49 [dpdk-dev] [PATCH] test/crypto: add PDCP vectors and cases Akhil Goyal
2019-09-05 14:47 ` [dpdk-dev] [PATCH 0/7] Add PDCP test cases Akhil Goyal
2019-09-05 14:47 ` [dpdk-dev] [PATCH 1/7] test/crypto: Add PDCP cplane encap cases Akhil Goyal
2019-09-05 14:47 ` [dpdk-dev] [PATCH 2/7] test/crypto: Add PDCP cplane decap cases Akhil Goyal
2019-09-05 14:47 ` [dpdk-dev] [PATCH 3/7] test/crypto: Add PDCP uplane encap cases Akhil Goyal
2019-09-05 14:47 ` [dpdk-dev] [PATCH 4/7] test/crypto: Add PDCP uplane encap with integrity cases Akhil Goyal
2019-09-05 14:47 ` [dpdk-dev] [PATCH 5/7] test/crypto: Add PDCP uplane decap cases Akhil Goyal
2019-09-05 14:47 ` [dpdk-dev] [PATCH 6/7] test/crypto: Add PDCP cases for scatter gather bufs Akhil Goyal
2019-09-05 14:47 ` [dpdk-dev] [PATCH 7/7] test/crypto: support wireless algos for dpaa2_sec Akhil Goyal
2019-09-19 15:23 ` Akhil Goyal [this message]
2019-09-30 10:44 ` [dpdk-dev] [PATCH 0/7] Add PDCP test cases Nipun Gupta
2019-09-30 19:27 ` [dpdk-dev] [PATCH v2 " Akhil Goyal
2019-09-30 19:27 ` [dpdk-dev] [PATCH v2 1/7] test/crypto: add PDCP cplane encap cases Akhil Goyal
2019-09-30 19:27 ` [dpdk-dev] [PATCH v2 2/7] test/crypto: add PDCP cplane decap cases Akhil Goyal
2019-09-30 19:27 ` [dpdk-dev] [PATCH v2 3/7] test/crypto: add PDCP uplane encap cases Akhil Goyal
2019-09-30 19:27 ` [dpdk-dev] [PATCH v2 4/7] test/crypto: add PDCP uplane encap with integrity cases Akhil Goyal
2019-09-30 19:27 ` [dpdk-dev] [PATCH v2 5/7] test/crypto: add PDCP uplane decap cases Akhil Goyal
2019-09-30 19:27 ` [dpdk-dev] [PATCH v2 6/7] test/crypto: add PDCP cases for scatter gather bufs Akhil Goyal
2019-09-30 19:27 ` [dpdk-dev] [PATCH v2 7/7] test/crypto: support wireless algos for dpaa2-sec Akhil Goyal
2019-09-30 20:30 ` [dpdk-dev] [PATCH v2 0/7] Add PDCP test cases Akhil Goyal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DB8PR04MB66358F737D683BDE13C6EBB4E6890@DB8PR04MB6635.eurprd04.prod.outlook.com \
--to=akhil.goyal@nxp.com \
--cc=anoobj@marvell.com \
--cc=declan.doherty@intel.com \
--cc=dev@dpdk.org \
--cc=hemant.agrawal@nxp.com \
--cc=jerinj@marvell.com \
--cc=konstantin.ananyev@intel.com \
--cc=vakul.garg@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).