X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Fopenvswitch%2Fflow_table.c;h=b430d42b2d0f6d4cd33cfb0e9c5f2df6187f787b;hb=39b6b2992f9dc65d1de5c66e7ec2271b8a5fac33;hp=51f6d7fed39b6e355a329710a7bb124caf1ec880;hpb=443cd88c8a31379e95326428bbbd40af25c1d440;p=~andy%2Flinux diff --git a/net/openvswitch/flow_table.c b/net/openvswitch/flow_table.c index 51f6d7fed39..b430d42b2d0 100644 --- a/net/openvswitch/flow_table.c +++ b/net/openvswitch/flow_table.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include @@ -380,7 +380,7 @@ static u32 flow_hash(const struct sw_flow_key *key, int key_start, /* Make sure number of hash bytes are multiple of u32. */ BUILD_BUG_ON(sizeof(long) % sizeof(u32)); - return jhash2(hash_key, hash_u32s, 0); + return arch_fast_hash2(hash_key, hash_u32s, 0); } static int flow_key_start(const struct sw_flow_key *key)