[dpdk-dev] [PATCH v6 5/6] app: add test-sad application

Akhil Goyal akhil.goyal at nxp.com
Mon Oct 21 11:57:21 CEST 2019



> 
> Introduce new application to provide user to evaluate and perform
> custom functional and performance tests for IPsec SAD implementation.
> 
> Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
> Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
> Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
> Tested-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
> ---
>  app/Makefile             |   1 +
>  app/meson.build          |   3 +-
>  app/test-sad/Makefile    |  18 ++
>  app/test-sad/main.c      | 668
> +++++++++++++++++++++++++++++++++++++++++++++++
>  app/test-sad/meson.build |   6 +
>  5 files changed, 695 insertions(+), 1 deletion(-)
>  create mode 100644 app/test-sad/Makefile
>  create mode 100644 app/test-sad/main.c
>  create mode 100644 app/test-sad/meson.build
> 
Changes in MAINTAINERS missing for this application.

Also fix the spelling warning reported by checkpatch.


More information about the dev mailing list