]> git.proxmox.com Git - ovs.git/commit
dpif-netdev: Rename rxq_cycle_sort to compare_rxq_cycles.
authorKevin Traynor <ktraynor@redhat.com>
Thu, 23 Nov 2017 19:41:56 +0000 (19:41 +0000)
committerIan Stokes <ian.stokes@intel.com>
Fri, 8 Dec 2017 21:42:54 +0000 (21:42 +0000)
commitcc131ac1840ebca283e92780588208de6e28079a
tree3bfc8977a78bd94cc1cd8ad304d9eac5cbd7e084
parenta130f1a89bd8ec1176ac8d35a98c284a5e3f5691
dpif-netdev: Rename rxq_cycle_sort to compare_rxq_cycles.

This function is used for comparison between queues
as part of the sort. It does not do the sort itself.
As such, give it a more appropriate name.

Suggested-by: Billy O'Mahony <billy.o.mahony@intel.com>
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Billy O'Mahony
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
lib/dpif-netdev.c