]> git.proxmox.com Git - ovs.git/commit
dpif-netdev: Add ovs-appctl dpif-netdev/pmd-rxq-rebalance.
authorKevin Traynor <ktraynor@redhat.com>
Fri, 25 Aug 2017 07:54:26 +0000 (00:54 -0700)
committerDarrell Ball <dlu998@gmail.com>
Fri, 25 Aug 2017 07:54:26 +0000 (00:54 -0700)
commitcd995c739a330dbcaee6433c08ecaad62791a56b
treee1b92a62fa57c9b900b99c31322c27104e1115b2
parent79da1e411ba5f7ed0f667b470d075ad83e7fc593
dpif-netdev: Add ovs-appctl dpif-netdev/pmd-rxq-rebalance.

Rxqs consumed processing cycles are used to improve the balance
of how rxqs are assigned to pmds. Currently some reconfiguration
is needed to perform a reassignment.

Add an ovs-appctl command to perform a new assignment in order
to balance based on the latest rxq processing cycle information.

Note: Jan requested this for testing purposes.

Suggested-by: Jan Scheurich <jan.scheurich@ericsson.com>
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Darrell Ball <dlu998@gmail.com>
Documentation/howto/dpdk.rst
lib/dpif-netdev.c
vswitchd/ovs-vswitchd.8.in