On Wed, Jun 27, 2012 at 7:15 PM, Learner Study <[email protected]> wrote:
> Hello,
>
> I'm using ovs and would like to use my own algorithm for hash related
> operations in ovs code base.
>
> I have identified that ovs_flow_hash() makes calls to jhash2()
> function inside Linux kernel. Would it sufficient to replace jhash2
> function w/ my own hash function (with exactly same semantics for
> arguments)? Do I need to take care any other initialization etc?

Yes, that should be fine.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to