examples/ip_pipeline: add mempool object
authorJasvinder Singh <jasvinder.singh@intel.com>
Thu, 29 Mar 2018 18:31:41 +0000 (19:31 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 5 Apr 2018 16:23:49 +0000 (18:23 +0200)
commit6bfe74f8c93e9d5ca5906981397aab79a59bb04e
treef9a4468f1dbe69e73b7999be8b7d80e4c2514a94
parent4bbf8e30aa5e2a621db288062c72aed324cae191
examples/ip_pipeline: add mempool object

Add mempool object implementation to the application.

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