Updated git submodules
authorcgowdru <chetan.arakere@altencalsoftlabs.com>
Mon, 13 Feb 2017 12:34:47 +0000 (18:04 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 28 Feb 2017 11:53:13 +0000 (11:53 +0000)
commit5c7339c9cedfad523c7afc938705ba279072c913
tree8cb57703d2d4cecf2b25540db35aaa54eda52ce8
parent684332111b5b6ad968d2566e39d7806af7d53cf7
Updated git submodules

Project: netvirt stable/boron 56d147035abd6cb351c598fd1789bf6565f59601

Bug 7775: Using DJC for NAT Interface-state Listeners

Description : 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 NAT
application logic get executed by a seperate thread so that the main
thread is freed-up for other listener execution.

Change-Id: I0c7f3f70715b01a2dcb54d251a36a2f9ff21357e
Signed-off-by: cgowdru <chetan.arakere@altencalsoftlabs.com>
docs/submodules/netvirt