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? Thanks. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
