On Fri, Mar 22, 2013 at 10:45:27PM +0900, Simon Horman wrote: > Re-order skb_mark in odp_flow_key_from_flow() so that it appears after the > in_port rather than before. This is consistent with the order in > ovs_flow_to_nlattrs(). > > Without this change update_stats() detects all flows with a non-zero > skb_mark as unexpected flows as the flow key received from the kernel > datapath does not match the one present in ovs-vswtichd. > > It would appear that there have been no recent uses of matches on skb_mark. > > Signed-off-by: Simon Horman <ho...@verge.net.au>
I don't understand why this would happen. On master, at least, every subfacet is associated with and can be looked up by the exact ODP key that the kernel passes down for it. The order of the fields in an ODP key that userspace would construct should not matter. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev