summaryrefslogtreecommitdiff
path: root/INSTALL.DPDK.md
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2016-02-08 10:38:47 +0300
committerDaniele Di Proietto <diproiettod@vmware.com>2016-02-22 16:37:17 -0800
commitce179f1163f947fe8dc5afa35a2cdd0756bb53a0 (patch)
tree1cbeb2796bfc9eca4c1391bf6cc4fe7674b17bff /INSTALL.DPDK.md
parente02b8fb02de5358bf86f06c4f3430a3bdfcc65f7 (diff)
downloadopenvswitch-ce179f1163f947fe8dc5afa35a2cdd0756bb53a0.tar.gz
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>
Diffstat (limited to 'INSTALL.DPDK.md')
-rw-r--r--INSTALL.DPDK.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md
index a19a68576..d2865c394 100644
--- a/INSTALL.DPDK.md
+++ b/INSTALL.DPDK.md
@@ -272,9 +272,12 @@ Performance Tuning:
NIC port0 <-> OVS <-> VM <-> OVS <-> NIC port 1
- The OVS log can be checked to confirm that the port/rxq assignment to
- pmd threads is as required. This can also be checked with the following
- commands:
+ The following command can be used to confirm that the port/rxq assignment
+ to pmd threads is as required:
+
+ `ovs-appctl dpif-netdev/pmd-rxq-show`
+
+ This can also be checked with:
```
top -H