Re: [ovs-dev] [PATCH 2/2] Add flow matching for tunnel keys

2012-10-03 Thread Jesse Gross
On Mon, Oct 1, 2012 at 8:52 AM, Kyle Mestery wrote: > Move struct ovs_key_ipv4_tunnel out of struct > sw_flow_key and into struct sw_flow. This allows it to > "float" and be used for matching only when needed. > Modify the matching code in ovs_flow_tbl_lookup() to > match on the tunnel header if i

[ovs-dev] [PATCH 2/2] Add flow matching for tunnel keys

2012-10-01 Thread Kyle Mestery
Move struct ovs_key_ipv4_tunnel out of struct sw_flow_key and into struct sw_flow. This allows it to "float" and be used for matching only when needed. Modify the matching code in ovs_flow_tbl_lookup() to match on the tunnel header if it's set. --- V2: Remove lib/odp-util.c changes in favor of usi

[ovs-dev] [PATCH 2/2] Add flow matching for tunnel keys

2012-09-28 Thread Kyle Mestery
Move struct ovs_key_ipv4_tunnel out of struct sw_flow_key and into struct sw_flow. This allows it to "float" and be used for matching only when needed. Modify the matching code in ovs_flow_tbl_lookup() to match on the tunnel header if it's set. In particular, I'd like review of the method used for