[ovs-git] [openvswitch/ovs] 8e9781: ofp-actions: Add instructions bitmaps and fix rela...

GitHub noreply at github.com
Mon Aug 11 18:10:22 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 8e97815ea7b8a45ab8c0c2d90ee163f813b0b4b5
      https://github.com/openvswitch/ovs/commit/8e97815ea7b8a45ab8c0c2d90ee163f813b0b4b5
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2014-08-11 (Mon, 11 Aug 2014)

  Changed paths:
    M include/openflow/openflow-1.1.h
    M include/openflow/openflow-1.3.h
    M lib/ofp-actions.c
    M lib/ofp-actions.h
    M lib/ofp-util.c
    M lib/ofp-util.h
    M ofproto/ofproto-provider.h
    M ofproto/ofproto.c
    M tests/ofproto.at

  Log Message:
  -----------
  ofp-actions: Add instructions bitmaps and fix related bug.

This will allow, later, to centralize all of the knowledge of instruction
encoding inside ofp-actions.

OFPIT11_ALL and OFPIT13_ALL are no longer used, so this commit removes
them.  Their definitions were wrong (they did not shift each bit into
position correctly), so this commit is also a small bug fix.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>




More information about the git mailing list