> On Sep 16, 2015, at 3:19 AM, openvswitcher <[email protected]> wrote: > > Hi, all > > > Could anybody explain the difference in function odp_flow_key_to_flow__ for > if the is_mask flag is true or flase?
When is_mask is true, the output is a flow mask, when false, the output is a flow key. If you look at which functions call odp_flow_key_to_flow__(), this should be pretty obvious. Jarno > Thanks. > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
