dpif-netdev: Add dpif-netdev/pmd-rxq-show appctl command.
authorIlya Maximets <i.maximets@samsung.com>
Mon, 8 Feb 2016 07:38:47 +0000 (10:38 +0300)
committerDaniele Di Proietto <diproiettod@vmware.com>
Tue, 23 Feb 2016 00:37:17 +0000 (16:37 -0800)
commitce179f1163f947fe8dc5afa35a2cdd0756bb53a0
tree1cbeb2796bfc9eca4c1391bf6cc4fe7674b17bff
parente02b8fb02de5358bf86f06c4f3430a3bdfcc65f7
dpif-netdev: Add dpif-netdev/pmd-rxq-show appctl command.

This command can be used to check the port/rxq assignment to
pmd threads. For each pmd thread of the datapath shows list
of queue-ids with port names.

Additionally log message from pmd_thread_main() extended with
queue-id, and type of this message changed from INFO to DBG.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
INSTALL.DPDK.md
NEWS
lib/dpif-netdev.c
lib/netdev.c
lib/netdev.h
vswitchd/ovs-vswitchd.8.in