Two drivers soon followed utils, timesource. Initial location in the kernel tree: drivers/staging/hv/ Total number of lines of code: About 21,000



Similar documents
Abstract. Microsoft Corporation Published: November 2011

Networking for Caribbean Development

Linux Integration Services 3.4 for Hyper-V Readme

Virtualization for Cloud Computing

The XenServer Product Family:

Version 3.7 Technical Whitepaper

xvm Server and xvm VirtualBox Christopher Beal Principal Engineer

Abstract. Microsoft Corporation Published: August 2009

Cooperation of Operating Systems with Hyper-V. Bartek Nowierski Software Development Engineer, Hyper-V Microsoft Corporation

Servervirualisierung mit Citrix XenServer

Red Hat/Microsoft Virtualization Collaboration. Running Red Hat Enterprise Linux on Microsoft Hyper-V

InfiniBand Software and Protocols Enable Seamless Off-the-shelf Applications Deployment

OPEN CLOUD INFRASTRUCTURE BUILT FOR THE ENTERPRISE

Linux Integration Services 3.5 for Hyper-V Readme

INUVIKA OPEN VIRTUAL DESKTOP FOUNDATION SERVER

Improving Interoperability and Reducing Cost in the Data Centre

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

and Linux Virtualization Solutions

vtcommander Installing and Starting vtcommander

Comparing Free Virtualization Products

NetVault Bare Metal Recovery (VaultDR) Supported Platforms

Sun xvm VirtualBox Product Overview

5nine Hyper-V Commander

In addition to their professional experience, students who attend this training should have technical knowledge in the following areas.

SCSI support on Xen. MATSUMOTO Hitoshi Fujitsu Ltd.

VMware Server 2.0 Essentials. Virtualization Deployment and Management

Virtualization benefits Introduction to XenSource How Xen is changing virtualization The Xen hypervisor architecture Xen paravirtualization

Dell Solutions Overview Guide for Microsoft Hyper-V

Enterprise-Class Virtualization with Open Source Technologies

VT Technology Management Utilities for Hyper-V (vtutilities)

2972 Linux Options and Best Practices for Scaleup Virtualization

Windows Server Virtualization & The Windows Hypervisor

Symantec NetBackup Enterprise Server and Server 7.x OS Software Compatibility List

The Red Hat Enterprise Linux advantages over Oracle Linux

9/26/2011. What is Virtualization? What are the different types of virtualization.

Parallels Server 4 Bare Metal

VIRTUALIZATION 101. Brainstorm Conference 2013 PRESENTER INTRODUCTIONS

Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM

Restricted Document. Pulsant Technical Specification

Full and Para Virtualization

Options in Open Source Virtualization and Cloud Computing. Andrew Hadinyoto Republic Polytechnic

SCO Virtualization Presentation to Customers

VMware vsphere 5.0 Boot Camp

COS 318: Operating Systems. Virtual Machine Monitors

What s new in Hyper-V 2012 R2

Hyper-V R2: What's New?

Introduction to MPIO, MCS, Trunking, and LACP

Best Practices for SAP on Hyper-V

RED HAT ENTERPRISE VIRTUALIZATION & CLOUD COMPUTING

The path to the cloud training

Hypervisor Software and Virtual Machines. Professor Howard Burpee SMCC Computer Technology Dept.

RUNNING vtvax FOR WINDOWS

CPET 581 Cloud Computing: Technologies and Enterprise IT Strategies. Virtualization of Clusters and Data Centers

Windows Server 2008 R2 Hyper V. Public FAQ

PARALLELS SERVER 4 BARE METAL README

Intro to Virtualization

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management

EMC Virtual Infrastructure for SAP Enabled by EMC Symmetrix with Auto-provisioning Groups, Symmetrix Management Console, and VMware vcenter Converter

VMware vsphere 5.1 Advanced Administration

Stanislav Ulrych CTO RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM

VMWARE Introduction ESX Server Architecture and the design of Virtual Machines

M.Sc. IT Semester III VIRTUALIZATION QUESTION BANK Unit 1 1. What is virtualization? Explain the five stage virtualization process. 2.

Red Hat enterprise virtualization 3.0 feature comparison

Windows Host Utilities Installation and Setup Guide

Red Hat VDI. David Simmons

Best Practices for Running Linux on Hyper-V

IOS110. Virtualization 5/27/2014 1

Xen Cloud Platform Update

Microsoft Windows Common Criteria Evaluation

Symantec NetBackup Enterprise Server and Server 7.x OS Software Compatibility List

Basics in Energy Information (& Communication) Systems Virtualization / Virtual Machines

RED HAT ENTERPRISE VIRTUALIZATION

Virtualization Technologies and Blackboard: The Future of Blackboard Software on Multi-Core Technologies

ENTERPRISE HYPERVISOR COMPARISON

Virtual Machines. COMP 3361: Operating Systems I Winter

Cloud Computing CS

Linux and Windows together, leveraging SUSE and Microsoft collaboration

RPM Brotherhood: KVM VIRTUALIZATION TECHNOLOGY

Quick Start Guide for Parallels Virtuozzo

Virtualizare sub Linux: avantaje si pericole. Dragos Manac

Hyper-V vs ESX at the datacenter

2009 AAMGA Automation Conference

Product Overview. Marc Skinner Principal Solutions Architect Red Hat RED HAT ENTERPRISE LINUX OPENSTACK PLATFORM

Xen Project 4.4: Features and Futures. Russell Pavlicek Xen Project Evangelist Citrix Systems

CSE 501 Monday, September 09, 2013 Kevin Cleary

KVM, OpenStack, and the Open Cloud

Bosch Video Management System High Availability with Hyper-V

Virtual Machine Monitors. Dr. Marc E. Fiuczynski Research Scholar Princeton University

Microsoft Windows Common Criteria Evaluation

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version Fix Pack 2.

VMware Virtual Infrastucture From the Virtualized to the Automated Data Center

YOUR STRATEGIC VIRTUALIZATION ALTERNATIVE. Greg Lissy Director, Red Hat Virtualization Business. James Rankin Senior Solutions Architect

MODULE 3 VIRTUALIZED DATA CENTER COMPUTE

Dell Networking Solutions Guide for Microsoft Hyper-V

Republic Polytechnic School of Information and Communications Technology C226 Operating System Concepts. Module Curriculum

Transcription:

Dr. K. Y. Srinivasan Principal Architect Microsoft Corp Redmond, WA Tom Hanrahan Principal GPM Microsoft Corp Redmond, WA

Linux Hyper-V drivers released to the community on July 29, 2009 under GPLv2 License Initial release consisted of four drivers: vmbus, storvsc, blkvsc, netvsc, Two drivers soon followed utils, timesource Initial location in the kernel tree: drivers/staging/hv/ Total number of lines of code: About 21,000

450 400 350 300 250 200 150 100 50 0 Pre-2011 1Q 2011 2Q 2011 3Q 2011 4Q 2011 1Q 2012 MSFT (772) Greg (300) Others (118)

In addition to Greg, following community developers contributed to our drivers: Stephen Hemminger (26 patches) Bill Pemberton (68 patches) Other community help: reviews etc. Dan Carpenter Joe Perches Sasha Levin Olaf Herring Christoph Hellwig

Linux 3.0: With 361 Patches MSFT was the 7 th highest contributor With 343 Patches a MSFT engineer was the top contributor Linux 3.2: With 177 Patches MSFT was the 19 th highest contributor With 165 Patches a MSFT engineer was the 5 th highest contributor

Oct. 4, 2011 Timesource driver exits staging Oct. 11, 2011 vmbus and utils drivers exit staging Nov. 26, 2011 Mouse driver exits staging Nov. 29, 2011 Netvsc driver exits staging Feb. 13, 2012 Storage drivers exit staging

The process has benefitted our drivers immensely: The drivers conform to the Linux Driver Model The code is significantly cleaner and tighter Excess of 60% reduction in the overall lines of code Significant performance and stability improvements in all the drivers Solid architectural base from which to enhance our support of Linux on our platform

Staging tree is not designed for quick (massive) re-architecture/cleanup efforts Upstream developers do not care for company specific product deadlines Need to be extremely responsive with the community

Hyper-V is a Type-1 Hypervisor for the x86 Instruction Set Architecture Requires Hardware Assist for Virtualization Emulates a standard x86 platform for guest Operating Systems Supports both 32-bit and 64-bit Guest Operating Systems

Full Virtualization with selective enlightenments: Enlightened I/O Paths Other low-level enlightenments Time keeping Context switching TLB shoot-down etc.

Currently Linux hosted as a Fully virtualized guest with I/O enlightenments: Standard kernel binaries supported I/O enlightenments packaged as driver modules Linux pvops framework can be used to leverage additional Hyper-V specific enlightenments

This is a Bus driver as far as the guest is concerned: An ACPI Bus driver Manages communication with the host on a per channel basis Manages the life-cycle of channels All enlightened guest devices belong to this virtual bus

GUID-based naming Instance GUID Type GUID An open channel represents an enlightened device in the guest Each Channel represents a service offer from the host A pair of ring-buffers for communication with the host

Handles both SCSI GUID as well as IDE GUID All block devices are handled as SCSI devices Implements a virtual HBA front-end driver Registers itself as an HBA with the guest OS Currently does not support devices other than disk devices Supports hot add/remove SCSI devices

Bonnie++ Block Write Hyper-V - 4 CPU Hyper-V - 2 CPU Hyper-V - 1 CPU Bare Metal - 4 CPU Bare Metal - 2 CPU Bare Metal - 1 CPU 0 50000 100000 150000 200000 250000 300000 350000 Rewrite - K/Sec Block - K/Sec Per Char - K/Sec

Implements a Synthetic NIC device for the guest: Structured as a remote NDIS driver: NDIS protocol is used to communicate with the host Implements the mapping between NDIS packets and SKBs Copy free on the send path Currently one copy on the receive side Zero-copy implementation underway

Network Performance via Iperf Hyper-V - 4 CPU Hyper-V - 2 CPU Hyper-V - 1 CPU Bare Metal - 4 CPU Bare Metal - 2 CPU Bare Metal - 1 CPU 0 100 200 300 400 500 600 700 800 900 1000 Series1

The utils driver supports the following services: Graceful Shutdown Timesync Heartbeat Key/Value Pair (KVP) Fully qualified domain name IP address OS build information Linux Integration Services version

Provides a pluggable time-source for the Linux guest: Based on Hyper-V supported per-partition counter Provides a stable clock source for the Linux guest

This is a hid compliant mouse driver for Linux guests on Hyper-V: Supports seamless mouse tracking on the server console Supports seamless mouse tracking on a Remote Desktop session

Fully integrated with SLES10, SLES11 and Ubuntu 12.04 Hyper-V drivers are part of the installation media Drivers are available to support RHEL/CentOS 5 and RHEL / CentOS 6 RHEL 6 supports all features RHEL 5 does not support mouse or KVP Community members have deployed our drivers on other distros as well