[ovs-git] [openvswitch/ovs] 811c91: datapath-windows: Hot add CPU support.

GitHub noreply at github.com
Sun Apr 10 19:45:32 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 811c911ff523b0cbba4fbf1b4523a63690d522f1
      https://github.com/openvswitch/ovs/commit/811c911ff523b0cbba4fbf1b4523a63690d522f1
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2016-04-10 (Sun, 10 Apr 2016)

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

  Log Message:
  -----------
  datapath-windows: Hot add CPU support.

Hot add CPU is the ability to dynamically add CPUs to a running
system. Adding CPUs can occur physically by adding new hardware,
logically by online hardware partitioning, or virtually through
a virtualization layer.

This patch add support to reallocate any per-cpu resources, in
case a new processor is added.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/112
Acked-by: Paul-Daniel Boca <pboca at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list