summaryrefslogtreecommitdiff
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorEelco Chaudron <echaudro@redhat.com>2017-05-09 09:08:54 +0200
committerBen Pfaff <blp@ovn.org>2017-05-18 15:40:33 -0700
commit34d8e04bec46c40ab62f837c526e0086e332f056 (patch)
tree861a43ff67c0536f8a9249a8c0db0e6036e3092c /Documentation/conf.py
parent679d34757b96e6090ed5c440673aa5c1bb1669c4 (diff)
downloadopenvswitch-34d8e04bec46c40ab62f837c526e0086e332f056.tar.gz
dpif-netdev: The pmd-*-show commands will show info in core order
The "ovs-appctl dpif-netdev/pmd-rxq-show" and "ovs-appctl dpif-netdev/pmd-stats-show" commands show their output per core_id, sorted on the hash location. My OCD was kicking in when using these commands, hence this change to display them in natural core_id order. In addition I had to change a test case that would fail if the cores where not in order in the hash list. This is due to OVS assigning queues to cores based on the order in the hash list. The test case now checks if any core has the set of queues in the given order. Manually tested this on my setup, and ran clang-analyze. Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/conf.py')
0 files changed, 0 insertions, 0 deletions