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
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