[ovs-git] [openvswitch/ovs] aa63bc: datapath-windows: Support for allocating/releasing...

GitHub noreply at github.com
Thu Mar 26 21:21:04 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: aa63bc9de230f688692831ee9719a0b9b5eddc6b
      https://github.com/openvswitch/ovs/commit/aa63bc9de230f688692831ee9719a0b9b5eddc6b
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M datapath-windows/ovsext/Util.c
    M datapath-windows/ovsext/Util.h

  Log Message:
  -----------
  datapath-windows: Support for allocating/releasing memory with tag

Added functions for allocating and releasing memory with specified
tag.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/56
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: 5bf619159c26044b5643a50ec83aaa7de5b52aef
      https://github.com/openvswitch/ovs/commit/5bf619159c26044b5643a50ec83aaa7de5b52aef
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M datapath-windows/ovsext/Datapath.c
    M datapath-windows/ovsext/Datapath.h
    M datapath-windows/ovsext/Util.h

  Log Message:
  -----------
  datapath-windows: Added specific pool tag for datapath code

All memory allocations within datapath code have 'DSVO' pool tag.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/56
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: 48b3e646d13f96d7d4d256966ae56910a557ed19
      https://github.com/openvswitch/ovs/commit/48b3e646d13f96d7d4d256966ae56910a557ed19
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M datapath-windows/ovsext/BufferMgmt.c
    M datapath-windows/ovsext/Util.h

  Log Message:
  -----------
  datapath-windows: Added specific pool tag for buffermgmt code

All MDL memory allocations within buffermgmt code have 'BSVO' pool
tag.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/56
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: 84726095b13af12d34161842691c3e5a05fc8d20
      https://github.com/openvswitch/ovs/commit/84726095b13af12d34161842691c3e5a05fc8d20
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M datapath-windows/ovsext/Event.c
    M datapath-windows/ovsext/Util.h

  Log Message:
  -----------
  datapath-windows: Added specific pool tag for event code

All memory allocations within event code have 'ESVO' pool tag.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/56
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: 99075373dab5cdd0a4305e9e7036c9e125579e0a
      https://github.com/openvswitch/ovs/commit/99075373dab5cdd0a4305e9e7036c9e125579e0a
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M datapath-windows/ovsext/Flow.c
    M datapath-windows/ovsext/Util.h

  Log Message:
  -----------
  datapath-windows: Added specific pool tag for flow code

All memory allocations within flow code have 'LSVO' pool tag.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/56
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: cc26fc9215f551fafd6aa64dffcd8d111ac5a40c
      https://github.com/openvswitch/ovs/commit/cc26fc9215f551fafd6aa64dffcd8d111ac5a40c
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M datapath-windows/ovsext/Util.h
    M datapath-windows/ovsext/Vxlan.c

  Log Message:
  -----------
  datapath-windows: Added specific pool tag for vxlan code

All memory allocations within vxlan code have 'XSVO' pool tag.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/56
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: f68ddba96638e82bb1c43a2649e08c94aef3cdff
      https://github.com/openvswitch/ovs/commit/f68ddba96638e82bb1c43a2649e08c94aef3cdff
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M datapath-windows/ovsext/IpHelper.c
    M datapath-windows/ovsext/Util.h

  Log Message:
  -----------
  datapath-windows: Added specific pool tag for iphelper code

All memory allocations within iphelper code have 'HSVO' pool tag.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/56
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: 5b55d0abac9a20aeaf0820baf6b3954bf88efe58
      https://github.com/openvswitch/ovs/commit/5b55d0abac9a20aeaf0820baf6b3954bf88efe58
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M datapath-windows/ovsext/Oid.c
    M datapath-windows/ovsext/Oid.h
    M datapath-windows/ovsext/Util.h

  Log Message:
  -----------
  datapath-windows: Added specific pool tag for oid code

All memory allocations within oid code have 'ASVO' pool tag.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/56
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: ba7f9d9019b28ee3331893b1771aa239b0bed005
      https://github.com/openvswitch/ovs/commit/ba7f9d9019b28ee3331893b1771aa239b0bed005
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M datapath-windows/ovsext/Switch.c
    M datapath-windows/ovsext/Util.h

  Log Message:
  -----------
  datapath-windows: Added specific pool tag for switch code

All memory allocations within switch code have 'SSVO' pool tag.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/56
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: d016f8414d47c1fe93ba80902c1a5ee46b6fa9be
      https://github.com/openvswitch/ovs/commit/d016f8414d47c1fe93ba80902c1a5ee46b6fa9be
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M datapath-windows/ovsext/User.c
    M datapath-windows/ovsext/Util.h

  Log Message:
  -----------
  datapath-windows: Added specific pool tag for user code

All memory allocations within user code have 'USVO' pool tag.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/56
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


  Commit: 2be9ec263e98138602f0a130923ef85fa6f544fd
      https://github.com/openvswitch/ovs/commit/2be9ec263e98138602f0a130923ef85fa6f544fd
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M datapath-windows/ovsext/Util.h
    M datapath-windows/ovsext/Vport.c

  Log Message:
  -----------
  datapath-windows: Added specific pool tag for vport code

All memory allocations within vport code have 'PSVO' pool tag.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/56
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/1d741d6dfce5...2be9ec263e98


More information about the git mailing list