examples/l2fwd-keepalive: add IPC liveness reporting
authorRemy Horton <remy.horton@intel.com>
Wed, 15 Jun 2016 15:25:51 +0000 (16:25 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 16 Jun 2016 16:27:00 +0000 (18:27 +0200)
commit7b2a704c4e84dcc11ffa381293d2c3d686a999b8
tree35cd9d7bbd659936e08df331705ba3d70d073ad7
parent90c622f356795ed8f6a340219e0ce7a911f5ced8
examples/l2fwd-keepalive: add IPC liveness reporting

Changes the l2fwd keepalive example to show how the new keepalive
enhancements can be used to relay core state to an external process.

Signed-off-by: Remy Horton <remy.horton@intel.com>
examples/Makefile
examples/l2fwd-keepalive/Makefile
examples/l2fwd-keepalive/ka-agent/Makefile [new file with mode: 0644]
examples/l2fwd-keepalive/ka-agent/main.c [new file with mode: 0644]
examples/l2fwd-keepalive/main.c
examples/l2fwd-keepalive/shm.c [new file with mode: 0644]
examples/l2fwd-keepalive/shm.h [new file with mode: 0644]