examples/ip_pipeline: add CLI interface
authorJasvinder Singh <jasvinder.singh@intel.com>
Thu, 29 Mar 2018 18:31:40 +0000 (19:31 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 5 Apr 2018 16:23:49 +0000 (18:23 +0200)
commit4bbf8e30aa5e2a621db288062c72aed324cae191
tree76ae6d345051f979583eaae15c4d3e4c7b00519a
parentfbc74e66334f52a00263dd81dd49fe513b6e8967
examples/ip_pipeline: add CLI interface

CLI interface allowing connectivity with external agent (e.g. telnet,
netcat, Python script, etc) is added to the application.

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