SlideShare a Scribd company logo
1 of 36
Download to read offline
Developing Embedded
Systems with Multicore
   and Virtualization
         Samuel Panijel
  Regional Engineering Manager
         Wind River
            Q2-2011




           May 4, 2011           1
Context
• Multicore and virtualization are creating a disruption
  in the embedded industry
   – Multicore provides more processing power for less power
   – Virtualization provides partitioning on single and multicore
     silicon
• Wind River provides a broad portfolio of technology
  to assist the migration to multicore
   – Runtimes, Middleware, Virtualization and Tooling
• This presentation will focus on the use of
  virtualization
   – For single and multicore
   – Based on the Wind River Hypervisor for Embedded

   2                                     May 4, 2011
                         | © 2010 Wind River. All Rights Reserved.   2
Agenda
• Multicore and virtualization overview
    – An introduction to AMP, SMP and Virtualization
• Virtualization capabilities
• Virtualization details
    – Modes of virtualization
    – The mechanisms behind virtualization
    – Virtualizing memory, cores, devices, interrupts
    – Inter-board communication
How to design your next generation of devices
3                                  May 4, 2011
                   | © 2010 Wind River. All Rights Reserved.   3
Primary Multicore Software
                    Configurations
                “Traditional”                                                    Virtualization

                                                                                 OS         OS
                     OS
Single Core                                                                       Hypervisor
                    CPU
                                                                                      CPU


                    SMP                      Unsupervised AMP               Supervised AMP (sAMP)


                     OS                                                         OS          OS
                                                 OS             OS
Multicore
                                                                                  Supervisor
              Core 1    Core 2                 Core 1         Core 2
                                                                               Core 1     Core 2


Arbitrary combinations of these primary configurations can be used to create more
                             advanced configurations.
                OS: Could be VxWorks, Wind River Linux, or other executive or OS

  4                                             May 4, 2011
                                | © 2010 Wind River. All Rights Reserved.                           4
Symmetric Multiprocessing (SMP)
•   A lot of experience
•   Works well for parallel algorithms
•   OS performs scheduling and load balancing
•   A viable solution, depending on your needs
     – Does not always scale with many cores                           SMP


• Linux and VxWorks SMP                                                OS

                                                                  Core 1   Core 2




     5                | © 2010 Wind River. All Rights Reserved.
                                 May 4, 2011                                        5
Asymmetric Multiprocessing (AMP)
• One operating system per core
• Questions raised in regard to configuring and
  run-time
  – Who “owns” devices?
  – How is memory split?                                         Unsupervised AMP

  – How is memory protected?
                                                                   OS       OS
  – How is this configured?
                                                                  Core 1   Core 2
  – How is this built into the kernel?
• Mixed operating systems?
  6                  | © 2010 Wind River. All Rights Reserved.

                               May 4, 2011                                          6
Choosing Supervised AMP
What Is sAMP?
    – AMP, but guarded by a supervisor

When to Use sAMP
    – Memory and device partitioning (protection, robustness)
    – Flexibility in the mapping of hardware to software
                                                                    Supervised AMP (sAMP)
    – Memory virtualization (each OS starts at 0x0)
                                                                        OS        OS
    – Reuse of the same image multiple times
                                                                          Supervisor
    – Out-of-the-box life cycle management                             Core 1   Core 2




9                                       May 4, 2011
                        | © 2010 Wind River. All Rights Reserved.                           9
Agenda
• Multicore and virtualization overview
  – An introduction to AMP, SMP and Virtualization
• Virtualization capabilities
• Virtualization details
  – Modes of virtualization
  – The mechanisms behind virtualization
  – Virtualizing memory, cores, devices, interrupts
  – Inter-board communication
How to design your next generation of devices
  10                 | © 2010 Wind River. All Rights Reserved.

                             May 4, 2011                         10
Virtualization
• Partitioning is a benefit of virtualization
• Virtualization partitions the hardware into virtual boards
• The virtualization layer gives the board access to
      – Virtualized processing cores (optional)
      – Virtualized memory
      – Virtualized devices and interrupts
• Virtualization can be done in a scalable fashion

Hypervisor                                             Core Virtualization                          Guest Protection

Protected Supervisor                             Core Protection              Virtual Memory and Devices        Interrupts

Supervisor                                     Resource Partitioning           Boot       Life Cycle Management Debugging


   11© 2009 Wind River. All Rights Reserved.
   |
                                                     | © 2010 Wind River. All Rights Reserved.

                                                                     May 4, 2011                                         11
An Example Virtualization Scenario
          Virtual Board 1                          Virtual Board 2                         Virtual Board 3


              Application                             Application
                                                                                               Application

              VxWorks              MIPC            Wind River Linux
                        Ethernet            IDE       Serial     Ethernet
      VCore   Memory          Timer        VCore     Memory            Timer           VCore   Memory          Timer


                                                   Configuration


                                           Wind River Hypervisor

                                                    Physical Board

        IDE        Ethernet        Timer            Serial        Memory                Core            Core


 12                                        | © 2010 Wind River. All Rights Reserved.

                                                        May 4, 2011                                                    12
Summary of the Example
• Virtual boards
         – Virtual board scheduling if required
•        Virtualized memory
•        Virtualized processing cores
•        Virtualized devices
•        Inter-board communication
•        Configuration and debugging
          Virtualization provides new and flexible design capabilities
                        for single and multicore systems



    13                                      May 4, 2011
                            | © 2010 Wind River. All Rights Reserved.    13
Virtualization Performance
• Virtualization needs to have minimal cost
• Wind River and customer benchmarking
   – sAMP: Overall cost is less than 1%
   – Core virtualized: With significant load only a few percent,
     similar to running multiple processes
   – Some additional latency to interrupt handling
• Actual performance depends on
   – Processor, board, application
   – Multicore configuration
• The additional design capabilities and flexibility
  typically outweigh any potential overhead
   14                    | © 2010 Wind River. All Rights Reserved.

                                      May 4, 2011                    14
Agenda
• Multicore and virtualization overview
     – An introduction to AMP, SMP and Virtualization
• Virtualization capabilities
• Virtualization details
     – Modes of virtualization
     – The mechanisms behind virtualization
     – Virtualizing memory, cores, devices, interrupts
     – Inter-board communication
How to design your next generation of devices
15                                   May 4, 2011
                     | © 2010 Wind River. All Rights Reserved.   15
Virtualization Principles
The hypervisor adds an additional layer of indirection
to between the OS and the physical hardware

The hypervisor virtualizes the hardware and executes
guest operating systems. The level of virtualization can
be configured based on device needs

              Guest               Guest                         Guest


                             Hypervisor

 16                                 May 4, 2011
                    | © 2010 Wind River. All Rights Reserved.           16
Hypervisor Mechanics
• OS privilege modes
• Emulation vs. paravirtualization vs. hardware
  assist
• Different types of hypervisors
• Memory
• Devices, interrupts
• Inter board communication


17                              May 4, 2011
                | © 2010 Wind River. All Rights Reserved.   17
Privilege Modes
Operating systems work in privilege modes:
            The OS kernel itself can do anything with the
            hardware
            Device drivers are more restricted
            User applications/components are least privileged
                                                       Ring 3
                                                       Ring 2                        Least Privileged

                                                       Ring 1
                                                       Ring 0


                                                       Kernel
                                                                                                        Example based on Intel
                                                                                                        privilege rings, other
                                                                                                        processors have similar
                                                   Device Drivers                                       concepts
                                                   Device Drivers
                                                                                     Most Privileged
                                                    Applications

      Intel privilege rings source: Wikipedia


 18                                                                 May 4, 2011
                                                  | © 2010 Wind River. All Rights Reserved.                                       18
Hypervisor Is The Most Powerful
Reserve the highest privilege mode for the hypervisor.

Lower operating system privilege modes through
      – Emulation                                            Ring 3

      – Paravirtualization                                   Ring 2       Least Privileged

                                                             Ring 1
      – Hardware assist                                      Ring 0


                                                             Kernel



                                                         Device Drivers

                                                         Device Drivers

                                                          Applications
                                                                          Most Privileged

                                                        Hypervisor

20                                     May 4, 2011
                       | © 2010 Wind River. All Rights Reserved.                             20
Approaches to Virtualization
                                     System Virtualization



             Hardware Virtualization                                      Hardware Emulation




Type 1 – Native                                                       Type 2 – Hosted



Paravirtualized                                  Full Virtualization
                                                 (Transparent)



                                     Hardware                      Dynamic Binary
                                     Assisted                      Translation


21                            | © 2010 Wind River. All Rights Reserved.

                                        May 4, 2011                                            21
Privilege Modes – Hardware Assist
• Privilege modes are processor specific. You cannot just “add”
  another mode. Only the silicon vendor can:
      – Freescale e500mc
      – Intel VTx
      – Virtualization-aware instruction set (aka hardware-assisted
        virtualization)
• If not available, paravirtualization will be more for the OS
  developer.

      Often the truth is in the middle: a mix of software and
      hardware assist.



 22                                          May 4, 2011
                             | © 2010 Wind River. All Rights Reserved.   22
Privilege Modes – Paravirtualization
• Modify the guest operating system, to collaborate
  with the hypervisor.
• Reduce the privilege level during design time.
• Provide a collaborative system approach.
• Use for embedded.
• Handle devices:
      – In the hypervisor (impact to hypervisor size and stability)
      – In a specially crafted guest (guest running in privilege)
      – Directly assigned to guest


 23                                       May 4, 2011
                          | © 2010 Wind River. All Rights Reserved.   23
Mixing Technologies
      Mixing of Paravirtualization and Hardware Assist
      • Use the best of both worlds for embedded
             – Paravirtualization collaboration of OS with
               hypervisor (avoid privilege code and call
               hypervisor instead)
             – Hardware assist using silicon (great for address
               translation)


        Wind River hypervisor uses a mix of paravirtualization
           and hardware assist, if the processor supports it.
                                                             24
| © 2010 Wind River. All Rights Reserved.   May 4, 2011           24
Type 1 vs. Type 2 Hypervisor
 A type 1 hypervisor runs directly on the hardware,
 managing resources, and providing services to guests
 A type 2 hypervisor is hosted in another operating
 system (the host)


                 Guest                                                  Guest
                                                                       Hypervisor
               Hypervisor                                                Host
                Type 1                                                  Type 2
     The difference between type 1 and type 2 is not as simple and useful
                                as it seems

25                                         May 4, 2011
                           | © 2010 Wind River. All Rights Reserved.                25
Embedded vs. IT Hypervisors

                                                                          Guest         Guest
                                                                          Driver
                                 Dom0               Guest
    Guest        Guest           Driver Emu         Driver                Driver Emu
     Driver
                                                                             Hypervisor
                                     Hypervisor
        Hypervisor

         Embedded                        IT – Slim                                 IT – Fat

Slim and Fat provide more IT-level capabilities (VM migration, load balancing, full
device virtualization) and hence carry an overhead cost. Wind River Hypervisor is
          custom built for embedded and provides better performance

   28                                         May 4, 2011
                              | © 2010 Wind River. All Rights Reserved.                         28
Manage Memory
• Every guest expects memory from 0x0 – MAXMEM.
• Hypervisor provides translation and protection.
• It uses flat or guest virtual memory.


           Guest            Guest                                    Guest

                   0x0                               MAXMEM
 Virtual


 Physical
             0x0                                                       MAXPHYSMEM


   30                                    May 4, 2011
                         | © 2010 Wind River. All Rights Reserved.                  30
Manage Memory – Special Mappings
• Possible to provide noncontinuous mapping
• Possible to provide shared memory
       – Shared segment can be put anywhere in guest memory


          Guest                Guest                                    Guest

                   0x0
Virtual




Physical           Shared

  31                                        May 4, 2011
                            | © 2010 Wind River. All Rights Reserved.           31
Device Support
                                       Driver
                                                                                        Guest
                      Fastest, native performance
     Direct           Recommended where possible                                          Driver




                                                                      Guest             Guest
                       One owner
     Shared            Others share                                    shDev              Driver




                                                                      Guest             Guest
                       Driver in hypervisor
                     Driver
     Virtualized                                                        Stub              Stub
                        Hypervisor
                       Stubs in the guest
                                                                    Driver   Hypervisor



                       Driver in hypervisor                            Guest            Guest
                                                                                        Driver1
     Emulated          Emulation in hypervisor
                                                                       Driver1
                                                                   Driver1 Emulation
                       Regular driver in guest                          Driver2        Hypervisor


34                     | © 2010 Wind River. All Rights Reserved.

                                       May 4, 2011                                                  34
Devices Access – Virtual Interrupts
                                                                 Running
            Virtual Board                                     Virtual Board


                 Guest                                                Guest


       Virtual Interrupt Controller                     Virtual Interrupt Controller

                                                            Interrupt
                      Pending
                      Interrupt
                      Pending
                      Interrupt



                                  Wind River Hypervisor


                                                      Interrupt Controller


 38                       | © 2010 Wind River. All Rights Reserved.

                                      May 4, 2011                                      38
Core Virtualization – Schedulers
• Two different schedulers available
• Priority
   – Each virtual board has a priority
   – Highest priority board that is non-idle is on-processor
   – Boards with the same priority are scheduled round-robin
• Time slice
   – Each virtual board gets a designated time slice
   – Only single core
• Scheduler is pluggable
   – Other scheduling algorithms can be plugged into the
     hypervisor
   40                    | © 2010 Wind River. All Rights Reserved.

                                      May 4, 2011                    40
Inter-Board Communication
• Shared memory can be given to each board
  – Easy way to share large amounts of data
  – Synchronization through asynchronous messaging
     • For signaling, or using zero-copy data sending
     • MultiOS Inter Processor Communication (MIPC)
     • Asynchronous messaging promotes parallel algorithms
• MultiOS Inter Processor Communication (MIPC)
  – Fast communication for multicore and virtualization
  – Socket-like API for easy migration
  – Wind River standard API between OSes in any
     configuration
  – Uses shared memory©andWind River. All Rights Reserved.
  42                     | 2010
                                interrupts

                                May 4, 2011                  42
Services on top of MIPC
• MIPC Network Device (MND)
     – TCP/IP layered on top of MIPC
     – Slower than MIPC, but offers TCP/IP layer
• MIPC Serial Device (MSD)
     – Ability to use a single serial port with multiple
       guests
     – For terminal access, as well as printf for example
       for debugging
• MIPC File System (MFS)

43                                   May 4, 2011
                     | © 2010 Wind River. All Rights Reserved.   43
The How – Tailored IPCs
• Shared memory                                                                  Physical Board

   – High performance                                                          Core 1
                                                                                    Virtual Board
                                                                                                        Core 2
                                                                                                    Virtual Board
                                                                   Virtual Board

• MIPC                                                                App 4            App 5          App 6

   –    High performance, zero copy                                   MIPC             MIPC           MIPC
                                                                    VxWorks           Linux 1         Linux 2
   –    OS independent
   –    20K footprint
   –    Hardware support                                             Physical Board
   –    Static topology                                         Virtual Board
                                                                             Core
                                                                                 Virtual Board
                                                                                                      Physical
                                                                                                       Board
                                                                                                        App
• TIPC                                                             App              App
                                                                                                        TIPC
                                                                   TIPC             TIPC
   –    100K footprint                                                                                 Linux 3
                                                                  Linux 1          Linux 2
   –    Full-featured                                                                                Ethernet
   –    Transparent multiboard                                                    Ethernet
   –    Dynamic topology


   44                            | © 2010 Wind River. All Rights Reserved.

                                            May 4, 2011                                                             44
Building a System (Standard
         Approach)
                                     Hypervisor ELF
Boot Image                        Image (hypervisor.elf)
  (ELF format)
                                     VxWorks ELF
                                   Image (vxworks.elf)
     Linux
                  Packaging            Linux ELF
                                   Image (vmlinux.elf)
                    Tool
    VxWorks


 Image Manifest

   Hypervisor                      XML Configuration




                    May 4, 2011                            45
Booting and Lifecycle (Standard Approach)
    Boot Image
          (ELF format)
                                    VB1           VB2
             Linux
                                     App          App
           VxWorks
                                   VxWorks        Linux

         Image Manifest
                                   Wind River Hypervisor
          Hypervisor




•    Hypervisor boots from ROM file system
•    Hypervisor first (very quickly), then the appropriate VB
•    VBs can be stopped, reloaded and restarted from initial image
•    VB could contain a bootloader


    46                            May 4, 2011                        46
Virtualization Details – Summary
•    Modes of virtualization
•    The mechanisms behind virtualization
•    Virtualizing memory, cores, devices, interrupts
•    Inter-board communication
                  Ring 3                      Ring 3                      Ring 3
                  Ring 2                      Ring 2                      Ring 2
                  Ring 1                      Ring 1                      Ring 1
                  Ring 0                      Ring 0                      Ring 0

                  Kernel                      Kernel                      Kernel


               Device Drivers              Device Drivers              Device Drivers
               Device Drivers              Device Drivers              Device Drivers
               Applications                Applications                 Applications



                                       Hypervisor

                                Core 0                                 Core 1


47                                         May 4, 2011
                           | © 2010 Wind River. All Rights Reserved.                    47
Benefits of Virtualization
     Provides the ability to …                                    Resulting in …


     Partition a system                                   Reduced time to market
     Evolve the partitioning                              Reduced risk
     Protect partitions                                   Reduced BOM
     Reuse legacy code                                    Investment protection
     Share devices                                        Future proofing
     Verify a configuration




49                        | © 2010 Wind River. All Rights Reserved.
                                        May 4, 2011                                49
Multi-Context Debugging
                      with OCD & Wind River Hypervisor
                                                                             Debug Context View
                                                                                 Visibility to
                                                                               physical cores

                                                                                 - registers
                                                                                 - bit level details
                                                                                 - memory
 Target Manager                                                                  - cache
  Multiple virtual
  boards (VBs)
running VxWorks
  in hypervised
   environment
                                                                                 Fine-grained
                                                                                  breakpoint
                                                                                 control with
                                                                                 association
                                                                                  to multiple
                                                                                   contexts




    Deep visibility and granular control to debug complex system issues:
           Examples: inter-core race lock conditions, synchronization, message passing.
                                             May 4, 2011                                        54

More Related Content

What's hot

Realtime scheduling for virtual machines in SKT
Realtime scheduling for virtual machines in SKTRealtime scheduling for virtual machines in SKT
Realtime scheduling for virtual machines in SKTThe Linux Foundation
 
Sierraware ARM hypervisor
Sierraware ARM hypervisor Sierraware ARM hypervisor
Sierraware ARM hypervisor Sierraware
 
Cots moves to multicore: AMD
Cots moves to multicore: AMDCots moves to multicore: AMD
Cots moves to multicore: AMDKonrad Witte
 
Cooperative VM Migration for a virtualized HPC Cluster with VMM-bypass I/O de...
Cooperative VM Migration for a virtualized HPC Cluster with VMM-bypass I/O de...Cooperative VM Migration for a virtualized HPC Cluster with VMM-bypass I/O de...
Cooperative VM Migration for a virtualized HPC Cluster with VMM-bypass I/O de...Ryousei Takano
 
virtualization tutorial at ACM bangalore Compute 2009
virtualization tutorial at ACM bangalore Compute 2009virtualization tutorial at ACM bangalore Compute 2009
virtualization tutorial at ACM bangalore Compute 2009ACMBangalore
 
z/VM 6.2: Increasing the Endless Possibilities of Virtualization
z/VM 6.2: Increasing the Endless Possibilities of Virtualizationz/VM 6.2: Increasing the Endless Possibilities of Virtualization
z/VM 6.2: Increasing the Endless Possibilities of VirtualizationIBM India Smarter Computing
 
SAP Virtualization Week 2012 - The Lego Cloud
SAP Virtualization Week 2012 - The Lego CloudSAP Virtualization Week 2012 - The Lego Cloud
SAP Virtualization Week 2012 - The Lego Cloudaidanshribman
 
Presentation power vm virtualization without limits
Presentation   power vm virtualization without limitsPresentation   power vm virtualization without limits
Presentation power vm virtualization without limitssolarisyougood
 
Veloxum corporate introduction for crowdfunder may 29 2012
Veloxum corporate introduction for crowdfunder may 29 2012Veloxum corporate introduction for crowdfunder may 29 2012
Veloxum corporate introduction for crowdfunder may 29 2012Veloxum Corporation
 
Workshop: XenClient Serve & Manage your road warriors with local virtual desktop
Workshop: XenClient Serve & Manage your road warriors with local virtual desktopWorkshop: XenClient Serve & Manage your road warriors with local virtual desktop
Workshop: XenClient Serve & Manage your road warriors with local virtual desktopDigicomp Academy AG
 

What's hot (20)

Realtime scheduling for virtual machines in SKT
Realtime scheduling for virtual machines in SKTRealtime scheduling for virtual machines in SKT
Realtime scheduling for virtual machines in SKT
 
XS Boston 2008 Fault Tolerance
XS Boston 2008 Fault ToleranceXS Boston 2008 Fault Tolerance
XS Boston 2008 Fault Tolerance
 
XS Japan 2008 Ganeti English
XS Japan 2008 Ganeti EnglishXS Japan 2008 Ganeti English
XS Japan 2008 Ganeti English
 
UDS 2012 Xen
UDS 2012 XenUDS 2012 Xen
UDS 2012 Xen
 
Sierraware ARM hypervisor
Sierraware ARM hypervisor Sierraware ARM hypervisor
Sierraware ARM hypervisor
 
Cots moves to multicore: AMD
Cots moves to multicore: AMDCots moves to multicore: AMD
Cots moves to multicore: AMD
 
Cooperative VM Migration for a virtualized HPC Cluster with VMM-bypass I/O de...
Cooperative VM Migration for a virtualized HPC Cluster with VMM-bypass I/O de...Cooperative VM Migration for a virtualized HPC Cluster with VMM-bypass I/O de...
Cooperative VM Migration for a virtualized HPC Cluster with VMM-bypass I/O de...
 
XS Oracle 2009 Vm Snapshots
XS Oracle 2009 Vm SnapshotsXS Oracle 2009 Vm Snapshots
XS Oracle 2009 Vm Snapshots
 
XS Oracle 2009 Intro Slides
XS Oracle 2009 Intro SlidesXS Oracle 2009 Intro Slides
XS Oracle 2009 Intro Slides
 
Embedded Virtualization for Mobile Devices
Embedded Virtualization for Mobile DevicesEmbedded Virtualization for Mobile Devices
Embedded Virtualization for Mobile Devices
 
XS Oracle 2009 Error Detection
XS Oracle 2009 Error DetectionXS Oracle 2009 Error Detection
XS Oracle 2009 Error Detection
 
Minimizing I/O Latency in Xen-ARM
Minimizing I/O Latency in Xen-ARMMinimizing I/O Latency in Xen-ARM
Minimizing I/O Latency in Xen-ARM
 
ARM and SoC Traning Part I -- Overview
ARM and SoC Traning Part I -- OverviewARM and SoC Traning Part I -- Overview
ARM and SoC Traning Part I -- Overview
 
virtualization tutorial at ACM bangalore Compute 2009
virtualization tutorial at ACM bangalore Compute 2009virtualization tutorial at ACM bangalore Compute 2009
virtualization tutorial at ACM bangalore Compute 2009
 
Linux PV on HVM
Linux PV on HVMLinux PV on HVM
Linux PV on HVM
 
z/VM 6.2: Increasing the Endless Possibilities of Virtualization
z/VM 6.2: Increasing the Endless Possibilities of Virtualizationz/VM 6.2: Increasing the Endless Possibilities of Virtualization
z/VM 6.2: Increasing the Endless Possibilities of Virtualization
 
SAP Virtualization Week 2012 - The Lego Cloud
SAP Virtualization Week 2012 - The Lego CloudSAP Virtualization Week 2012 - The Lego Cloud
SAP Virtualization Week 2012 - The Lego Cloud
 
Presentation power vm virtualization without limits
Presentation   power vm virtualization without limitsPresentation   power vm virtualization without limits
Presentation power vm virtualization without limits
 
Veloxum corporate introduction for crowdfunder may 29 2012
Veloxum corporate introduction for crowdfunder may 29 2012Veloxum corporate introduction for crowdfunder may 29 2012
Veloxum corporate introduction for crowdfunder may 29 2012
 
Workshop: XenClient Serve & Manage your road warriors with local virtual desktop
Workshop: XenClient Serve & Manage your road warriors with local virtual desktopWorkshop: XenClient Serve & Manage your road warriors with local virtual desktop
Workshop: XenClient Serve & Manage your road warriors with local virtual desktop
 

Viewers also liked

Scheduler performance in manycore architecture
Scheduler performance in manycore architectureScheduler performance in manycore architecture
Scheduler performance in manycore architecturechiportal
 
Track c-High speed transaction-based hw-sw coverification -eve
Track c-High speed transaction-based hw-sw coverification -eveTrack c-High speed transaction-based hw-sw coverification -eve
Track c-High speed transaction-based hw-sw coverification -evechiportal
 
Track f evolving trusted platforms - arm
Track f   evolving trusted platforms - armTrack f   evolving trusted platforms - arm
Track f evolving trusted platforms - armchiportal
 
Designing at 2x nanometers Some New Problems Appear & Some Old Ones Remain
Designing at 2x nanometers Some New Problems Appear & Some Old Ones RemainDesigning at 2x nanometers Some New Problems Appear & Some Old Ones Remain
Designing at 2x nanometers Some New Problems Appear & Some Old Ones Remainchiportal
 
Rocketick accelerated verilog simulations
Rocketick  accelerated verilog simulationsRocketick  accelerated verilog simulations
Rocketick accelerated verilog simulationschiportal
 
iNNOVEX2014 - Satjiv Chahil
iNNOVEX2014 - Satjiv ChahiliNNOVEX2014 - Satjiv Chahil
iNNOVEX2014 - Satjiv Chahilchiportal
 
ビジネスマン必見!キレイな提案書を作るためのデザインの基礎知識
ビジネスマン必見!キレイな提案書を作るためのデザインの基礎知識ビジネスマン必見!キレイな提案書を作るためのデザインの基礎知識
ビジネスマン必見!キレイな提案書を作るためのデザインの基礎知識Tsutomu Sogitani
 
Analíticas del aprendizaje: una perspectiva crítica
Analíticas del aprendizaje: una perspectiva críticaAnalíticas del aprendizaje: una perspectiva crítica
Analíticas del aprendizaje: una perspectiva críticaCENT
 

Viewers also liked (8)

Scheduler performance in manycore architecture
Scheduler performance in manycore architectureScheduler performance in manycore architecture
Scheduler performance in manycore architecture
 
Track c-High speed transaction-based hw-sw coverification -eve
Track c-High speed transaction-based hw-sw coverification -eveTrack c-High speed transaction-based hw-sw coverification -eve
Track c-High speed transaction-based hw-sw coverification -eve
 
Track f evolving trusted platforms - arm
Track f   evolving trusted platforms - armTrack f   evolving trusted platforms - arm
Track f evolving trusted platforms - arm
 
Designing at 2x nanometers Some New Problems Appear & Some Old Ones Remain
Designing at 2x nanometers Some New Problems Appear & Some Old Ones RemainDesigning at 2x nanometers Some New Problems Appear & Some Old Ones Remain
Designing at 2x nanometers Some New Problems Appear & Some Old Ones Remain
 
Rocketick accelerated verilog simulations
Rocketick  accelerated verilog simulationsRocketick  accelerated verilog simulations
Rocketick accelerated verilog simulations
 
iNNOVEX2014 - Satjiv Chahil
iNNOVEX2014 - Satjiv ChahiliNNOVEX2014 - Satjiv Chahil
iNNOVEX2014 - Satjiv Chahil
 
ビジネスマン必見!キレイな提案書を作るためのデザインの基礎知識
ビジネスマン必見!キレイな提案書を作るためのデザインの基礎知識ビジネスマン必見!キレイな提案書を作るためのデザインの基礎知識
ビジネスマン必見!キレイな提案書を作るためのデザインの基礎知識
 
Analíticas del aprendizaje: una perspectiva crítica
Analíticas del aprendizaje: una perspectiva críticaAnalíticas del aprendizaje: una perspectiva crítica
Analíticas del aprendizaje: una perspectiva crítica
 

Similar to Track A-Shmuel Panijel, Windriver

Virtualization Technology Overview
Virtualization Technology OverviewVirtualization Technology Overview
Virtualization Technology OverviewOpenCity Community
 
Data center Technologies
Data center TechnologiesData center Technologies
Data center TechnologiesEMC
 
Engineered Systems: Oracle’s Vision for the Future
Engineered Systems: Oracle’s Vision for the FutureEngineered Systems: Oracle’s Vision for the Future
Engineered Systems: Oracle’s Vision for the FutureBob Rhubart
 
分会场二深入分析Veritas cluster server和storage foundation在aix高可用以及灾难恢复环境下如何对存储管理进行优化
分会场二深入分析Veritas cluster server和storage foundation在aix高可用以及灾难恢复环境下如何对存储管理进行优化分会场二深入分析Veritas cluster server和storage foundation在aix高可用以及灾难恢复环境下如何对存储管理进行优化
分会场二深入分析Veritas cluster server和storage foundation在aix高可用以及灾难恢复环境下如何对存储管理进行优化ITband
 
webinar vmware v-sphere performance management Challenges and Best Practices
webinar vmware v-sphere performance management Challenges and Best Practiceswebinar vmware v-sphere performance management Challenges and Best Practices
webinar vmware v-sphere performance management Challenges and Best PracticesMetron
 
Mpls conference 2016-data center virtualisation-11-march
Mpls conference 2016-data center virtualisation-11-marchMpls conference 2016-data center virtualisation-11-march
Mpls conference 2016-data center virtualisation-11-marchAricent
 
Best Practices for Virtualizing Hadoop
Best Practices for Virtualizing HadoopBest Practices for Virtualizing Hadoop
Best Practices for Virtualizing HadoopDataWorks Summit
 
Sdc 2012-how-can-hypervisors-leverage-advanced-storage-features-v7.6(20-9-2012)
Sdc 2012-how-can-hypervisors-leverage-advanced-storage-features-v7.6(20-9-2012)Sdc 2012-how-can-hypervisors-leverage-advanced-storage-features-v7.6(20-9-2012)
Sdc 2012-how-can-hypervisors-leverage-advanced-storage-features-v7.6(20-9-2012)Abhijeet Kulkarni
 
OneCommand Vision 2.1 webcast: Cutting edge LUN SLAs, AIX on PowerPC and flex...
OneCommand Vision 2.1 webcast: Cutting edge LUN SLAs, AIX on PowerPC and flex...OneCommand Vision 2.1 webcast: Cutting edge LUN SLAs, AIX on PowerPC and flex...
OneCommand Vision 2.1 webcast: Cutting edge LUN SLAs, AIX on PowerPC and flex...Emulex Corporation
 
DataCore Software - The one and only Storage Hypervisor
DataCore Software - The one and only Storage HypervisorDataCore Software - The one and only Storage Hypervisor
DataCore Software - The one and only Storage HypervisorASBIS SK
 
Openstorage with OpenStack, by Bradley
Openstorage with OpenStack, by BradleyOpenstorage with OpenStack, by Bradley
Openstorage with OpenStack, by BradleyHui Cheng
 
Pm 01 bradley stone_openstorage_openstack
Pm 01 bradley stone_openstorage_openstackPm 01 bradley stone_openstorage_openstack
Pm 01 bradley stone_openstorage_openstackOpenCity Community
 
Virtualization for Development
Virtualization for DevelopmentVirtualization for Development
Virtualization for Developmentelliando dias
 
ARM Architecture-based System Virtualization: Xen ARM open source software pr...
ARM Architecture-based System Virtualization: Xen ARM open source software pr...ARM Architecture-based System Virtualization: Xen ARM open source software pr...
ARM Architecture-based System Virtualization: Xen ARM open source software pr...The Linux Foundation
 

Similar to Track A-Shmuel Panijel, Windriver (20)

Virtualization Technology Overview
Virtualization Technology OverviewVirtualization Technology Overview
Virtualization Technology Overview
 
Data center Technologies
Data center TechnologiesData center Technologies
Data center Technologies
 
XS Boston 2008 OVF
XS Boston 2008 OVFXS Boston 2008 OVF
XS Boston 2008 OVF
 
Engineered Systems: Oracle’s Vision for the Future
Engineered Systems: Oracle’s Vision for the FutureEngineered Systems: Oracle’s Vision for the Future
Engineered Systems: Oracle’s Vision for the Future
 
101 cd 1415-1445
101 cd 1415-1445101 cd 1415-1445
101 cd 1415-1445
 
分会场二深入分析Veritas cluster server和storage foundation在aix高可用以及灾难恢复环境下如何对存储管理进行优化
分会场二深入分析Veritas cluster server和storage foundation在aix高可用以及灾难恢复环境下如何对存储管理进行优化分会场二深入分析Veritas cluster server和storage foundation在aix高可用以及灾难恢复环境下如何对存储管理进行优化
分会场二深入分析Veritas cluster server和storage foundation在aix高可用以及灾难恢复环境下如何对存储管理进行优化
 
webinar vmware v-sphere performance management Challenges and Best Practices
webinar vmware v-sphere performance management Challenges and Best Practiceswebinar vmware v-sphere performance management Challenges and Best Practices
webinar vmware v-sphere performance management Challenges and Best Practices
 
L4 Microkernel :: Design Overview
L4 Microkernel :: Design OverviewL4 Microkernel :: Design Overview
L4 Microkernel :: Design Overview
 
Xen Community Update 2011
Xen Community Update 2011Xen Community Update 2011
Xen Community Update 2011
 
Mpls conference 2016-data center virtualisation-11-march
Mpls conference 2016-data center virtualisation-11-marchMpls conference 2016-data center virtualisation-11-march
Mpls conference 2016-data center virtualisation-11-march
 
Best Practices for Virtualizing Hadoop
Best Practices for Virtualizing HadoopBest Practices for Virtualizing Hadoop
Best Practices for Virtualizing Hadoop
 
Sdc 2012-how-can-hypervisors-leverage-advanced-storage-features-v7.6(20-9-2012)
Sdc 2012-how-can-hypervisors-leverage-advanced-storage-features-v7.6(20-9-2012)Sdc 2012-how-can-hypervisors-leverage-advanced-storage-features-v7.6(20-9-2012)
Sdc 2012-how-can-hypervisors-leverage-advanced-storage-features-v7.6(20-9-2012)
 
Xen revisited
Xen revisitedXen revisited
Xen revisited
 
Server virtualization
Server virtualizationServer virtualization
Server virtualization
 
OneCommand Vision 2.1 webcast: Cutting edge LUN SLAs, AIX on PowerPC and flex...
OneCommand Vision 2.1 webcast: Cutting edge LUN SLAs, AIX on PowerPC and flex...OneCommand Vision 2.1 webcast: Cutting edge LUN SLAs, AIX on PowerPC and flex...
OneCommand Vision 2.1 webcast: Cutting edge LUN SLAs, AIX on PowerPC and flex...
 
DataCore Software - The one and only Storage Hypervisor
DataCore Software - The one and only Storage HypervisorDataCore Software - The one and only Storage Hypervisor
DataCore Software - The one and only Storage Hypervisor
 
Openstorage with OpenStack, by Bradley
Openstorage with OpenStack, by BradleyOpenstorage with OpenStack, by Bradley
Openstorage with OpenStack, by Bradley
 
Pm 01 bradley stone_openstorage_openstack
Pm 01 bradley stone_openstorage_openstackPm 01 bradley stone_openstorage_openstack
Pm 01 bradley stone_openstorage_openstack
 
Virtualization for Development
Virtualization for DevelopmentVirtualization for Development
Virtualization for Development
 
ARM Architecture-based System Virtualization: Xen ARM open source software pr...
ARM Architecture-based System Virtualization: Xen ARM open source software pr...ARM Architecture-based System Virtualization: Xen ARM open source software pr...
ARM Architecture-based System Virtualization: Xen ARM open source software pr...
 

More from chiportal

Prof. Zhihua Wang, Tsinghua University, Beijing, China
Prof. Zhihua Wang, Tsinghua University, Beijing, China Prof. Zhihua Wang, Tsinghua University, Beijing, China
Prof. Zhihua Wang, Tsinghua University, Beijing, China chiportal
 
Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...
Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...
Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...chiportal
 
Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...
Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...
Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...chiportal
 
Prof. Uri Weiser,Technion
Prof. Uri Weiser,TechnionProf. Uri Weiser,Technion
Prof. Uri Weiser,Technionchiportal
 
Ken Liao, Senior Associate VP, Faraday
Ken Liao, Senior Associate VP, FaradayKen Liao, Senior Associate VP, Faraday
Ken Liao, Senior Associate VP, Faradaychiportal
 
Prof. Danny Raz, Director, Bell Labs Israel, Nokia
 Prof. Danny Raz, Director, Bell Labs Israel, Nokia  Prof. Danny Raz, Director, Bell Labs Israel, Nokia
Prof. Danny Raz, Director, Bell Labs Israel, Nokia chiportal
 
Marco Casale-Rossi, Product Mktg. Manager, Synopsys
Marco Casale-Rossi, Product Mktg. Manager, SynopsysMarco Casale-Rossi, Product Mktg. Manager, Synopsys
Marco Casale-Rossi, Product Mktg. Manager, Synopsyschiportal
 
Dr.Efraim Aharoni, ESD Leader, TowerJazz
Dr.Efraim Aharoni, ESD Leader, TowerJazzDr.Efraim Aharoni, ESD Leader, TowerJazz
Dr.Efraim Aharoni, ESD Leader, TowerJazzchiportal
 
Eddy Kvetny, System Engineering Group Leader, Intel
Eddy Kvetny, System Engineering Group Leader, IntelEddy Kvetny, System Engineering Group Leader, Intel
Eddy Kvetny, System Engineering Group Leader, Intelchiportal
 
Dr. John Bainbridge, Principal Application Architect, NetSpeed
 Dr. John Bainbridge, Principal Application Architect, NetSpeed  Dr. John Bainbridge, Principal Application Architect, NetSpeed
Dr. John Bainbridge, Principal Application Architect, NetSpeed chiportal
 
Xavier van Ruymbeke, App. Engineer, Arteris
Xavier van Ruymbeke, App. Engineer, ArterisXavier van Ruymbeke, App. Engineer, Arteris
Xavier van Ruymbeke, App. Engineer, Arterischiportal
 
Asi Lifshitz, VP R&D, Vtool
Asi Lifshitz, VP R&D, VtoolAsi Lifshitz, VP R&D, Vtool
Asi Lifshitz, VP R&D, Vtoolchiportal
 
Zvika Rozenshein,General Manager, EngineeringIQ
Zvika Rozenshein,General Manager, EngineeringIQZvika Rozenshein,General Manager, EngineeringIQ
Zvika Rozenshein,General Manager, EngineeringIQchiportal
 
Lewis Chu,Marketing Director,GUC
Lewis Chu,Marketing Director,GUC Lewis Chu,Marketing Director,GUC
Lewis Chu,Marketing Director,GUC chiportal
 
Kunal Varshney, VLSI Engineer, Open-Silicon
Kunal Varshney, VLSI Engineer, Open-SiliconKunal Varshney, VLSI Engineer, Open-Silicon
Kunal Varshney, VLSI Engineer, Open-Siliconchiportal
 
Gert Goossens,Sen. Director, ASIP Tools, Synopsys
Gert Goossens,Sen. Director, ASIP Tools, SynopsysGert Goossens,Sen. Director, ASIP Tools, Synopsys
Gert Goossens,Sen. Director, ASIP Tools, Synopsyschiportal
 
Tuvia Liran, Director of VLSI, Nano Retina
Tuvia Liran, Director of VLSI, Nano RetinaTuvia Liran, Director of VLSI, Nano Retina
Tuvia Liran, Director of VLSI, Nano Retinachiportal
 
Sagar Kadam, Lead Software Engineer, Open-Silicon
Sagar Kadam, Lead Software Engineer, Open-SiliconSagar Kadam, Lead Software Engineer, Open-Silicon
Sagar Kadam, Lead Software Engineer, Open-Siliconchiportal
 
Ronen Shtayer,Director of ASG Operations & PMO, NXP Semiconductor
Ronen Shtayer,Director of ASG Operations & PMO, NXP SemiconductorRonen Shtayer,Director of ASG Operations & PMO, NXP Semiconductor
Ronen Shtayer,Director of ASG Operations & PMO, NXP Semiconductorchiportal
 
Prof. Emanuel Cohen, Technion
Prof. Emanuel Cohen, TechnionProf. Emanuel Cohen, Technion
Prof. Emanuel Cohen, Technionchiportal
 

More from chiportal (20)

Prof. Zhihua Wang, Tsinghua University, Beijing, China
Prof. Zhihua Wang, Tsinghua University, Beijing, China Prof. Zhihua Wang, Tsinghua University, Beijing, China
Prof. Zhihua Wang, Tsinghua University, Beijing, China
 
Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...
Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...
Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...
 
Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...
Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...
Prof. Steve Furber, University of Manchester, Principal Designer of the BBC M...
 
Prof. Uri Weiser,Technion
Prof. Uri Weiser,TechnionProf. Uri Weiser,Technion
Prof. Uri Weiser,Technion
 
Ken Liao, Senior Associate VP, Faraday
Ken Liao, Senior Associate VP, FaradayKen Liao, Senior Associate VP, Faraday
Ken Liao, Senior Associate VP, Faraday
 
Prof. Danny Raz, Director, Bell Labs Israel, Nokia
 Prof. Danny Raz, Director, Bell Labs Israel, Nokia  Prof. Danny Raz, Director, Bell Labs Israel, Nokia
Prof. Danny Raz, Director, Bell Labs Israel, Nokia
 
Marco Casale-Rossi, Product Mktg. Manager, Synopsys
Marco Casale-Rossi, Product Mktg. Manager, SynopsysMarco Casale-Rossi, Product Mktg. Manager, Synopsys
Marco Casale-Rossi, Product Mktg. Manager, Synopsys
 
Dr.Efraim Aharoni, ESD Leader, TowerJazz
Dr.Efraim Aharoni, ESD Leader, TowerJazzDr.Efraim Aharoni, ESD Leader, TowerJazz
Dr.Efraim Aharoni, ESD Leader, TowerJazz
 
Eddy Kvetny, System Engineering Group Leader, Intel
Eddy Kvetny, System Engineering Group Leader, IntelEddy Kvetny, System Engineering Group Leader, Intel
Eddy Kvetny, System Engineering Group Leader, Intel
 
Dr. John Bainbridge, Principal Application Architect, NetSpeed
 Dr. John Bainbridge, Principal Application Architect, NetSpeed  Dr. John Bainbridge, Principal Application Architect, NetSpeed
Dr. John Bainbridge, Principal Application Architect, NetSpeed
 
Xavier van Ruymbeke, App. Engineer, Arteris
Xavier van Ruymbeke, App. Engineer, ArterisXavier van Ruymbeke, App. Engineer, Arteris
Xavier van Ruymbeke, App. Engineer, Arteris
 
Asi Lifshitz, VP R&D, Vtool
Asi Lifshitz, VP R&D, VtoolAsi Lifshitz, VP R&D, Vtool
Asi Lifshitz, VP R&D, Vtool
 
Zvika Rozenshein,General Manager, EngineeringIQ
Zvika Rozenshein,General Manager, EngineeringIQZvika Rozenshein,General Manager, EngineeringIQ
Zvika Rozenshein,General Manager, EngineeringIQ
 
Lewis Chu,Marketing Director,GUC
Lewis Chu,Marketing Director,GUC Lewis Chu,Marketing Director,GUC
Lewis Chu,Marketing Director,GUC
 
Kunal Varshney, VLSI Engineer, Open-Silicon
Kunal Varshney, VLSI Engineer, Open-SiliconKunal Varshney, VLSI Engineer, Open-Silicon
Kunal Varshney, VLSI Engineer, Open-Silicon
 
Gert Goossens,Sen. Director, ASIP Tools, Synopsys
Gert Goossens,Sen. Director, ASIP Tools, SynopsysGert Goossens,Sen. Director, ASIP Tools, Synopsys
Gert Goossens,Sen. Director, ASIP Tools, Synopsys
 
Tuvia Liran, Director of VLSI, Nano Retina
Tuvia Liran, Director of VLSI, Nano RetinaTuvia Liran, Director of VLSI, Nano Retina
Tuvia Liran, Director of VLSI, Nano Retina
 
Sagar Kadam, Lead Software Engineer, Open-Silicon
Sagar Kadam, Lead Software Engineer, Open-SiliconSagar Kadam, Lead Software Engineer, Open-Silicon
Sagar Kadam, Lead Software Engineer, Open-Silicon
 
Ronen Shtayer,Director of ASG Operations & PMO, NXP Semiconductor
Ronen Shtayer,Director of ASG Operations & PMO, NXP SemiconductorRonen Shtayer,Director of ASG Operations & PMO, NXP Semiconductor
Ronen Shtayer,Director of ASG Operations & PMO, NXP Semiconductor
 
Prof. Emanuel Cohen, Technion
Prof. Emanuel Cohen, TechnionProf. Emanuel Cohen, Technion
Prof. Emanuel Cohen, Technion
 

Recently uploaded

Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 

Recently uploaded (20)

Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 

Track A-Shmuel Panijel, Windriver

  • 1. Developing Embedded Systems with Multicore and Virtualization Samuel Panijel Regional Engineering Manager Wind River Q2-2011 May 4, 2011 1
  • 2. Context • Multicore and virtualization are creating a disruption in the embedded industry – Multicore provides more processing power for less power – Virtualization provides partitioning on single and multicore silicon • Wind River provides a broad portfolio of technology to assist the migration to multicore – Runtimes, Middleware, Virtualization and Tooling • This presentation will focus on the use of virtualization – For single and multicore – Based on the Wind River Hypervisor for Embedded 2 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 2
  • 3. Agenda • Multicore and virtualization overview – An introduction to AMP, SMP and Virtualization • Virtualization capabilities • Virtualization details – Modes of virtualization – The mechanisms behind virtualization – Virtualizing memory, cores, devices, interrupts – Inter-board communication How to design your next generation of devices 3 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 3
  • 4. Primary Multicore Software Configurations “Traditional” Virtualization OS OS OS Single Core Hypervisor CPU CPU SMP Unsupervised AMP Supervised AMP (sAMP) OS OS OS OS OS Multicore Supervisor Core 1 Core 2 Core 1 Core 2 Core 1 Core 2 Arbitrary combinations of these primary configurations can be used to create more advanced configurations. OS: Could be VxWorks, Wind River Linux, or other executive or OS 4 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 4
  • 5. Symmetric Multiprocessing (SMP) • A lot of experience • Works well for parallel algorithms • OS performs scheduling and load balancing • A viable solution, depending on your needs – Does not always scale with many cores SMP • Linux and VxWorks SMP OS Core 1 Core 2 5 | © 2010 Wind River. All Rights Reserved. May 4, 2011 5
  • 6. Asymmetric Multiprocessing (AMP) • One operating system per core • Questions raised in regard to configuring and run-time – Who “owns” devices? – How is memory split? Unsupervised AMP – How is memory protected? OS OS – How is this configured? Core 1 Core 2 – How is this built into the kernel? • Mixed operating systems? 6 | © 2010 Wind River. All Rights Reserved. May 4, 2011 6
  • 7. Choosing Supervised AMP What Is sAMP? – AMP, but guarded by a supervisor When to Use sAMP – Memory and device partitioning (protection, robustness) – Flexibility in the mapping of hardware to software Supervised AMP (sAMP) – Memory virtualization (each OS starts at 0x0) OS OS – Reuse of the same image multiple times Supervisor – Out-of-the-box life cycle management Core 1 Core 2 9 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 9
  • 8. Agenda • Multicore and virtualization overview – An introduction to AMP, SMP and Virtualization • Virtualization capabilities • Virtualization details – Modes of virtualization – The mechanisms behind virtualization – Virtualizing memory, cores, devices, interrupts – Inter-board communication How to design your next generation of devices 10 | © 2010 Wind River. All Rights Reserved. May 4, 2011 10
  • 9. Virtualization • Partitioning is a benefit of virtualization • Virtualization partitions the hardware into virtual boards • The virtualization layer gives the board access to – Virtualized processing cores (optional) – Virtualized memory – Virtualized devices and interrupts • Virtualization can be done in a scalable fashion Hypervisor Core Virtualization Guest Protection Protected Supervisor Core Protection Virtual Memory and Devices Interrupts Supervisor Resource Partitioning Boot Life Cycle Management Debugging 11© 2009 Wind River. All Rights Reserved. | | © 2010 Wind River. All Rights Reserved. May 4, 2011 11
  • 10. An Example Virtualization Scenario Virtual Board 1 Virtual Board 2 Virtual Board 3 Application Application Application VxWorks MIPC Wind River Linux Ethernet IDE Serial Ethernet VCore Memory Timer VCore Memory Timer VCore Memory Timer Configuration Wind River Hypervisor Physical Board IDE Ethernet Timer Serial Memory Core Core 12 | © 2010 Wind River. All Rights Reserved. May 4, 2011 12
  • 11. Summary of the Example • Virtual boards – Virtual board scheduling if required • Virtualized memory • Virtualized processing cores • Virtualized devices • Inter-board communication • Configuration and debugging Virtualization provides new and flexible design capabilities for single and multicore systems 13 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 13
  • 12. Virtualization Performance • Virtualization needs to have minimal cost • Wind River and customer benchmarking – sAMP: Overall cost is less than 1% – Core virtualized: With significant load only a few percent, similar to running multiple processes – Some additional latency to interrupt handling • Actual performance depends on – Processor, board, application – Multicore configuration • The additional design capabilities and flexibility typically outweigh any potential overhead 14 | © 2010 Wind River. All Rights Reserved. May 4, 2011 14
  • 13. Agenda • Multicore and virtualization overview – An introduction to AMP, SMP and Virtualization • Virtualization capabilities • Virtualization details – Modes of virtualization – The mechanisms behind virtualization – Virtualizing memory, cores, devices, interrupts – Inter-board communication How to design your next generation of devices 15 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 15
  • 14. Virtualization Principles The hypervisor adds an additional layer of indirection to between the OS and the physical hardware The hypervisor virtualizes the hardware and executes guest operating systems. The level of virtualization can be configured based on device needs Guest Guest Guest Hypervisor 16 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 16
  • 15. Hypervisor Mechanics • OS privilege modes • Emulation vs. paravirtualization vs. hardware assist • Different types of hypervisors • Memory • Devices, interrupts • Inter board communication 17 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 17
  • 16. Privilege Modes Operating systems work in privilege modes: The OS kernel itself can do anything with the hardware Device drivers are more restricted User applications/components are least privileged Ring 3 Ring 2 Least Privileged Ring 1 Ring 0 Kernel Example based on Intel privilege rings, other processors have similar Device Drivers concepts Device Drivers Most Privileged Applications Intel privilege rings source: Wikipedia 18 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 18
  • 17. Hypervisor Is The Most Powerful Reserve the highest privilege mode for the hypervisor. Lower operating system privilege modes through – Emulation Ring 3 – Paravirtualization Ring 2 Least Privileged Ring 1 – Hardware assist Ring 0 Kernel Device Drivers Device Drivers Applications Most Privileged Hypervisor 20 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 20
  • 18. Approaches to Virtualization System Virtualization Hardware Virtualization Hardware Emulation Type 1 – Native Type 2 – Hosted Paravirtualized Full Virtualization (Transparent) Hardware Dynamic Binary Assisted Translation 21 | © 2010 Wind River. All Rights Reserved. May 4, 2011 21
  • 19. Privilege Modes – Hardware Assist • Privilege modes are processor specific. You cannot just “add” another mode. Only the silicon vendor can: – Freescale e500mc – Intel VTx – Virtualization-aware instruction set (aka hardware-assisted virtualization) • If not available, paravirtualization will be more for the OS developer. Often the truth is in the middle: a mix of software and hardware assist. 22 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 22
  • 20. Privilege Modes – Paravirtualization • Modify the guest operating system, to collaborate with the hypervisor. • Reduce the privilege level during design time. • Provide a collaborative system approach. • Use for embedded. • Handle devices: – In the hypervisor (impact to hypervisor size and stability) – In a specially crafted guest (guest running in privilege) – Directly assigned to guest 23 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 23
  • 21. Mixing Technologies Mixing of Paravirtualization and Hardware Assist • Use the best of both worlds for embedded – Paravirtualization collaboration of OS with hypervisor (avoid privilege code and call hypervisor instead) – Hardware assist using silicon (great for address translation) Wind River hypervisor uses a mix of paravirtualization and hardware assist, if the processor supports it. 24 | © 2010 Wind River. All Rights Reserved. May 4, 2011 24
  • 22. Type 1 vs. Type 2 Hypervisor A type 1 hypervisor runs directly on the hardware, managing resources, and providing services to guests A type 2 hypervisor is hosted in another operating system (the host) Guest Guest Hypervisor Hypervisor Host Type 1 Type 2 The difference between type 1 and type 2 is not as simple and useful as it seems 25 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 25
  • 23. Embedded vs. IT Hypervisors Guest Guest Driver Dom0 Guest Guest Guest Driver Emu Driver Driver Emu Driver Hypervisor Hypervisor Hypervisor Embedded IT – Slim IT – Fat Slim and Fat provide more IT-level capabilities (VM migration, load balancing, full device virtualization) and hence carry an overhead cost. Wind River Hypervisor is custom built for embedded and provides better performance 28 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 28
  • 24. Manage Memory • Every guest expects memory from 0x0 – MAXMEM. • Hypervisor provides translation and protection. • It uses flat or guest virtual memory. Guest Guest Guest 0x0 MAXMEM Virtual Physical 0x0 MAXPHYSMEM 30 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 30
  • 25. Manage Memory – Special Mappings • Possible to provide noncontinuous mapping • Possible to provide shared memory – Shared segment can be put anywhere in guest memory Guest Guest Guest 0x0 Virtual Physical Shared 31 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 31
  • 26. Device Support Driver Guest Fastest, native performance Direct Recommended where possible Driver Guest Guest One owner Shared Others share shDev Driver Guest Guest Driver in hypervisor Driver Virtualized Stub Stub Hypervisor Stubs in the guest Driver Hypervisor Driver in hypervisor Guest Guest Driver1 Emulated Emulation in hypervisor Driver1 Driver1 Emulation Regular driver in guest Driver2 Hypervisor 34 | © 2010 Wind River. All Rights Reserved. May 4, 2011 34
  • 27. Devices Access – Virtual Interrupts Running Virtual Board Virtual Board Guest Guest Virtual Interrupt Controller Virtual Interrupt Controller Interrupt Pending Interrupt Pending Interrupt Wind River Hypervisor Interrupt Controller 38 | © 2010 Wind River. All Rights Reserved. May 4, 2011 38
  • 28. Core Virtualization – Schedulers • Two different schedulers available • Priority – Each virtual board has a priority – Highest priority board that is non-idle is on-processor – Boards with the same priority are scheduled round-robin • Time slice – Each virtual board gets a designated time slice – Only single core • Scheduler is pluggable – Other scheduling algorithms can be plugged into the hypervisor 40 | © 2010 Wind River. All Rights Reserved. May 4, 2011 40
  • 29. Inter-Board Communication • Shared memory can be given to each board – Easy way to share large amounts of data – Synchronization through asynchronous messaging • For signaling, or using zero-copy data sending • MultiOS Inter Processor Communication (MIPC) • Asynchronous messaging promotes parallel algorithms • MultiOS Inter Processor Communication (MIPC) – Fast communication for multicore and virtualization – Socket-like API for easy migration – Wind River standard API between OSes in any configuration – Uses shared memory©andWind River. All Rights Reserved. 42 | 2010 interrupts May 4, 2011 42
  • 30. Services on top of MIPC • MIPC Network Device (MND) – TCP/IP layered on top of MIPC – Slower than MIPC, but offers TCP/IP layer • MIPC Serial Device (MSD) – Ability to use a single serial port with multiple guests – For terminal access, as well as printf for example for debugging • MIPC File System (MFS) 43 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 43
  • 31. The How – Tailored IPCs • Shared memory Physical Board – High performance Core 1 Virtual Board Core 2 Virtual Board Virtual Board • MIPC App 4 App 5 App 6 – High performance, zero copy MIPC MIPC MIPC VxWorks Linux 1 Linux 2 – OS independent – 20K footprint – Hardware support Physical Board – Static topology Virtual Board Core Virtual Board Physical Board App • TIPC App App TIPC TIPC TIPC – 100K footprint Linux 3 Linux 1 Linux 2 – Full-featured Ethernet – Transparent multiboard Ethernet – Dynamic topology 44 | © 2010 Wind River. All Rights Reserved. May 4, 2011 44
  • 32. Building a System (Standard Approach) Hypervisor ELF Boot Image Image (hypervisor.elf) (ELF format) VxWorks ELF Image (vxworks.elf) Linux Packaging Linux ELF Image (vmlinux.elf) Tool VxWorks Image Manifest Hypervisor XML Configuration May 4, 2011 45
  • 33. Booting and Lifecycle (Standard Approach) Boot Image (ELF format) VB1 VB2 Linux App App VxWorks VxWorks Linux Image Manifest Wind River Hypervisor Hypervisor • Hypervisor boots from ROM file system • Hypervisor first (very quickly), then the appropriate VB • VBs can be stopped, reloaded and restarted from initial image • VB could contain a bootloader 46 May 4, 2011 46
  • 34. Virtualization Details – Summary • Modes of virtualization • The mechanisms behind virtualization • Virtualizing memory, cores, devices, interrupts • Inter-board communication Ring 3 Ring 3 Ring 3 Ring 2 Ring 2 Ring 2 Ring 1 Ring 1 Ring 1 Ring 0 Ring 0 Ring 0 Kernel Kernel Kernel Device Drivers Device Drivers Device Drivers Device Drivers Device Drivers Device Drivers Applications Applications Applications Hypervisor Core 0 Core 1 47 May 4, 2011 | © 2010 Wind River. All Rights Reserved. 47
  • 35. Benefits of Virtualization Provides the ability to … Resulting in … Partition a system Reduced time to market Evolve the partitioning Reduced risk Protect partitions Reduced BOM Reuse legacy code Investment protection Share devices Future proofing Verify a configuration 49 | © 2010 Wind River. All Rights Reserved. May 4, 2011 49
  • 36. Multi-Context Debugging with OCD & Wind River Hypervisor Debug Context View Visibility to physical cores - registers - bit level details - memory Target Manager - cache Multiple virtual boards (VBs) running VxWorks in hypervised environment Fine-grained breakpoint control with association to multiple contexts Deep visibility and granular control to debug complex system issues: Examples: inter-core race lock conditions, synchronization, message passing. May 4, 2011 54