SlideShare a Scribd company logo
Windows Server 2012 Hyper-V
Networking Evolved

Didier Van Hoye
Didier Van Hoye

Technical Architect – FGIA


Microsoft MVP & MEET Member




 http://workinghardinit.wordpress.com
 @workinghardinit
What We’ll Discuss

Windows Server 2012 Networking
 Changed & Improved features
 New features
 Relationship to Hyper-V
Why We’ll Discuss This

We face many network challenges
 Keep systems & services running
  High to continuous availability
  High reliability & reducing complexity
  Security, multitenancy, extensibility
 Cannot keep throwing money at it (CAPEX)
  Network virtualization, QOS, bandwidth management in box
  Performance (latency, throughput, scalability)
  Leverage existing hardware
 Control operational cost (OPEX)  Reduce complexity
Eternal Challenge = Balanced Design
                            COST




                                            AVAILABILITY
                          CPU     MEMORY

             CAPACITY


                        NETWORK   STORAGE




                        PERFORMANCE
Network Bottlenecks
                                     1    2            3    4            5    6            7       8
                                     9   10           11   12           13   14           15      16




 In the host networking stack
                                 0            0   0             0   0             0   0                     0




                                 1            1   1             1   1             1   1                     1




                                 0            0   0             0   0             0   0                     0




                                 1            1   1             1   1             1   1                     1




                                                                                               PowerEdge M1000e




                                                                        2                                         4




 In the NICs




 In the switches
Socket, NUMA, Core, K-Group

 Processor: One physical processor, which can consist         Kernel Group (K-Group)
  of one or more NUMA nodes. Today a physical
  processor ≈ a socket, with multiple cores.
 Non-uniform memory architecture (NUMA) node:
  A set of logical processors and cache that are close to
  one another.
 Core: One processing unit, which can consist of one or
  more logical processors.
 Logical processor (LP): One logical computing
  engine from the perspective of the operating system,
  application or driver. In effect, a logical processor is a
  thread (think hyper threading).
 Kernel Group: A set of up to 64 logical processors.
Advanced Network Features (1)

 Receive Side Scaling (RSS)
 Receive Segment Coalescing (RSC)
 Dynamic Virtual Machine Queuing (DVMQ)
 Single Root I/O Virtualization (SR-IOV)
 NIC TEAMING
 RDMA/Multichannel support for virtual machines on SMB3.0
Receive Side Scaling (RSS)

 Windows Server 2012 scales RSS to the next generation of
    servers & workloads
   Spreads interrupts across all available CPUs
   Even for those very large scale hosts
   RSS now works across K-Groups
   Even RSS is “Numa Aware” to optimize performance
   Now load balances UDP traffic across CPUs
   40% to 100% more throughput (backups, file copies, web)
Node 0            Node 1   Node 2      Node 3




            Queues




                     Incoming Packets             RSS NIC with 8 Queues



RSS improves scalability on multiple processors / NUMA nodes by distributing
      TCP/UDP receive traffic across the cores in ≠ nodes / K-Groups
Receive Segment Coalescing (RSC)

 Coalesces packets in the NIC
  so the stack processes fewer headers
 Multiple packets belonging to a connection
  are coalesced by the NIC to a larger packet (max of 64 K)
  and processed within a single interrupt
 10 - 20% improvement in throughput &
  CPU workload  Offload to NIC
 Enabled by default on all 10Gbps
Receive Segment Coalescing

              Coalesced into larger buffer




                                NIC with RSC

      Incoming Packets




         RSC helps by coalescing multiple inbound packets into a
         larger buffer or “packet” which reduces per packet CPU
              costs as less headers need to be processed.
Dynamic Virtual Machine Queue (DVMQ)

VMQ is to virtualization what RSS is to native workloads.
It makes sure that Routing, Filtering etc. is done by the NIC in queues and
that the interrupts for those queues don’t get done by 1 processor (0).
Most inbox 10Gbps Ethernet adapters support this.
Enabled by default.




                                                     Network I/O path with VMQ
          Network I/O path without VMQ
Dynamic Virtual Machine Queue (DVMQ)

        Root Partition             Root Partition             Root Partition




        CPU    CPU   CPU     CPU   CPU    CPU   CPU     CPU   CPU    CPU   CPU     CPU
         0      1     2       3     0      1     2       3     0      1     2       3




              Physical NIC               Physical NIC               Physical NIC


              No VMQ                     Static VMQ            Dynamic VMQ

      Adaptive  optimal performance across changing workloads
Single-Root I/O Virtualization (SR-IOV)

       Reduces CPU utilization for processing network traffic
       Reduces latency path
                                                 Root Partition          Virtual Machine
       Increases throughput
       Requires:                                 Hyper-V Switch
                                                                            Virtual NIC
        Chipset: Interrupt & DMA remapping           Routing
        BIOS Support                                  VLAN
        CPU: Hardware virtualization, EPT or NPT     Filtering      VMBUS
                                                     Data Copy
                                                                          Virtual Function

                                                     Physical NIC Physical NIC
                                                          SR-IOV


                                                    Network I/O path without SR-IOV
                                                                     with SR-IOV
SR-IOV Enabling & Live Migration
      Turn On IOV                             Live Migration                   Post Migration
       Enable IOV (VM NIC Property)           Switch back to Software path    Reassign Virtual Function
       Virtual Function is “Assigned”         Remove VF from VM                   Assuming resources are
                                                                                     available
       “NIC” automatically created            Migrate as normal
       Traffic flows through VF
            Software path is not used

               Virtual Machine
                Network Stack
                   “NIC”                     VM has connectivity                      “NIC”
                                             even if
      Software NIC                            Switch not in IOV mode      Software NIC
                                              IOV physical NIC not
                                               present
     Software Switch                          Different NIC vendor       Software Switch
       (IOV Mode)                             Different NIC firmware       (IOV Mode)
                          Virtual Function                                                   Virtual Function


     Physical NIC Physical NIC
         SR-IOV                                                                SR-IOV Physical NIC
NIC TEAMING

 Customers are dealing with
  way to many issues.
 NIC vendors would like to
  get rid of supporting this.
 Microsoft needs this to be
  competitive & complete the
  solution stack + reduce
  support issues.
NIC Teaming
                                                                             Hyper-V Extensible Switch
 Teaming modes:               LBFO Admin GUI
  Switch dependent                                                              Frame distribution/aggregation
                                                                                        Failure detection
  Switch independent                WMI                                        Control protocol implementation

                                                                                    LBFO Provider
 Load balancing:                   LBFO
                              Configuration DLL   IOCTL
  Address Hash                                                                 Port 1      Port 2       Port 3

                                                                                     Virtual miniport 1
  Hyper-Port
                                                                                          IM MUX




                                                               Kernel mode
 Hashing modes:




                                                   User mode
                                                                                         Protocol edge

  4-tuple
                                                                                NIC 1        NIC 2         NIC 3
  2-tuple
  MAC address
 Active/Active & Active/Standby                                                  Network switch
 Vendor Agnostic
NIC TEAMING (LBFO)
         VM (Guest Running Any OS)        VM (Guest Running Windows Server 2012)

                                                      LBFO Teamed NIC


            Hyper-V virtual switch

                     SR-IOV Not exposed    Hyper-V virtual       Hyper-V virtual
                                              switch                switch
              LBFO Teamed NIC




       SR-IOV NIC         SR-IOV NIC       SR-IOV NIC             SR-IOV NIC


       Parent NIC Teaming                    Guest NIC Teaming
SMB Direct (SMB over RDMA)
What
   Addresses congestion in network stack by offloading the stack to   SMB Client                 SMB Server
    the network adapter
Advantages
                                                                        Application
   Scalable, fast and efficient storage access
                                                                                       User
   High throughput, low latency & minimal CPU utilization
   Load balancing, automatic failover & bandwidth aggregation via                     Kernel

    SMB Multichannel                                                    SMB Client                      SMB Server


Scenarios
                                                                        Network w/              Network w/
                                                                                                               NTFS
 High performance remote file access for application                     RDMA                    RDMA
                                                                                                               SCSI
                                                                         support                 support
  servers like Hyper-V, SQL Server, IIS and HPC
 Used by File Server and Clustered Shared Volumes (CSV) for
  storage communications within a cluster                                      R-NIC            R-NIC
                                                                                                               Disk

Required hardware
   RDMA-capable network interface (R-NIC)
   Three types: iWARP, RoCE & Infiniband
SMB Multichannel

 Multiple connections per SMB session
 Full Throughput
  Bandwidth aggregation with multiple NICs
  Multiple CPUs cores engaged when using Receive Side Scaling (RSS)

 Automatic Failover
  SMB Multichannel implements end-to-end failure detection
  Leverages NIC teaming if present, but does not require it

 Automatic Configuration
  SMB detects and uses multiple network paths
SMB Multichannel Single NIC Port
     1 session, without Multichannel                            1 session, with Multichannel
      No failover                                               No failover
      Can’t use full 10Gbps                                     Full 10Gbps available
        Only one TCP/IP connection                                Multiple TCP/IP connections
        Only one CPU core engaged                                 Receive Side Scaling (RSS) helps
                                                                    distribute load across CPU cores



           SMB Client            CPU utilization per core        SMB Client             CPU utilization per core
            RSS                                                   RSS
              NIC                                                   NIC
             10GbE                                                 10GbE


             Switch                                                Switch
             10GbE                                                 10GbE


              NIC                                                   NIC
             10GbE                                                 10GbE
            RSS                                                   RSS

                            Core 1   Core 2   Core 3   Core 4                       Core 1   Core 2   Core 3   Core 4
           SMB Server                                             SMB Server
SMB Multichannel Multiple NIC Ports
     1 session, without Multichannel                     1 session, with Multichannel
      No automatic failover                              Automatic NIC failover
      Can’t use full bandwidth                           Combined NIC bandwidth available
        Only one NIC engaged                               Multiple NICs engaged
        Only one CPU core engaged                          Multiple CPU cores engaged




                SMB Client 1          SMB Client 2                  SMB Client 1            SMB Client 2
          RSS              RSS                                RSS                  RSS
          NIC              NIC      NIC          NIC          NIC              NIC        NIC          NIC
         10GbE            10GbE    10GbE        10GbE        10GbE            10GbE      10GbE        10GbE


         Switch           Switch   Switch       Switch       Switch            Switch    Switch       Switch
         10GbE            10GbE    10GbE        10GbE        10GbE             10GbE     10GbE        10GbE


          NIC              NIC      NIC          NIC          NIC              NIC        NIC          NIC
         10GbE            10GbE    10GbE        10GbE        10GbE            10GbE      10GbE        10GbE
          RSS              RSS                                RSS                  RSS

                SMB Server 1          SMB Server 2               SMB Server 1               SMB Server 2
SMB Multichannel & NIC Teaming
   1 session, NIC Teaming without MC 1 session, NIC Teaming with MC
      Automatic NIC failover                               Automatic NIC failover (faster with
      Can’t use full bandwidth                              NIC Teaming)
        Only one NIC engaged                               Combined NIC bandwidth available
        Only one CPU core engaged                            Multiple NICs engaged
                                                              Multiple CPU cores engaged


             SMB Client 1              SMB Client 2                SMB Client 1              SMB Client 2
       RSS   NIC Teaming RSS           NIC Teaming           RSS   NIC Teaming RSS            NIC Teaming
          NIC             NIC       NIC            NIC          NIC             NIC       NIC             NIC
        10GbE           10GbE      1GbE           1GbE        10GbE           10GbE      1GbE            1GbE


        Switch          Switch     Switch         Switch      Switch          Switch     Switch        Switch
        10GbE           10GbE       1GbE           1GbE       10GbE           10GbE       1GbE          1GbE


          NIC             NIC       NIC             NIC         NIC             NIC       NIC             NIC
        10GbE           10GbE      1GbE           1GbE        10GbE           10GbE      1GbE            1GbE
       RSS                   RSS                             RSS                   RSS
             NIC Teaming                NIC Teaming                NIC Teaming                NIC Teaming
             SMB Server 2              SMB Server 2                SMB Server 1              SMB Server 2
SMB Direct & Multichannel
   1 session, without Multichannel                         1 session, with Multichannel
      No automatic failover                                 Automatic NIC failover
      Can’t use full bandwidth                              Combined NIC bandwidth available
        Only one NIC engaged                                  Multiple NICs engaged
        RDMA capability not used                              Multiple RDMA connections



            SMB Client 1                SMB Client 2               SMB Client 1             SMB Client 2

         R-NIC        R-NIC         R-NIC        R-NIC          R-NIC         R-NIC     R-NIC         R-NIC
        54GbIB       54GbIB         10GbE        10GbE         54GbIB        54GbIB     10GbE         10GbE


        Switch       Switch         Switch        Switch       Switch        Switch     Switch        Switch
        54GbIB       54GbIB         10GbE         10GbE        54GbIB        54GbIB     10GbE         10GbE


         R-NIC        R-NIC         R-NIC        R-NIC          R-NIC         R-NIC     R-NIC         R-NIC
        54GbIB       54GbIB         10GbE        10GbE         54GbIB        54GbIB     10GbE         10GbE

           SMB Server 1                 SMB Server 2              SMB Server 1              SMB Server 2
SMB Multichannel Auto Configuration
       Auto configuration looks at NIC type/speed => Same NICs are
        used for RDMA/Multichannel (doesn’t mix 10Gbps/1Gbps,
        RDMA/non-RDMA)
       Let the algorithms work before you decide to intervene
       Choose adapters wisely for their function


                SMB Client           SMB Client           SMB Client           SMB Client
             RSS
             NIC         NIC     R-NIC       R-NIC    R-NIC        NIC      NIC        NIC
            10GbE       1GbE     10GbE      32GbIB    10GbE       1GbE     1GbE       Wireless



            Switch      Switch   Switch      Switch   Switch      Switch   Switch     Switch
            10GbE        1GbE    10GbE         IB     10GbE        1GbE     1GbE      Wireless


             NIC         NIC     R-NIC       R-NIC    R-NIC        NIC      NIC        NIC
            10GbE       1GbE     10GbE      32GbIB    10GbE       1GbE     1GbE       Wireless
               RSS

               SMB Server           SMB Server            SMB Server           SMB Server
Networking Features Cheat Sheet



      Metric        Large     Receive      Receive   Virtual   Remote   Single Root
                    Send      Segment      Side      Machine   DMA      I/O
                    Offload   Coalescing   Scaling   Queues    (RDMA)   Virtualization
                    (LSO)     (RSC)        (RSS)     (VMQ)              (SR-IOV)
      Lower
      Latency
      Higher
      Scalability
      Higher
      Throughput
      Lower Path
      Length
Advanced Network Features (2)
 Consistent Device Naming
 DCTCP/DCB/QOS
 DHCP Guard/Router Guard/Port Mirroring
 Port ACLs
 IPSEC Task Offload for Virtual Machines (IPsecTOv2)
 Network virtualization & Extensible Switch
Consistent Device Naming
DCTCP Requires Less Buffer Memory




     1Gbps flow controlled by TCP     1Gbps flow controlled by DCTCP
      Needs 400 to 600KB of memory    Requires 30KB of memory
      TCP saw tooth visible           Smooth
Datacenter TCP (DCTCP)
 W2K12 deals with network congestion by reacting to
 the degree & not merely the presence of congestion.
 DCTCP aims to achieve low latency, high burst tolerance and
 high throughput, with small buffer switches.
 Requires Explicit Congestion Notification (ECN, RFC 3168)
 capable switches.
 Algorithm enabled when it makes sense
 (low round trip times, i.e. in the data center).
Datacenter TCP (DCTCP)




http://www.flickr.com/photos/srgblog/414839326
Datacenter TCP (DCTCP)


                                    Running out of buffer in a
                                       switch gets you in to stop/go
                                       hell by getting a boatload of
                                       green, orange & red lights
                                       along your way
                                    Big buffers mitigate this but
                                       are very expensive

http://www.flickr.com/photos/mwichary/3321222807/                    http://www.flickr.com/photos/bexross/2636921208/
Datacenter TCP (DCTP)


         You want to be in a green wave




                                                                                http://www.flickr.com/photos/highwaysagency/6281302040/

                                                                                Windows Server 2012 & ECN
                                                                                provides network traffic control
http://www.telegraph.co.uk/motoring/news/5149151/Motorists-to-be-given-green-
traffic-lights-if-they-stick-to-speed-limit.html                                by default
Data Center Bridging (DCB)

 Prevents congestion in NIC & network by reserving
 bandwidth for particular traffic types

 Windows 2012 provides support & control for DCB, tags
 packets by traffic type

 Provides lossless transport for mission critical workloads
DCB is like a car pool lane …




              http://www.flickr.com/photos/philopp/7332438786/
DCB Requirements

1.   Enhanced Transmission Selection (IEEE 802.1Qaz)

2.   Priority Flow Control (IEEE 802.1Qbb)

3.   (Optional) Data Center Bridging Exchange protocol

4.   (Not required) Congestion Notification (IEEE 802.1Qau)
Hyper-V Qos beyond the VM

           Management OS           VM 1                  VM n


               Live Migration

                  Storage
                                       Hyper-V virtual switch
               Management

                                          LBFO Teamed NIC
Manage the Network Bandwidth      10 GbE Phy NIC    10 GbE Phy NIC

with a Maximum (value) and/or a
Minimum (value or weight)
Hyper-V Qos beyond the VM
Default Flow per Virtual Switch

  Customers may group a number of
  VMs that each don’t have                                     Gold
                                        VM1       VM2
  minimum bandwidth. They will be                             Tenant
  bucketed into a default flow, which
  has minimum weight allocation.
                                         ?             ?               10
  This is to prevent starvation.
                                        Hyper-V Extensible Switch




                                              1 Gbps
Maximum Bandwidth for Tenants
  One common customer pain
  point is WAN links are             Unified Remote Access
  expensive                                 Gateway


  Cap VM throughput to the       <100Mb               ∞
  Internet to avoid bill shock
                                          Hyper-V Extensible Switch




                                           Internet          Intranet
Bandwidth Network Management

 Manage the Network
 Bandwidth with a
 Maximum and a
 Minimum value
 SLAs for hosted Virtual
 Machines
 Control per VMs and not
 per HOST
DHCP & Router Guard, Port Mirroring
IPsec Task Offload

 IPsec is CPU intensive => Offload to NIC
 In demand due to compliance (SOX, HIPPA, etc.)
 IPsec is required & needed for secured operations
 Only available to host/parent workloads in W2K8R2
     Now extended to virtual machines
     Managed by the Hyper-V switch
Port ACL
                                     Port ACL
 Allow/Deny/Counter
 MAC, IPv4 or IPv6 addresses
 Wildcards allowed in IP addresses
Note: Counters are implemented as ACLs
  Counts packets to address/range
  Read via Note: Counters
            WMI/PowerShell      are implemented as ACLs
  Counters are– Counts resource metering you can do for charge/show back, planning etc.
               tied into the packets to address/range

               – Read via WMI/PowerShell
    ACLs are the basic building blocks the resource metering you
               – Counters are tied into of virtual switch security functions
                  can do for charge/show back, planning etc.
Questions & Answers


          http://workinghardinit.wordpress.com
                             @workinghardinit

More Related Content

What's hot

Kali Linux
Kali LinuxKali Linux
Kali Linux
Sumit Singh
 
XPDDS18: Design and Implementation of Automotive: Virtualization Based on Xen...
XPDDS18: Design and Implementation of Automotive: Virtualization Based on Xen...XPDDS18: Design and Implementation of Automotive: Virtualization Based on Xen...
XPDDS18: Design and Implementation of Automotive: Virtualization Based on Xen...
The Linux Foundation
 
Rootlinux17: Hypervisors on ARM - Overview and Design Choices by Julien Grall...
Rootlinux17: Hypervisors on ARM - Overview and Design Choices by Julien Grall...Rootlinux17: Hypervisors on ARM - Overview and Design Choices by Julien Grall...
Rootlinux17: Hypervisors on ARM - Overview and Design Choices by Julien Grall...
The Linux Foundation
 
Tuning Android for low RAM
Tuning Android for low RAMTuning Android for low RAM
Tuning Android for low RAM
Chris Simmonds
 
Secureboot Survival Guide
Secureboot Survival GuideSecureboot Survival Guide
Secureboot Survival Guide
lcplcp1
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentationaleyeldean
 
Booting Android: bootloaders, fastboot and boot images
Booting Android: bootloaders, fastboot and boot imagesBooting Android: bootloaders, fastboot and boot images
Booting Android: bootloaders, fastboot and boot images
Chris Simmonds
 
U-Boot - An universal bootloader
U-Boot - An universal bootloader U-Boot - An universal bootloader
U-Boot - An universal bootloader
Emertxe Information Technologies Pvt Ltd
 
Kubernetes Story - Day 1: Build and Manage Containers with Podman
Kubernetes Story - Day 1: Build and Manage Containers with PodmanKubernetes Story - Day 1: Build and Manage Containers with Podman
Kubernetes Story - Day 1: Build and Manage Containers with Podman
Mihai Criveti
 
LAS16 111 - Raspberry pi3, op-tee and jtag debugging
LAS16 111 - Raspberry pi3, op-tee and jtag debuggingLAS16 111 - Raspberry pi3, op-tee and jtag debugging
LAS16 111 - Raspberry pi3, op-tee and jtag debugging
96Boards
 
Virtualization Architecture & KVM
Virtualization Architecture & KVMVirtualization Architecture & KVM
Virtualization Architecture & KVM
Pradeep Kumar
 
Q4.11: Porting Android to new Platforms
Q4.11: Porting Android to new PlatformsQ4.11: Porting Android to new Platforms
Q4.11: Porting Android to new Platforms
Linaro
 
Bootloaders
BootloadersBootloaders
Bootloaders
Anil Kumar Pugalia
 
ACRN Kata Container on ACRN
ACRN Kata Container on ACRNACRN Kata Container on ACRN
ACRN Kata Container on ACRN
Project ACRN
 
Android Boot Time Optimization
Android Boot Time OptimizationAndroid Boot Time Optimization
Android Boot Time OptimizationKan-Ru Chen
 
Virtualization with KVM (Kernel-based Virtual Machine)
Virtualization with KVM (Kernel-based Virtual Machine)Virtualization with KVM (Kernel-based Virtual Machine)
Virtualization with KVM (Kernel-based Virtual Machine)
Novell
 
VMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation ProcessVMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation Process
NetProtocol Xpert
 
Project ACRN: SR-IOV implementation
Project ACRN: SR-IOV implementationProject ACRN: SR-IOV implementation
Project ACRN: SR-IOV implementation
Geoffroy Van Cutsem
 

What's hot (20)

Xen Hypervisor
Xen HypervisorXen Hypervisor
Xen Hypervisor
 
Kali Linux
Kali LinuxKali Linux
Kali Linux
 
XPDDS18: Design and Implementation of Automotive: Virtualization Based on Xen...
XPDDS18: Design and Implementation of Automotive: Virtualization Based on Xen...XPDDS18: Design and Implementation of Automotive: Virtualization Based on Xen...
XPDDS18: Design and Implementation of Automotive: Virtualization Based on Xen...
 
Rootlinux17: Hypervisors on ARM - Overview and Design Choices by Julien Grall...
Rootlinux17: Hypervisors on ARM - Overview and Design Choices by Julien Grall...Rootlinux17: Hypervisors on ARM - Overview and Design Choices by Julien Grall...
Rootlinux17: Hypervisors on ARM - Overview and Design Choices by Julien Grall...
 
Tuning Android for low RAM
Tuning Android for low RAMTuning Android for low RAM
Tuning Android for low RAM
 
Secureboot Survival Guide
Secureboot Survival GuideSecureboot Survival Guide
Secureboot Survival Guide
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentation
 
Booting Android: bootloaders, fastboot and boot images
Booting Android: bootloaders, fastboot and boot imagesBooting Android: bootloaders, fastboot and boot images
Booting Android: bootloaders, fastboot and boot images
 
U-Boot - An universal bootloader
U-Boot - An universal bootloader U-Boot - An universal bootloader
U-Boot - An universal bootloader
 
Kubernetes Story - Day 1: Build and Manage Containers with Podman
Kubernetes Story - Day 1: Build and Manage Containers with PodmanKubernetes Story - Day 1: Build and Manage Containers with Podman
Kubernetes Story - Day 1: Build and Manage Containers with Podman
 
LAS16 111 - Raspberry pi3, op-tee and jtag debugging
LAS16 111 - Raspberry pi3, op-tee and jtag debuggingLAS16 111 - Raspberry pi3, op-tee and jtag debugging
LAS16 111 - Raspberry pi3, op-tee and jtag debugging
 
Linux Kernel Overview
Linux Kernel OverviewLinux Kernel Overview
Linux Kernel Overview
 
Virtualization Architecture & KVM
Virtualization Architecture & KVMVirtualization Architecture & KVM
Virtualization Architecture & KVM
 
Q4.11: Porting Android to new Platforms
Q4.11: Porting Android to new PlatformsQ4.11: Porting Android to new Platforms
Q4.11: Porting Android to new Platforms
 
Bootloaders
BootloadersBootloaders
Bootloaders
 
ACRN Kata Container on ACRN
ACRN Kata Container on ACRNACRN Kata Container on ACRN
ACRN Kata Container on ACRN
 
Android Boot Time Optimization
Android Boot Time OptimizationAndroid Boot Time Optimization
Android Boot Time Optimization
 
Virtualization with KVM (Kernel-based Virtual Machine)
Virtualization with KVM (Kernel-based Virtual Machine)Virtualization with KVM (Kernel-based Virtual Machine)
Virtualization with KVM (Kernel-based Virtual Machine)
 
VMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation ProcessVMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation Process
 
Project ACRN: SR-IOV implementation
Project ACRN: SR-IOV implementationProject ACRN: SR-IOV implementation
Project ACRN: SR-IOV implementation
 

Viewers also liked

Helping Midmarket Businesses Build a Successful Mobile Solutions Strategy
Helping Midmarket Businesses Build a Successful Mobile Solutions StrategyHelping Midmarket Businesses Build a Successful Mobile Solutions Strategy
Helping Midmarket Businesses Build a Successful Mobile Solutions StrategySMB Group
 
Smb group top 10 smb tech trends 2015-final-1
Smb group   top 10 smb tech trends 2015-final-1Smb group   top 10 smb tech trends 2015-final-1
Smb group top 10 smb tech trends 2015-final-1
SMB Group
 
RSA Incident Response Threat Emerging Threat Profile: Shell_Crew
 RSA Incident Response Threat Emerging Threat Profile: Shell_Crew RSA Incident Response Threat Emerging Threat Profile: Shell_Crew
RSA Incident Response Threat Emerging Threat Profile: Shell_Crew
EMC
 
Different games in the phillippines
Different  games in the phillippinesDifferent  games in the phillippines
Different games in the phillippinesjanerosco
 
Analyst Report: EMA - The Industrialization of Fraud Demands a Dynamic Intell...
Analyst Report: EMA - The Industrialization of Fraud Demands a Dynamic Intell...Analyst Report: EMA - The Industrialization of Fraud Demands a Dynamic Intell...
Analyst Report: EMA - The Industrialization of Fraud Demands a Dynamic Intell...
EMC
 
Recessions graphs etc
Recessions graphs etcRecessions graphs etc
Recessions graphs etcTravis Klein
 
New Skills for the Service-Oriented IT Organization
New Skills for the Service-Oriented IT OrganizationNew Skills for the Service-Oriented IT Organization
New Skills for the Service-Oriented IT Organization
EMC
 
My job as a Programming Consultant
My job as a Programming ConsultantMy job as a Programming Consultant
My job as a Programming Consultant
chaniadevs
 
Dedicated Networks For IP Storage
Dedicated Networks For IP StorageDedicated Networks For IP Storage
Dedicated Networks For IP Storage
EMC
 
Presentation on harnessing collective intelligence
Presentation on harnessing collective intelligencePresentation on harnessing collective intelligence
Presentation on harnessing collective intelligenceRaven Mckenzie ✩
 
Point of-sale-malware-backoff
Point of-sale-malware-backoffPoint of-sale-malware-backoff
Point of-sale-malware-backoffEMC
 
Vi snakker om data bildebok
Vi snakker om data   bildebokVi snakker om data   bildebok
Vi snakker om data bildebokNina Westrum
 
Barrett brown pt 2 integral sustainable development
Barrett brown pt 2 integral sustainable developmentBarrett brown pt 2 integral sustainable development
Barrett brown pt 2 integral sustainable developmentInstituto Integral Brasil
 

Viewers also liked (20)

Tumba loos redibujar
Tumba loos redibujarTumba loos redibujar
Tumba loos redibujar
 
Helping Midmarket Businesses Build a Successful Mobile Solutions Strategy
Helping Midmarket Businesses Build a Successful Mobile Solutions StrategyHelping Midmarket Businesses Build a Successful Mobile Solutions Strategy
Helping Midmarket Businesses Build a Successful Mobile Solutions Strategy
 
Smb group top 10 smb tech trends 2015-final-1
Smb group   top 10 smb tech trends 2015-final-1Smb group   top 10 smb tech trends 2015-final-1
Smb group top 10 smb tech trends 2015-final-1
 
Board presentation 11-11
Board presentation 11-11Board presentation 11-11
Board presentation 11-11
 
Factor markets
Factor marketsFactor markets
Factor markets
 
Wrk
WrkWrk
Wrk
 
RSA Incident Response Threat Emerging Threat Profile: Shell_Crew
 RSA Incident Response Threat Emerging Threat Profile: Shell_Crew RSA Incident Response Threat Emerging Threat Profile: Shell_Crew
RSA Incident Response Threat Emerging Threat Profile: Shell_Crew
 
Different games in the phillippines
Different  games in the phillippinesDifferent  games in the phillippines
Different games in the phillippines
 
Flip book
Flip bookFlip book
Flip book
 
ข้อสอบ O'net วิทยาศาสตร์
ข้อสอบ O'net วิทยาศาสตร์ข้อสอบ O'net วิทยาศาสตร์
ข้อสอบ O'net วิทยาศาสตร์
 
Analyst Report: EMA - The Industrialization of Fraud Demands a Dynamic Intell...
Analyst Report: EMA - The Industrialization of Fraud Demands a Dynamic Intell...Analyst Report: EMA - The Industrialization of Fraud Demands a Dynamic Intell...
Analyst Report: EMA - The Industrialization of Fraud Demands a Dynamic Intell...
 
Recessions graphs etc
Recessions graphs etcRecessions graphs etc
Recessions graphs etc
 
New Skills for the Service-Oriented IT Organization
New Skills for the Service-Oriented IT OrganizationNew Skills for the Service-Oriented IT Organization
New Skills for the Service-Oriented IT Organization
 
My job as a Programming Consultant
My job as a Programming ConsultantMy job as a Programming Consultant
My job as a Programming Consultant
 
Dedicated Networks For IP Storage
Dedicated Networks For IP StorageDedicated Networks For IP Storage
Dedicated Networks For IP Storage
 
Presentation on harnessing collective intelligence
Presentation on harnessing collective intelligencePresentation on harnessing collective intelligence
Presentation on harnessing collective intelligence
 
Point of-sale-malware-backoff
Point of-sale-malware-backoffPoint of-sale-malware-backoff
Point of-sale-malware-backoff
 
Vi snakker om data bildebok
Vi snakker om data   bildebokVi snakker om data   bildebok
Vi snakker om data bildebok
 
Doc2
Doc2Doc2
Doc2
 
Barrett brown pt 2 integral sustainable development
Barrett brown pt 2 integral sustainable developmentBarrett brown pt 2 integral sustainable development
Barrett brown pt 2 integral sustainable development
 

Similar to Windows Server 2012 Hyper-V Networking Evolved

Hyper v.nu-windows serverhyperv-networkingevolved
Hyper v.nu-windows serverhyperv-networkingevolvedHyper v.nu-windows serverhyperv-networkingevolved
Hyper v.nu-windows serverhyperv-networkingevolved
hypervnu
 
Windows server 8 hyper v networking (aidan finn)
Windows server 8 hyper v networking (aidan finn)Windows server 8 hyper v networking (aidan finn)
Windows server 8 hyper v networking (aidan finn)hypervnu
 
Windows Server 8 Hyper V Networking
Windows Server 8 Hyper V NetworkingWindows Server 8 Hyper V Networking
Windows Server 8 Hyper V Networking
Aidan Finn
 
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
Jim St. Leger
 
Apresentações | Jantar Exclusivo Cisco e Netapp | 27 de Junho de 2012 | Spett...
Apresentações | Jantar Exclusivo Cisco e Netapp | 27 de Junho de 2012 | Spett...Apresentações | Jantar Exclusivo Cisco e Netapp | 27 de Junho de 2012 | Spett...
Apresentações | Jantar Exclusivo Cisco e Netapp | 27 de Junho de 2012 | Spett...
Softcorp
 
Windows 8 Hyper-V: Availability
Windows 8 Hyper-V: AvailabilityWindows 8 Hyper-V: Availability
Windows 8 Hyper-V: Availability
Microsoft TechNet - Belgium and Luxembourg
 
Am 04 track1--salvatore orlando--openstack-apac-2012-final
Am 04 track1--salvatore orlando--openstack-apac-2012-finalAm 04 track1--salvatore orlando--openstack-apac-2012-final
Am 04 track1--salvatore orlando--openstack-apac-2012-finalOpenCity Community
 
Network policies
Network policiesNetwork policies
Network policies
shanj
 
Network virtualization with open stack quantum
Network virtualization with open stack quantumNetwork virtualization with open stack quantum
Network virtualization with open stack quantum
Miguel Lavalle
 
Marvell SR-IOV Improves Server Virtualization Performance
Marvell SR-IOV Improves Server Virtualization PerformanceMarvell SR-IOV Improves Server Virtualization Performance
Marvell SR-IOV Improves Server Virtualization Performance
Marvell
 
OpenStack Quantum: Cloud Carrier Summit 2012
OpenStack Quantum: Cloud Carrier Summit 2012OpenStack Quantum: Cloud Carrier Summit 2012
OpenStack Quantum: Cloud Carrier Summit 2012
Dan Wendlandt
 
Windows server 8 and hyper v
Windows server 8 and hyper vWindows server 8 and hyper v
Windows server 8 and hyper v
Susantha Silva
 
OpenStack and OpenFlow Demos
OpenStack and OpenFlow DemosOpenStack and OpenFlow Demos
OpenStack and OpenFlow Demos
Brent Salisbury
 
Quantum PTL Update - Grizzly Summit.pptx
Quantum PTL Update - Grizzly Summit.pptxQuantum PTL Update - Grizzly Summit.pptx
Quantum PTL Update - Grizzly Summit.pptx
OpenStack Foundation
 
Windows Server 2008 Web Workload Overview
Windows Server 2008 Web Workload OverviewWindows Server 2008 Web Workload Overview
Windows Server 2008 Web Workload Overview
David Chou
 
Virtual net performance
Virtual net performanceVirtual net performance
Virtual net performance
Stephen Hemminger
 
Quantum grizzly summit
Quantum   grizzly summitQuantum   grizzly summit
Quantum grizzly summit
Dan Wendlandt
 
PLNOG 5: Piotr Szołkowski - Data Center i nie tylko...
PLNOG 5: Piotr Szołkowski - Data Center i nie tylko...PLNOG 5: Piotr Szołkowski - Data Center i nie tylko...
PLNOG 5: Piotr Szołkowski - Data Center i nie tylko...
PROIDEA
 
Network Virtualization in Windows Server 2012
Network Virtualization in Windows Server 2012Network Virtualization in Windows Server 2012
Network Virtualization in Windows Server 2012Lai Yoong Seng
 

Similar to Windows Server 2012 Hyper-V Networking Evolved (20)

Hyper v.nu-windows serverhyperv-networkingevolved
Hyper v.nu-windows serverhyperv-networkingevolvedHyper v.nu-windows serverhyperv-networkingevolved
Hyper v.nu-windows serverhyperv-networkingevolved
 
Windows server 8 hyper v networking (aidan finn)
Windows server 8 hyper v networking (aidan finn)Windows server 8 hyper v networking (aidan finn)
Windows server 8 hyper v networking (aidan finn)
 
Windows Server 8 Hyper V Networking
Windows Server 8 Hyper V NetworkingWindows Server 8 Hyper V Networking
Windows Server 8 Hyper V Networking
 
Hyper-V Networking
Hyper-V NetworkingHyper-V Networking
Hyper-V Networking
 
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
 
Apresentações | Jantar Exclusivo Cisco e Netapp | 27 de Junho de 2012 | Spett...
Apresentações | Jantar Exclusivo Cisco e Netapp | 27 de Junho de 2012 | Spett...Apresentações | Jantar Exclusivo Cisco e Netapp | 27 de Junho de 2012 | Spett...
Apresentações | Jantar Exclusivo Cisco e Netapp | 27 de Junho de 2012 | Spett...
 
Windows 8 Hyper-V: Availability
Windows 8 Hyper-V: AvailabilityWindows 8 Hyper-V: Availability
Windows 8 Hyper-V: Availability
 
Am 04 track1--salvatore orlando--openstack-apac-2012-final
Am 04 track1--salvatore orlando--openstack-apac-2012-finalAm 04 track1--salvatore orlando--openstack-apac-2012-final
Am 04 track1--salvatore orlando--openstack-apac-2012-final
 
Network policies
Network policiesNetwork policies
Network policies
 
Network virtualization with open stack quantum
Network virtualization with open stack quantumNetwork virtualization with open stack quantum
Network virtualization with open stack quantum
 
Marvell SR-IOV Improves Server Virtualization Performance
Marvell SR-IOV Improves Server Virtualization PerformanceMarvell SR-IOV Improves Server Virtualization Performance
Marvell SR-IOV Improves Server Virtualization Performance
 
OpenStack Quantum: Cloud Carrier Summit 2012
OpenStack Quantum: Cloud Carrier Summit 2012OpenStack Quantum: Cloud Carrier Summit 2012
OpenStack Quantum: Cloud Carrier Summit 2012
 
Windows server 8 and hyper v
Windows server 8 and hyper vWindows server 8 and hyper v
Windows server 8 and hyper v
 
OpenStack and OpenFlow Demos
OpenStack and OpenFlow DemosOpenStack and OpenFlow Demos
OpenStack and OpenFlow Demos
 
Quantum PTL Update - Grizzly Summit.pptx
Quantum PTL Update - Grizzly Summit.pptxQuantum PTL Update - Grizzly Summit.pptx
Quantum PTL Update - Grizzly Summit.pptx
 
Windows Server 2008 Web Workload Overview
Windows Server 2008 Web Workload OverviewWindows Server 2008 Web Workload Overview
Windows Server 2008 Web Workload Overview
 
Virtual net performance
Virtual net performanceVirtual net performance
Virtual net performance
 
Quantum grizzly summit
Quantum   grizzly summitQuantum   grizzly summit
Quantum grizzly summit
 
PLNOG 5: Piotr Szołkowski - Data Center i nie tylko...
PLNOG 5: Piotr Szołkowski - Data Center i nie tylko...PLNOG 5: Piotr Szołkowski - Data Center i nie tylko...
PLNOG 5: Piotr Szołkowski - Data Center i nie tylko...
 
Network Virtualization in Windows Server 2012
Network Virtualization in Windows Server 2012Network Virtualization in Windows Server 2012
Network Virtualization in Windows Server 2012
 

More from Microsoft TechNet - Belgium and Luxembourg

Windows 10: all you need to know!
Windows 10: all you need to know!Windows 10: all you need to know!
Windows 10: all you need to know!
Microsoft TechNet - Belgium and Luxembourg
 
Configuration Manager 2012 – Compliance Settings 101 - Tim de Keukelaere
Configuration Manager 2012 – Compliance Settings 101 - Tim de KeukelaereConfiguration Manager 2012 – Compliance Settings 101 - Tim de Keukelaere
Configuration Manager 2012 – Compliance Settings 101 - Tim de Keukelaere
Microsoft TechNet - Belgium and Luxembourg
 
Windows 8.1 a closer look
Windows 8.1 a closer lookWindows 8.1 a closer look
So you’ve successfully installed SCOM… Now what.
So you’ve successfully installed SCOM… Now what.So you’ve successfully installed SCOM… Now what.
So you’ve successfully installed SCOM… Now what.
Microsoft TechNet - Belgium and Luxembourg
 
Data Leakage Prevention
Data Leakage PreventionData Leakage Prevention
Deploying and managing ConfigMgr Clients
Deploying and managing ConfigMgr ClientsDeploying and managing ConfigMgr Clients
Deploying and managing ConfigMgr Clients
Microsoft TechNet - Belgium and Luxembourg
 
Self Service BI anno 2013 – Where Do We Come From and Where Are We Going?
Self Service BI anno 2013 – Where Do We Come From and Where Are We Going?Self Service BI anno 2013 – Where Do We Come From and Where Are We Going?
Self Service BI anno 2013 – Where Do We Come From and Where Are We Going?
Microsoft TechNet - Belgium and Luxembourg
 
Hands on with Hyper-V Clustering Maintenance Mode & Cluster Aware Updating
Hands on with Hyper-V Clustering Maintenance Mode & Cluster Aware UpdatingHands on with Hyper-V Clustering Maintenance Mode & Cluster Aware Updating
Hands on with Hyper-V Clustering Maintenance Mode & Cluster Aware Updating
Microsoft TechNet - Belgium and Luxembourg
 
SCEP 2012 inside SCCM 2012
SCEP 2012 inside SCCM 2012SCEP 2012 inside SCCM 2012
SCEP 2012 inside SCCM 2012
Microsoft TechNet - Belgium and Luxembourg
 
Jump start your application monitoring with APM
Jump start your application monitoring with APMJump start your application monitoring with APM
Jump start your application monitoring with APM
Microsoft TechNet - Belgium and Luxembourg
 
What’s new in Lync Server 2013: Persistent Chat
What’s new in Lync Server 2013: Persistent ChatWhat’s new in Lync Server 2013: Persistent Chat
What’s new in Lync Server 2013: Persistent Chat
Microsoft TechNet - Belgium and Luxembourg
 
What's new for Lync 2013 Clients & Devices
What's new for Lync 2013 Clients & DevicesWhat's new for Lync 2013 Clients & Devices
What's new for Lync 2013 Clients & Devices
Microsoft TechNet - Belgium and Luxembourg
 
Office 365 ProPlus: Click-to-run deployment and management
Office 365 ProPlus: Click-to-run deployment and managementOffice 365 ProPlus: Click-to-run deployment and management
Office 365 ProPlus: Click-to-run deployment and management
Microsoft TechNet - Belgium and Luxembourg
 
Office 365 Identity Management options
Office 365 Identity Management options Office 365 Identity Management options
Office 365 Identity Management options
Microsoft TechNet - Belgium and Luxembourg
 
SharePoint Installation and Upgrade: Untangling Your Options
SharePoint Installation and Upgrade: Untangling Your Options SharePoint Installation and Upgrade: Untangling Your Options
SharePoint Installation and Upgrade: Untangling Your Options
Microsoft TechNet - Belgium and Luxembourg
 
The application model in real life
The application model in real lifeThe application model in real life
The application model in real life
Microsoft TechNet - Belgium and Luxembourg
 
Microsoft private cloud with Cisco and Netapp - Flexpod solution
Microsoft private cloud with Cisco and Netapp -  Flexpod solutionMicrosoft private cloud with Cisco and Netapp -  Flexpod solution
Microsoft private cloud with Cisco and Netapp - Flexpod solution
Microsoft TechNet - Belgium and Luxembourg
 
Managing Windows RT devices in the Enterprise
Managing Windows RT devices in the Enterprise Managing Windows RT devices in the Enterprise
Managing Windows RT devices in the Enterprise
Microsoft TechNet - Belgium and Luxembourg
 
Moving from Device Centric to a User Centric Management
Moving from Device Centric to a User Centric Management Moving from Device Centric to a User Centric Management
Moving from Device Centric to a User Centric Management
Microsoft TechNet - Belgium and Luxembourg
 
Network Management in System Center 2012 SP1 - VMM
Network Management in System Center 2012  SP1 - VMM Network Management in System Center 2012  SP1 - VMM
Network Management in System Center 2012 SP1 - VMM
Microsoft TechNet - Belgium and Luxembourg
 

More from Microsoft TechNet - Belgium and Luxembourg (20)

Windows 10: all you need to know!
Windows 10: all you need to know!Windows 10: all you need to know!
Windows 10: all you need to know!
 
Configuration Manager 2012 – Compliance Settings 101 - Tim de Keukelaere
Configuration Manager 2012 – Compliance Settings 101 - Tim de KeukelaereConfiguration Manager 2012 – Compliance Settings 101 - Tim de Keukelaere
Configuration Manager 2012 – Compliance Settings 101 - Tim de Keukelaere
 
Windows 8.1 a closer look
Windows 8.1 a closer lookWindows 8.1 a closer look
Windows 8.1 a closer look
 
So you’ve successfully installed SCOM… Now what.
So you’ve successfully installed SCOM… Now what.So you’ve successfully installed SCOM… Now what.
So you’ve successfully installed SCOM… Now what.
 
Data Leakage Prevention
Data Leakage PreventionData Leakage Prevention
Data Leakage Prevention
 
Deploying and managing ConfigMgr Clients
Deploying and managing ConfigMgr ClientsDeploying and managing ConfigMgr Clients
Deploying and managing ConfigMgr Clients
 
Self Service BI anno 2013 – Where Do We Come From and Where Are We Going?
Self Service BI anno 2013 – Where Do We Come From and Where Are We Going?Self Service BI anno 2013 – Where Do We Come From and Where Are We Going?
Self Service BI anno 2013 – Where Do We Come From and Where Are We Going?
 
Hands on with Hyper-V Clustering Maintenance Mode & Cluster Aware Updating
Hands on with Hyper-V Clustering Maintenance Mode & Cluster Aware UpdatingHands on with Hyper-V Clustering Maintenance Mode & Cluster Aware Updating
Hands on with Hyper-V Clustering Maintenance Mode & Cluster Aware Updating
 
SCEP 2012 inside SCCM 2012
SCEP 2012 inside SCCM 2012SCEP 2012 inside SCCM 2012
SCEP 2012 inside SCCM 2012
 
Jump start your application monitoring with APM
Jump start your application monitoring with APMJump start your application monitoring with APM
Jump start your application monitoring with APM
 
What’s new in Lync Server 2013: Persistent Chat
What’s new in Lync Server 2013: Persistent ChatWhat’s new in Lync Server 2013: Persistent Chat
What’s new in Lync Server 2013: Persistent Chat
 
What's new for Lync 2013 Clients & Devices
What's new for Lync 2013 Clients & DevicesWhat's new for Lync 2013 Clients & Devices
What's new for Lync 2013 Clients & Devices
 
Office 365 ProPlus: Click-to-run deployment and management
Office 365 ProPlus: Click-to-run deployment and managementOffice 365 ProPlus: Click-to-run deployment and management
Office 365 ProPlus: Click-to-run deployment and management
 
Office 365 Identity Management options
Office 365 Identity Management options Office 365 Identity Management options
Office 365 Identity Management options
 
SharePoint Installation and Upgrade: Untangling Your Options
SharePoint Installation and Upgrade: Untangling Your Options SharePoint Installation and Upgrade: Untangling Your Options
SharePoint Installation and Upgrade: Untangling Your Options
 
The application model in real life
The application model in real lifeThe application model in real life
The application model in real life
 
Microsoft private cloud with Cisco and Netapp - Flexpod solution
Microsoft private cloud with Cisco and Netapp -  Flexpod solutionMicrosoft private cloud with Cisco and Netapp -  Flexpod solution
Microsoft private cloud with Cisco and Netapp - Flexpod solution
 
Managing Windows RT devices in the Enterprise
Managing Windows RT devices in the Enterprise Managing Windows RT devices in the Enterprise
Managing Windows RT devices in the Enterprise
 
Moving from Device Centric to a User Centric Management
Moving from Device Centric to a User Centric Management Moving from Device Centric to a User Centric Management
Moving from Device Centric to a User Centric Management
 
Network Management in System Center 2012 SP1 - VMM
Network Management in System Center 2012  SP1 - VMM Network Management in System Center 2012  SP1 - VMM
Network Management in System Center 2012 SP1 - VMM
 

Windows Server 2012 Hyper-V Networking Evolved

  • 1. Windows Server 2012 Hyper-V Networking Evolved Didier Van Hoye
  • 2. Didier Van Hoye Technical Architect – FGIA Microsoft MVP & MEET Member http://workinghardinit.wordpress.com @workinghardinit
  • 3. What We’ll Discuss Windows Server 2012 Networking  Changed & Improved features  New features  Relationship to Hyper-V
  • 4. Why We’ll Discuss This We face many network challenges  Keep systems & services running  High to continuous availability  High reliability & reducing complexity  Security, multitenancy, extensibility  Cannot keep throwing money at it (CAPEX)  Network virtualization, QOS, bandwidth management in box  Performance (latency, throughput, scalability)  Leverage existing hardware  Control operational cost (OPEX)  Reduce complexity
  • 5. Eternal Challenge = Balanced Design COST AVAILABILITY CPU MEMORY CAPACITY NETWORK STORAGE PERFORMANCE
  • 6. Network Bottlenecks 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16  In the host networking stack 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 PowerEdge M1000e 2 4  In the NICs  In the switches
  • 7. Socket, NUMA, Core, K-Group  Processor: One physical processor, which can consist Kernel Group (K-Group) of one or more NUMA nodes. Today a physical processor ≈ a socket, with multiple cores.  Non-uniform memory architecture (NUMA) node: A set of logical processors and cache that are close to one another.  Core: One processing unit, which can consist of one or more logical processors.  Logical processor (LP): One logical computing engine from the perspective of the operating system, application or driver. In effect, a logical processor is a thread (think hyper threading).  Kernel Group: A set of up to 64 logical processors.
  • 8. Advanced Network Features (1) Receive Side Scaling (RSS) Receive Segment Coalescing (RSC) Dynamic Virtual Machine Queuing (DVMQ) Single Root I/O Virtualization (SR-IOV) NIC TEAMING RDMA/Multichannel support for virtual machines on SMB3.0
  • 9. Receive Side Scaling (RSS)  Windows Server 2012 scales RSS to the next generation of servers & workloads  Spreads interrupts across all available CPUs  Even for those very large scale hosts  RSS now works across K-Groups  Even RSS is “Numa Aware” to optimize performance  Now load balances UDP traffic across CPUs  40% to 100% more throughput (backups, file copies, web)
  • 10. Node 0 Node 1 Node 2 Node 3 Queues Incoming Packets RSS NIC with 8 Queues RSS improves scalability on multiple processors / NUMA nodes by distributing TCP/UDP receive traffic across the cores in ≠ nodes / K-Groups
  • 11. Receive Segment Coalescing (RSC)  Coalesces packets in the NIC so the stack processes fewer headers  Multiple packets belonging to a connection are coalesced by the NIC to a larger packet (max of 64 K) and processed within a single interrupt  10 - 20% improvement in throughput & CPU workload  Offload to NIC  Enabled by default on all 10Gbps
  • 12. Receive Segment Coalescing Coalesced into larger buffer NIC with RSC Incoming Packets RSC helps by coalescing multiple inbound packets into a larger buffer or “packet” which reduces per packet CPU costs as less headers need to be processed.
  • 13. Dynamic Virtual Machine Queue (DVMQ) VMQ is to virtualization what RSS is to native workloads. It makes sure that Routing, Filtering etc. is done by the NIC in queues and that the interrupts for those queues don’t get done by 1 processor (0). Most inbox 10Gbps Ethernet adapters support this. Enabled by default. Network I/O path with VMQ Network I/O path without VMQ
  • 14. Dynamic Virtual Machine Queue (DVMQ) Root Partition Root Partition Root Partition CPU CPU CPU CPU CPU CPU CPU CPU CPU CPU CPU CPU 0 1 2 3 0 1 2 3 0 1 2 3 Physical NIC Physical NIC Physical NIC No VMQ Static VMQ Dynamic VMQ Adaptive  optimal performance across changing workloads
  • 15. Single-Root I/O Virtualization (SR-IOV)  Reduces CPU utilization for processing network traffic  Reduces latency path Root Partition Virtual Machine  Increases throughput  Requires: Hyper-V Switch Virtual NIC  Chipset: Interrupt & DMA remapping Routing  BIOS Support VLAN  CPU: Hardware virtualization, EPT or NPT Filtering VMBUS Data Copy Virtual Function Physical NIC Physical NIC SR-IOV Network I/O path without SR-IOV with SR-IOV
  • 16. SR-IOV Enabling & Live Migration Turn On IOV Live Migration Post Migration  Enable IOV (VM NIC Property)  Switch back to Software path  Reassign Virtual Function  Virtual Function is “Assigned”  Remove VF from VM  Assuming resources are available  “NIC” automatically created  Migrate as normal  Traffic flows through VF  Software path is not used Virtual Machine Network Stack “NIC” VM has connectivity “NIC” even if Software NIC  Switch not in IOV mode Software NIC  IOV physical NIC not present Software Switch  Different NIC vendor Software Switch (IOV Mode)  Different NIC firmware (IOV Mode) Virtual Function Virtual Function Physical NIC Physical NIC SR-IOV SR-IOV Physical NIC
  • 17. NIC TEAMING  Customers are dealing with way to many issues.  NIC vendors would like to get rid of supporting this.  Microsoft needs this to be competitive & complete the solution stack + reduce support issues.
  • 18. NIC Teaming Hyper-V Extensible Switch  Teaming modes: LBFO Admin GUI  Switch dependent Frame distribution/aggregation Failure detection  Switch independent WMI Control protocol implementation LBFO Provider  Load balancing: LBFO Configuration DLL IOCTL  Address Hash Port 1 Port 2 Port 3 Virtual miniport 1  Hyper-Port IM MUX Kernel mode  Hashing modes: User mode Protocol edge  4-tuple NIC 1 NIC 2 NIC 3  2-tuple  MAC address  Active/Active & Active/Standby Network switch  Vendor Agnostic
  • 19. NIC TEAMING (LBFO) VM (Guest Running Any OS) VM (Guest Running Windows Server 2012) LBFO Teamed NIC Hyper-V virtual switch SR-IOV Not exposed Hyper-V virtual Hyper-V virtual switch switch LBFO Teamed NIC SR-IOV NIC SR-IOV NIC SR-IOV NIC SR-IOV NIC Parent NIC Teaming Guest NIC Teaming
  • 20. SMB Direct (SMB over RDMA) What  Addresses congestion in network stack by offloading the stack to SMB Client SMB Server the network adapter Advantages Application  Scalable, fast and efficient storage access User  High throughput, low latency & minimal CPU utilization  Load balancing, automatic failover & bandwidth aggregation via Kernel SMB Multichannel SMB Client SMB Server Scenarios Network w/ Network w/ NTFS  High performance remote file access for application RDMA RDMA SCSI support support servers like Hyper-V, SQL Server, IIS and HPC  Used by File Server and Clustered Shared Volumes (CSV) for storage communications within a cluster R-NIC R-NIC Disk Required hardware  RDMA-capable network interface (R-NIC)  Three types: iWARP, RoCE & Infiniband
  • 21. SMB Multichannel  Multiple connections per SMB session  Full Throughput  Bandwidth aggregation with multiple NICs  Multiple CPUs cores engaged when using Receive Side Scaling (RSS)  Automatic Failover  SMB Multichannel implements end-to-end failure detection  Leverages NIC teaming if present, but does not require it  Automatic Configuration  SMB detects and uses multiple network paths
  • 22. SMB Multichannel Single NIC Port 1 session, without Multichannel 1 session, with Multichannel  No failover  No failover  Can’t use full 10Gbps  Full 10Gbps available  Only one TCP/IP connection  Multiple TCP/IP connections  Only one CPU core engaged  Receive Side Scaling (RSS) helps distribute load across CPU cores SMB Client CPU utilization per core SMB Client CPU utilization per core RSS RSS NIC NIC 10GbE 10GbE Switch Switch 10GbE 10GbE NIC NIC 10GbE 10GbE RSS RSS Core 1 Core 2 Core 3 Core 4 Core 1 Core 2 Core 3 Core 4 SMB Server SMB Server
  • 23. SMB Multichannel Multiple NIC Ports 1 session, without Multichannel 1 session, with Multichannel  No automatic failover  Automatic NIC failover  Can’t use full bandwidth  Combined NIC bandwidth available  Only one NIC engaged  Multiple NICs engaged  Only one CPU core engaged  Multiple CPU cores engaged SMB Client 1 SMB Client 2 SMB Client 1 SMB Client 2 RSS RSS RSS RSS NIC NIC NIC NIC NIC NIC NIC NIC 10GbE 10GbE 10GbE 10GbE 10GbE 10GbE 10GbE 10GbE Switch Switch Switch Switch Switch Switch Switch Switch 10GbE 10GbE 10GbE 10GbE 10GbE 10GbE 10GbE 10GbE NIC NIC NIC NIC NIC NIC NIC NIC 10GbE 10GbE 10GbE 10GbE 10GbE 10GbE 10GbE 10GbE RSS RSS RSS RSS SMB Server 1 SMB Server 2 SMB Server 1 SMB Server 2
  • 24. SMB Multichannel & NIC Teaming 1 session, NIC Teaming without MC 1 session, NIC Teaming with MC  Automatic NIC failover  Automatic NIC failover (faster with  Can’t use full bandwidth NIC Teaming)  Only one NIC engaged  Combined NIC bandwidth available  Only one CPU core engaged  Multiple NICs engaged  Multiple CPU cores engaged SMB Client 1 SMB Client 2 SMB Client 1 SMB Client 2 RSS NIC Teaming RSS NIC Teaming RSS NIC Teaming RSS NIC Teaming NIC NIC NIC NIC NIC NIC NIC NIC 10GbE 10GbE 1GbE 1GbE 10GbE 10GbE 1GbE 1GbE Switch Switch Switch Switch Switch Switch Switch Switch 10GbE 10GbE 1GbE 1GbE 10GbE 10GbE 1GbE 1GbE NIC NIC NIC NIC NIC NIC NIC NIC 10GbE 10GbE 1GbE 1GbE 10GbE 10GbE 1GbE 1GbE RSS RSS RSS RSS NIC Teaming NIC Teaming NIC Teaming NIC Teaming SMB Server 2 SMB Server 2 SMB Server 1 SMB Server 2
  • 25. SMB Direct & Multichannel 1 session, without Multichannel 1 session, with Multichannel  No automatic failover  Automatic NIC failover  Can’t use full bandwidth  Combined NIC bandwidth available  Only one NIC engaged  Multiple NICs engaged  RDMA capability not used  Multiple RDMA connections SMB Client 1 SMB Client 2 SMB Client 1 SMB Client 2 R-NIC R-NIC R-NIC R-NIC R-NIC R-NIC R-NIC R-NIC 54GbIB 54GbIB 10GbE 10GbE 54GbIB 54GbIB 10GbE 10GbE Switch Switch Switch Switch Switch Switch Switch Switch 54GbIB 54GbIB 10GbE 10GbE 54GbIB 54GbIB 10GbE 10GbE R-NIC R-NIC R-NIC R-NIC R-NIC R-NIC R-NIC R-NIC 54GbIB 54GbIB 10GbE 10GbE 54GbIB 54GbIB 10GbE 10GbE SMB Server 1 SMB Server 2 SMB Server 1 SMB Server 2
  • 26. SMB Multichannel Auto Configuration  Auto configuration looks at NIC type/speed => Same NICs are used for RDMA/Multichannel (doesn’t mix 10Gbps/1Gbps, RDMA/non-RDMA)  Let the algorithms work before you decide to intervene  Choose adapters wisely for their function SMB Client SMB Client SMB Client SMB Client RSS NIC NIC R-NIC R-NIC R-NIC NIC NIC NIC 10GbE 1GbE 10GbE 32GbIB 10GbE 1GbE 1GbE Wireless Switch Switch Switch Switch Switch Switch Switch Switch 10GbE 1GbE 10GbE IB 10GbE 1GbE 1GbE Wireless NIC NIC R-NIC R-NIC R-NIC NIC NIC NIC 10GbE 1GbE 10GbE 32GbIB 10GbE 1GbE 1GbE Wireless RSS SMB Server SMB Server SMB Server SMB Server
  • 27. Networking Features Cheat Sheet Metric Large Receive Receive Virtual Remote Single Root Send Segment Side Machine DMA I/O Offload Coalescing Scaling Queues (RDMA) Virtualization (LSO) (RSC) (RSS) (VMQ) (SR-IOV) Lower Latency Higher Scalability Higher Throughput Lower Path Length
  • 28. Advanced Network Features (2) Consistent Device Naming DCTCP/DCB/QOS DHCP Guard/Router Guard/Port Mirroring Port ACLs IPSEC Task Offload for Virtual Machines (IPsecTOv2) Network virtualization & Extensible Switch
  • 30. DCTCP Requires Less Buffer Memory 1Gbps flow controlled by TCP 1Gbps flow controlled by DCTCP  Needs 400 to 600KB of memory  Requires 30KB of memory  TCP saw tooth visible  Smooth
  • 31. Datacenter TCP (DCTCP)  W2K12 deals with network congestion by reacting to the degree & not merely the presence of congestion.  DCTCP aims to achieve low latency, high burst tolerance and high throughput, with small buffer switches.  Requires Explicit Congestion Notification (ECN, RFC 3168) capable switches.  Algorithm enabled when it makes sense (low round trip times, i.e. in the data center).
  • 33. Datacenter TCP (DCTCP)  Running out of buffer in a switch gets you in to stop/go hell by getting a boatload of green, orange & red lights along your way  Big buffers mitigate this but are very expensive http://www.flickr.com/photos/mwichary/3321222807/ http://www.flickr.com/photos/bexross/2636921208/
  • 34. Datacenter TCP (DCTP) You want to be in a green wave http://www.flickr.com/photos/highwaysagency/6281302040/ Windows Server 2012 & ECN provides network traffic control http://www.telegraph.co.uk/motoring/news/5149151/Motorists-to-be-given-green- traffic-lights-if-they-stick-to-speed-limit.html by default
  • 35. Data Center Bridging (DCB)  Prevents congestion in NIC & network by reserving bandwidth for particular traffic types  Windows 2012 provides support & control for DCB, tags packets by traffic type  Provides lossless transport for mission critical workloads
  • 36. DCB is like a car pool lane … http://www.flickr.com/photos/philopp/7332438786/
  • 37. DCB Requirements 1. Enhanced Transmission Selection (IEEE 802.1Qaz) 2. Priority Flow Control (IEEE 802.1Qbb) 3. (Optional) Data Center Bridging Exchange protocol 4. (Not required) Congestion Notification (IEEE 802.1Qau)
  • 38. Hyper-V Qos beyond the VM Management OS VM 1 VM n Live Migration Storage Hyper-V virtual switch Management LBFO Teamed NIC Manage the Network Bandwidth 10 GbE Phy NIC 10 GbE Phy NIC with a Maximum (value) and/or a Minimum (value or weight)
  • 40. Default Flow per Virtual Switch Customers may group a number of VMs that each don’t have Gold VM1 VM2 minimum bandwidth. They will be Tenant bucketed into a default flow, which has minimum weight allocation. ? ? 10 This is to prevent starvation. Hyper-V Extensible Switch 1 Gbps
  • 41. Maximum Bandwidth for Tenants One common customer pain point is WAN links are Unified Remote Access expensive Gateway Cap VM throughput to the <100Mb ∞ Internet to avoid bill shock Hyper-V Extensible Switch Internet Intranet
  • 42. Bandwidth Network Management  Manage the Network Bandwidth with a Maximum and a Minimum value  SLAs for hosted Virtual Machines  Control per VMs and not per HOST
  • 43. DHCP & Router Guard, Port Mirroring
  • 44. IPsec Task Offload  IPsec is CPU intensive => Offload to NIC  In demand due to compliance (SOX, HIPPA, etc.)  IPsec is required & needed for secured operations  Only available to host/parent workloads in W2K8R2  Now extended to virtual machines  Managed by the Hyper-V switch
  • 45. Port ACL Port ACL  Allow/Deny/Counter  MAC, IPv4 or IPv6 addresses  Wildcards allowed in IP addresses Note: Counters are implemented as ACLs  Counts packets to address/range  Read via Note: Counters WMI/PowerShell are implemented as ACLs  Counters are– Counts resource metering you can do for charge/show back, planning etc. tied into the packets to address/range – Read via WMI/PowerShell ACLs are the basic building blocks the resource metering you – Counters are tied into of virtual switch security functions can do for charge/show back, planning etc.
  • 46. Questions & Answers http://workinghardinit.wordpress.com @workinghardinit