mbox series

[0/7] Add PDCP test cases

Message ID 20190905144754.10188-1-akhil.goyal@nxp.com (mailing list archive)
Headers
Series Add PDCP test cases |

Message

Akhil Goyal Sept. 5, 2019, 2:47 p.m. UTC
  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
  

Comments

Akhil Goyal Sept. 19, 2019, 3:23 p.m. UTC | #1
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
  
Nipun Gupta Sept. 30, 2019, 10:44 a.m. UTC | #2
Series
Acked-by: Nipun Gupta <nipun.gupta@nxp.com>

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Akhil Goyal
> Sent: Thursday, September 5, 2019 8:18 PM
> To: dev@dpdk.org
> Cc: Hemant Agrawal <hemant.agrawal@nxp.com>; anoobj@marvell.com;
> jerinj@marvell.com; declan.doherty@intel.com;
> konstantin.ananyev@intel.com; Vakul Garg <vakul.garg@nxp.com>; Akhil
> Goyal <akhil.goyal@nxp.com>
> Subject: [dpdk-dev] [PATCH 0/7] Add PDCP test cases
> 
> 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]
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpatch
> es.dpdk.org%2Fpatch%2F58554%2F&amp;data=02%7C01%7Cnipun.gupta%4
> 0nxp.com%7Ceb1d916e4f6c41a31b7a08d732120ef2%7C686ea1d3bc2b4c6fa9
> 2cd99c5c301635%7C0%7C0%7C637032925451063511&amp;sdata=aFlt8cawf8f
> eLEe6ju3w3heRJUVlWSGzhPwHZwKQ2Tk%3D&amp;reserved=0
> [2]
> https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpatch
> es.dpdk.org%2Fproject%2Fdpdk%2Flist%2F%3Fseries%3D6199&amp;data=0
> 2%7C01%7Cnipun.gupta%40nxp.com%7Ceb1d916e4f6c41a31b7a08d732120ef
> 2%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C63703292545107350
> 2&amp;sdata=f5IPo2%2F9mjrP1F4n%2FLzHKOEJOoCBBpR520oD0lchFxM%3D
> &amp;reserved=0
> 
> 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