[ovs-git] [openvswitch/ovs] 798709: openflow: Use *_array_len names in struct ofp15_bu...

GitHub noreply at github.com
Tue Nov 25 16:18:01 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 7987096335862b741d99d52f408be1023ba44eb7
      https://github.com/openvswitch/ovs/commit/7987096335862b741d99d52f408be1023ba44eb7
  Author: Simon Horman <simon.horman at netronome.com>
  Date:   2014-11-25 (Tue, 25 Nov 2014)

  Changed paths:
    M include/openflow/openflow-1.5.h
    M lib/ofp-util.c

  Log Message:
  -----------
  openflow: Use *_array_len names in struct ofp15_bucket and ofp15_group_mod

The spec has been clarified to use _list_len in palce of _list_len
terminology to make it clearer that the data is not an ordered list
(it is a set). The code present in Open vSwitch already avoided
the _list_len terminology. This change brings the code into
line with the updated spec.

ONF-JIRA: EXT-350
Signed-off-by: Simon Horman <simon.horman at netronome.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list