mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
types: Rename and move ovs_u128_equal().
This function doesn't need to be exported in the public OVS headers, and it had an inconsistent name compared to uuid_equals(). Rename and move. Signed-off-by: Joe Stringer <joestringer@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -1770,7 +1770,7 @@ dp_netdev_pmd_find_flow(const struct dp_netdev_pmd_thread *pmd,
|
||||
if (ufidp) {
|
||||
CMAP_FOR_EACH_WITH_HASH (netdev_flow, node, dp_netdev_flow_hash(ufidp),
|
||||
&pmd->flow_table) {
|
||||
if (ovs_u128_equal(&netdev_flow->ufid, ufidp)) {
|
||||
if (ovs_u128_equals(&netdev_flow->ufid, ufidp)) {
|
||||
return netdev_flow;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user