[ovs-git] [openvswitch/ovs] 8f12b2: ofproto: Eliminate use of unset error code.

GitHub noreply at github.com
Mon Jun 1 20:29:47 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 8f12b27a59ff2ffaf16159de7ae38cb6bf4e43a5
      https://github.com/openvswitch/ovs/commit/8f12b27a59ff2ffaf16159de7ae38cb6bf4e43a5
  Author: Jarno Rajahalme <jrajahalme at nicira.com>
  Date:   2015-06-01 (Mon, 01 Jun 2015)

  Changed paths:
    M ofproto/ofproto.c

  Log Message:
  -----------
  ofproto: Eliminate use of unset error code.

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


  Commit: 7b3dca89069d81296e07d29014e7d47f921e669b
      https://github.com/openvswitch/ovs/commit/7b3dca89069d81296e07d29014e7d47f921e669b
  Author: Jarno Rajahalme <jrajahalme at nicira.com>
  Date:   2015-06-01 (Mon, 01 Jun 2015)

  Changed paths:
    M lib/ofp-util.c

  Log Message:
  -----------
  ofp-util: Fix xid in ofputil_encode_bundle_add().

Bundle add must use the same xid as the embedded message.

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


  Commit: fc02ecc7171009453f71de572d7874d385266aed
      https://github.com/openvswitch/ovs/commit/fc02ecc7171009453f71de572d7874d385266aed
  Author: Jarno Rajahalme <jrajahalme at nicira.com>
  Date:   2015-06-01 (Mon, 01 Jun 2015)

  Changed paths:
    M lib/classifier-private.h
    M lib/classifier.c
    M lib/classifier.h
    M ofproto/ofproto.c
    M utilities/ovs-ofctl.c

  Log Message:
  -----------
  classifier: Add support for invisible flows.

This makes it possible to tentatively add flows to the classifier
without the datapath seeing them.

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


  Commit: 186120da7fc0f20d93778623a006c152f7cd5e90
      https://github.com/openvswitch/ovs/commit/186120da7fc0f20d93778623a006c152f7cd5e90
  Author: Jarno Rajahalme <jrajahalme at nicira.com>
  Date:   2015-06-01 (Mon, 01 Jun 2015)

  Changed paths:
    M lib/classifier.c
    M lib/classifier.h

  Log Message:
  -----------
  classifier: Support duplicate rules.

OpenFlow 1.4 bundles are easier to implement when it is possible to
mark a rule as 'to_be_removed' and then insert a new, identical rule
with the same priority.

All but one out of the identical rules must be marked as
'to_be_removed', and the one rule that is not 'to_be_removed' must
have been inserted last.

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


Compare: https://github.com/openvswitch/ovs/compare/7e911055e657...186120da7fc0


More information about the git mailing list