examples/ip_pipeline: add tap object
authorJasvinder Singh <jasvinder.singh@intel.com>
Thu, 29 Mar 2018 18:31:45 +0000 (19:31 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 5 Apr 2018 16:23:51 +0000 (18:23 +0200)
commit2f74ae28e23f441c6f51241b4f3ea1c9b8b15812
tree939142646e11b4b695a20e38ead7bdf9c3d25062
parent25961ff3bcb9ae8d7a46305a1565a33438333b7a
examples/ip_pipeline: add tap object

Add tap 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: Kevin Laatz <kevin.laatz@intel.com>
examples/ip_pipeline/Makefile
examples/ip_pipeline/cli.c
examples/ip_pipeline/main.c
examples/ip_pipeline/meson.build
examples/ip_pipeline/tap.c [new file with mode: 0644]
examples/ip_pipeline/tap.h [new file with mode: 0644]