On Thu, Oct 1, 2015 at 1:53 PM, Joe Stringer <joestrin...@nicira.com> wrote: > Previously, the CT_ATTR_FLAGS attribute, when nested under the > OVS_ACTION_ATTR_CT, encoded a 32-bit bitmask of flags that modify the > semantics of the ct action. It's more extensible to just represent each > flag as a nested attribute, and this requires no additional error > checking to reject flags that aren't currently supported. > > Suggested-by: Ben Pfaff <b...@nicira.com> > Signed-off-by: Joe Stringer <joestrin...@nicira.com> > --- > v2: Use bitmask for internal representation of COMMIT. > --- Acked-by: Pravin B Shelar <pshe...@nicira.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
- [PATCHv2 0/7] OVS conntrack fixes for net Joe Stringer
- [PATCHv2 7/7] openvswitch: Change CT_ATTR_FLAGS to ... Joe Stringer
- Re: [PATCHv2 7/7] openvswitch: Change CT_ATTR_F... Pravin Shelar
- [PATCHv2 5/7] openvswitch: Reject ct_state unsuppor... Joe Stringer
- [PATCHv2 6/7] openvswitch: Extend ct_state match fi... Joe Stringer
- [PATCHv2 2/7] openvswitch: Fix typos in CT headers Joe Stringer
- [PATCHv2 4/7] openvswitch: Ensure flow is valid bef... Joe Stringer
- [PATCHv2 3/7] openvswitch: Fix skb leak in ovs_frag... Joe Stringer
- Re: [PATCHv2 3/7] openvswitch: Fix skb leak in ... Pravin Shelar
- [PATCHv2 1/7] openvswitch: Rename LABEL->LABELS Joe Stringer
- Re: [PATCHv2 1/7] openvswitch: Rename LABEL->... kbuild test robot
- [PATCHv3] openvswitch: Rename LABEL->LAB... Joe Stringer
- Re: [PATCHv3] openvswitch: Rename LABEL... Pravin Shelar