Re: [ovs-dev] [threaded-put v2 1/3] flow: New function flow_unwildcard_tp_ports().

2013-12-12 Thread Ben Pfaff
On Thu, Dec 12, 2013 at 08:24:54PM -0800, Ethan Jackson wrote: > This patch adds a new function flow_unildcard_tp_ports() which doesn't > unwildcard the upper half of tp_src and tp_dst with ICMP packets. > Unfortunately, this matters in future patches when we compare masks > carefully to determine

[ovs-dev] [threaded-put v2 1/3] flow: New function flow_unwildcard_tp_ports().

2013-12-12 Thread Ethan Jackson
This patch adds a new function flow_unildcard_tp_ports() which doesn't unwildcard the upper half of tp_src and tp_dst with ICMP packets. Unfortunately, this matters in future patches when we compare masks carefully to determine if flows should be evicted from the datapath. Signed-off-by: Ethan Jac