examples/ip_pipeline: add cryptodev
authorFan Zhang <roy.fan.zhang@intel.com>
Fri, 28 Sep 2018 12:26:10 +0000 (13:26 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Fri, 12 Oct 2018 17:33:09 +0000 (19:33 +0200)
commitbd9b67a1092ef17a5f6cb49c91c687329718a5dc
treea5651ac03ffdb6a5cb90504038c721e6862062a8
parent96303217a6063d9085655e5b22a4cb8389b0f240
examples/ip_pipeline: add cryptodev

This patch adds symmetric crypto device abstraction to ip_pipeline
sameple application.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/Makefile
examples/ip_pipeline/cryptodev.c [new file with mode: 0644]
examples/ip_pipeline/cryptodev.h [new file with mode: 0644]
examples/ip_pipeline/main.c
examples/ip_pipeline/meson.build