> -----Original Message----- > From: Amber, Kumar <[email protected]> > Sent: Friday, May 6, 2022 6:23 AM > To: [email protected] > Cc: [email protected]; [email protected]; [email protected]; > Ferriter, Cian <[email protected]>; Stokes, Ian <[email protected]>; > [email protected]; [email protected]; Van Haaren, Harry > <[email protected]>; Amber, Kumar <[email protected]> > Subject: [PATCH v7 4/4] dpif-netdev/mfex: Add ipv6 profile based hashing. > > For packets which don't already have a hash calculated, > miniflow_hash_5tuple() calculates the hash of a packet > using the previously built miniflow. > > This commit adds IPv6 profile specific hashing which > uses fixed offsets into the packet to improve hashing > performance. > > Signed-off-by: Kumar Amber <[email protected]>
The rework of 1/4 will likely require some rework here (sorry!) but the result will be clearer. Code itself looks good, re-using same method/architecture as IPv4; Acked-by: Harry van Haaren <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
