Updated git submodules
authorehvkand <hanamantagoud.v.kandagal@ericsson.com>
Thu, 23 Feb 2017 13:33:35 +0000 (19:03 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Sun, 26 Feb 2017 16:13:19 +0000 (16:13 +0000)
commitb981f83c2e1b2cbcb33ffef830d738ee8ff5d45a
tree05e36ab16b430cffb1bc1bf1a1bf10b8f731a9da
parent1937f23d6d4d333e2b1605b5301258c6eecaeb8d
Updated git submodules

Project: netvirt stable/boron 520a8cd2454d1d3c414f39794634de155bf43533

Bug 7815: Using DJC for VpnManager Interface-state Listeners

With mdsalutil is having a THREAD_POOL_SIZE=1, all the add(), update(), and
remove() methods handling the application logic were on the same thread.
This in turn was delaying all the interface-state listeners. Changes are
done to make use of DataJobCordinator so that all the VpnManager
application logic get executed by a seperate thread so that the main
thread is freed-up for other listener execution.

Change-Id: I926e0742fdc7955450c9423ce5026f9177ce21bb
Signed-off-by: ehvkand <hanamantagoud.v.kandagal@ericsson.com>
docs/submodules/netvirt