[ovs-git] [openvswitch/ovs] 849d56: id-pool: Fix memory leak.

GitHub noreply at github.com
Mon Nov 10 17:25:49 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 849d5648f6715e63a764e4cabbd7d241e8c6946a
      https://github.com/openvswitch/ovs/commit/849d5648f6715e63a764e4cabbd7d241e8c6946a
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2014-11-10 (Mon, 10 Nov 2014)

  Changed paths:
    M lib/id-pool.c

  Log Message:
  -----------
  id-pool: Fix memory leak.

This dates back to the previous location of the code in ofproto-dpif-rid.
I will backport.

Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: ca26eb4437120e3b95b3727ccc6037dfa4e4065d
      https://github.com/openvswitch/ovs/commit/ca26eb4437120e3b95b3727ccc6037dfa4e4065d
  Author: Rishi Bamba <rishi.bamba at tcs.com>
  Date:   2014-11-10 (Mon, 10 Nov 2014)

  Changed paths:
    M AUTHORS
    M DESIGN.md
    M NEWS
    M include/openflow/openflow-1.1.h
    M lib/learn.c
    M lib/learning-switch.c
    M lib/ofp-parse.c
    M lib/ofp-print.c
    M lib/ofp-util.c
    M lib/ofp-util.h
    M ofproto/ofproto-dpif.c
    M ofproto/ofproto-provider.h
    M ofproto/ofproto.c
    M tests/ovs-ofctl.at
    M utilities/ovs-ofctl.8.in
    M utilities/ovs-ofctl.c

  Log Message:
  -----------
  Add support for OpenFlow 1.4+ "importance" values.

This patch enables a user to set importance for a new rule via add-flow
OF1.4+ in the OVS and display the same via dump-flows command OF1.4+.
The changes are made in accordance with OpenFlow 1.4 specs to implement
eviction on the basis of "importance".  This patch also enhances the
diff-flows & replace-flows CLI for addition of importance parameter in
a rule.

This doesn't actually implement eviction on the basis of importance, which
will happen in a later patch.

Signed-off-by: Rishi Bamba <rishi.bamba at tcs.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/27c247496fc1...ca26eb443712


More information about the git mailing list