]> git.proxmox.com Git - ovs.git/commit
dpif-netdev: Count the rxq processing cycles for an rxq.
authorKevin Traynor <ktraynor@redhat.com>
Fri, 25 Aug 2017 07:44:25 +0000 (00:44 -0700)
committerDarrell Ball <dlu998@gmail.com>
Fri, 25 Aug 2017 07:44:25 +0000 (00:44 -0700)
commit4809891b2e017dda95bb9cbacd470d0065fc7ce4
tree3e2a2c4cb1e6cd7085ed4481db63df52a3479a5a
parentc59e759f332cf0975de6b33fe58803e479d2b16f
dpif-netdev: Count the rxq processing cycles for an rxq.

Count the cycles used for processing an rxq during the
pmd rxq interval. As this is an in flight counter and
pmds run independently, also store the total cycles used
during the last full interval.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Darrell Ball <dlu998@gmail.com>
lib/dpif-netdev.c