Updated git submodules
authorJaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
Wed, 22 Mar 2017 14:29:20 +0000 (15:29 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 28 Mar 2017 07:58:30 +0000 (07:58 +0000)
commita21ce1721d3388c946595258c5fea7a1efa8664c
tree7c9db7cb672ed7faf0466a0d15a564a12d891f26
parent749a15457e13afe314c73f1e5a5379ceb77513e2
Updated git submodules

Project: netvirt master ebfade54d6341a2ce55590184c169c9538570b44

Early implementation of classifier service

The idea of the classifier service is to replace the DataProcessor
approach. The rationale is that there is a huge amount of
heterogeneous events that may require adjustment of the global
operational state of the classifier. Having specific code to handle
each specific event would require a lot effort. The classifier service
works on this by having a generic processing that caters for any event
that may affect it's operational state.

The classifier service is based on the concept of ClassifierEntry, a tuple
that defines a classifier flow. A collection of this entries represents
the global state of the configuration and operational classifier, one
collection each. By comparing these two collections, we find the
entries that need to be added or removed from the operational state
based on the configuration state at any given time.

Change-Id: Icc33ac761297cea645a34f09d836d6364a3de0ca
Signed-off-by: Jaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
docs/submodules/netvirt