examples/ip_pipeline: update routes when ports state change
authorJasvinder Singh <jasvinder.singh@intel.com>
Wed, 1 Jun 2016 14:01:01 +0000 (15:01 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 8 Jun 2016 19:40:38 +0000 (21:40 +0200)
commit5a522263b532ac6a068a1d85025708a0b091706d
tree31b2ca31af39909eee6645c7da59091686b72d92
parent1f277fa81af91a4b8384313c7ef158bc2aadf002
examples/ip_pipeline: update routes when ports state change

The routing pipeline registers a callback function with the nic ports and
this function is invoked for updating the routing entries (corresponding to
local host and directly attached network) tables whenever the nic ports
change their states (up/down).

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
doc/guides/rel_notes/release_16_07.rst
examples/ip_pipeline/app.h
examples/ip_pipeline/pipeline/pipeline_common_fe.c
examples/ip_pipeline/pipeline/pipeline_common_fe.h
examples/ip_pipeline/pipeline/pipeline_routing.c
examples/ip_pipeline/pipeline/pipeline_routing_be.c
examples/ip_pipeline/pipeline/pipeline_routing_be.h