dpif-netdev: Add functions to modify rxq without reloading pmd threads.
authorDaniele Di Proietto <diproiettod@vmware.com>
Wed, 6 Apr 2016 00:01:25 +0000 (17:01 -0700)
committerDaniele Di Proietto <diproiettod@vmware.com>
Mon, 23 May 2016 17:10:23 +0000 (10:10 -0700)
commitb68872d8bbe72dbf97b375ef9a7970712d4ef82c
treec40328d2b52eb9a49205596c5a56f3eacc4fa8b0
parentb8d292522426543b251515461623340a5c37daef
dpif-netdev: Add functions to modify rxq without reloading pmd threads.

This commit introduces some functions to add/remove rxqs from pmd
threads without reloading them.  They will be used by next commits.

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