1. 23 Feb, 2013 1 commit
    • Ben Pfaff's avatar
      openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length. · 4490108b
      Ben Pfaff authored
      Until now, the optional OVS_USERSPACE_ATTR_USERDATA attribute had to be
      exactly 64 bits long, if it was present.  However, 64 bits is not enough
      space to associate as much information with a flow as would be convenient
      for some userspace features now under development.  This commit generalizes
      the attribute, allowing it to be any length.
      
      This generalization is backward-compatible: if userspace only uses 64-bit
      attributes, then it will not see any change in behavior.
      
      CC: Romain Lenglet <rlenglet@vmware.com>
      Signed-off-by: default avatarBen Pfaff <blp@nicira.com>
      Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
      4490108b
  2. 09 Jan, 2013 1 commit
  3. 07 Jan, 2013 1 commit
  4. 04 Dec, 2012 2 commits
  5. 03 Dec, 2012 31 commits
  6. 02 Dec, 2012 4 commits