dpif-netdev: Reload each thread only once in do_add_port.
authorIlya Maximets <i.maximets@samsung.com>
Mon, 8 Feb 2016 15:30:29 +0000 (18:30 +0300)
committerDaniele Di Proietto <diproiettod@vmware.com>
Tue, 23 Feb 2016 02:12:52 +0000 (18:12 -0800)
commit762d146ab71a41038ddb4ba7809220a80d266d33
treee3b9f558bd1227f13f94c3d4cd6706d75327cf6c
parentce179f1163f947fe8dc5afa35a2cdd0756bb53a0
dpif-netdev: Reload each thread only once in do_add_port.

While adding of pmd interface with multiple queues several queues
may be assigned to one thread and this thread will be reloaded
one time for each added queue.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
lib/dpif-netdev.c