SlideShare uma empresa Scribd logo
1 de 16
Baixar para ler offline
Multicore scheduling in automotive ECUs
 Aurélien Monot - PSA Peugeot Citroën, LORIA
 Nicolas Navet - INRIA, RealTime-at-Work
 Françoise Simonot - LORIA
 Bernard Bavoux - PSA Peugeot Citroën



  Talk at ERTS2 2010
  Toulouse, May 21st 2010
2




                         Outlook

Context:
New tools and methodologies are needed as multicore ECUs
are being introduced in the automotive EE architecture.


Problem:
How to address the scheduling of numerous runnables on a
multicore ECUs in the context of the automotive domain?


Method:
Deployment of load balancing algorithms in ECU configuration
tools.
3



   The case of a generic car manufacturer



         Typical number of ECUs in a car in 2000 : 20
       Typical number of ECUs in a car in 2010 : over 40


The number of ECUs has more than doubled in 10 years

                       Other examples
            Between 60 and 80 ECUs in the Audi A8
                Over 100 ECUs in some Lexus !
4



Moving towards multicore architecture

  Decreasing the complexity of in-vehicle architecture:
   reduces EE design and verification efforts
   decreases number of network interfaces
   decreases traffic on CAN network
   reduces costs



         ECU 1                     ECU 2
         Tas         Tas                 Tas
          k           k                   k

               Tas         Tas     Tas
                k           k       k
5



Moving towards multicore architecture

  Other use cases for the automotive domain
        Dealing with resource demanding applications
         ‣   engine control, image processing...
        Improving the safety
         ‣   segragation of multi-source software, ISO26262...
        Dedicated use of core
         ‣   monitoring, event-triggered tasks



  General benefits of multi-core
       reduced power consumption
       reduced heat
       reduced EMC
6



        AutoSAR requirements

•   Static partitioning
•   Static cyclic scheduling using schedule tables
•   BSW are all allocated on the same core
7



                                  Problem
Goal: schedule numerous runnables on a multicore ECU

Two sub-problems
     Partitioning
      ‣ 600 runnables on 2 cores : 2600 possible allocations
     Build schedule table
      ‣ 300 runnables in 200 slots (expiry points) : 200300 schedules

Sub-objectives and criteria
     Avoid load peaks
       ‣ Max
     Balance load over time
       ‣ Standard Deviation
8




                                          Model

    Runnables                                             P1=10             R
                                                                                 P2=10
                                                    R1    C1=2                   C2=1
                                                                            2
       •Period                                            O1=0                   O2=5
       •WCET
       •Initial Offset                                              P3=20              P4=20
                                                          R3        C3=3         R4    C4=2
       •Core allocation constraint
                                                                    O3=5               O4=15
       •Colocation constraint


Sequencer task

                R                  R                R                           R
    R1              R3    R1         R4     R1           R3     R1                R4
                2                  2                2                           2

0           5            10      15       20       25          30           35         40
     Ttic                      Slots      Tcycle
9


                         Solution


Partitioning is dealt with as a bin packing problem
        Worst fit decreasing algorithm with fixed number of bins


Load Balancing is done with the Least Loaded algorithm (LL)
  inspired from CAN domain [Grenier and Navet ERTSS2008]
        Extended to handle non harmonic runnable sets (G-LL)
        Improved so as to reduce further load peaks (G-LLσ)

Implemented in a tool
      Freely available soon at http://www.realtimeatwork.com
10


Experiments with RTaW-ECU
11


                 Harmonic task sets

                                             LL
                                             Max: 4.79
                                             Min: 4.52
                                             StdDvt: 0.038

                                             G-LLσ
                                             Max: 4.75
                                             Min: 4.65
                                             StdDvt: 0.018




Generated load: 94%, Ttic=5ms, Tcycle = 1s
12




                      Non harmonic task sets
                                                                         Cmax
     Schedulability bound in the harmonic case                      1−
                                                                         Ttic
                                      Generated        95%    97%         95%     97%
Max WCET (μs)       150   300   900   CPU load
                                      Schedulability   94%                82%
Schedulability      97%   94%   82%   bound in the     Max WCET =         Max WCET = 900μs
bound in the                          harmonic case    300μs
harmonic case
                                      Success % of     64%    18%         12%     1%
Success % of LL     96%   96%   92%   LL
                                      Success % of     94%    94%         30%     5%
Success % of G-LL   100% 100% 100%    G-LL

                                      Success % of     100%   100%        97%     76%
                                      G-LL1σ


      Statistics collected over 1000 generated runnable sets
13

 Multiple synchronized sequencer tasks per core




Incremental scheduling of three synchronized sequencer tasks with respective
   load of 45%, 35% and 15% resulting in 95% of the core capacity.
                        Tcycle=1000ms and Ttic=5ms
14


   Multiple non synchronized sequencer
              tasks per core

Case arises for sequencer tasks using different tic counters
      Engine control applications (standard time vs RPM)



Any offset between the sequencer tasks and all clock rates are
  possible during runtime
      each sequencer task needs to be balanced
      independantly

Verification is possible considering maximum clock rates
       Multi-frame scheduling results can be used
15



                  Conclusion
Adoption of multicore ECU raises new challenges
     Evolution of software architecture design
     Scheduling of software components

We propose runnable scheduling heuristics for ECUs
     Fast and performant
     Easily adaptable for more advanced applications
     Compatible with AutoSAR R4.0 and its multicore
     extensions

Future work
      Precedence constraints
      Lockstep synchronization
      Distributed timing chains
16




Thank you for your attention

Mais conteúdo relacionado

Semelhante a Ertss2010 multicore scheduling

Resilience at exascale
Resilience at exascaleResilience at exascale
Resilience at exascale
Marc Snir
 
Rtos princples adn case study
Rtos princples adn case studyRtos princples adn case study
Rtos princples adn case study
vanamali_vanu
 
20081114 Friday Food iLabt Bart Joris
20081114 Friday Food iLabt Bart Joris20081114 Friday Food iLabt Bart Joris
20081114 Friday Food iLabt Bart Joris
imec.archive
 
Micro controller based DAQ
Micro controller based DAQMicro controller based DAQ
Micro controller based DAQ
Murugappa Group
 

Semelhante a Ertss2010 multicore scheduling (20)

Resilience at exascale
Resilience at exascaleResilience at exascale
Resilience at exascale
 
Pushing the limits of Controller Area Network (CAN)
Pushing the limits of Controller Area Network (CAN)Pushing the limits of Controller Area Network (CAN)
Pushing the limits of Controller Area Network (CAN)
 
Bluestore oio adaptive_throttle_analysis
Bluestore oio adaptive_throttle_analysisBluestore oio adaptive_throttle_analysis
Bluestore oio adaptive_throttle_analysis
 
LCE12: big.LITTLE TC2 update
LCE12: big.LITTLE TC2 updateLCE12: big.LITTLE TC2 update
LCE12: big.LITTLE TC2 update
 
KVM Tuning @ eBay
KVM Tuning @ eBayKVM Tuning @ eBay
KVM Tuning @ eBay
 
Do We Really Need TSN in Next-Generation Helicopters? Insights From a Case-Study
Do We Really Need TSN in Next-Generation Helicopters? Insights From a Case-StudyDo We Really Need TSN in Next-Generation Helicopters? Insights From a Case-Study
Do We Really Need TSN in Next-Generation Helicopters? Insights From a Case-Study
 
Haskell Symposium 2010: An LLVM backend for GHC
Haskell Symposium 2010: An LLVM backend for GHCHaskell Symposium 2010: An LLVM backend for GHC
Haskell Symposium 2010: An LLVM backend for GHC
 
5378086.ppt
5378086.ppt5378086.ppt
5378086.ppt
 
Rtos princples adn case study
Rtos princples adn case studyRtos princples adn case study
Rtos princples adn case study
 
20081114 Friday Food iLabt Bart Joris
20081114 Friday Food iLabt Bart Joris20081114 Friday Food iLabt Bart Joris
20081114 Friday Food iLabt Bart Joris
 
Magma trcak b
Magma  trcak bMagma  trcak b
Magma trcak b
 
Integrating Cache Oblivious Approach with Modern Processor Architecture: The ...
Integrating Cache Oblivious Approach with Modern Processor Architecture: The ...Integrating Cache Oblivious Approach with Modern Processor Architecture: The ...
Integrating Cache Oblivious Approach with Modern Processor Architecture: The ...
 
Static Analysis and Code Optimizations in Glasgow Haskell Compiler
Static Analysis and Code Optimizations in Glasgow Haskell CompilerStatic Analysis and Code Optimizations in Glasgow Haskell Compiler
Static Analysis and Code Optimizations in Glasgow Haskell Compiler
 
Accelerate Reed-Solomon coding for Fault-Tolerance in RAID-like system
Accelerate Reed-Solomon coding for Fault-Tolerance in RAID-like systemAccelerate Reed-Solomon coding for Fault-Tolerance in RAID-like system
Accelerate Reed-Solomon coding for Fault-Tolerance in RAID-like system
 
HPC Accelerating Combustion Engine Design
HPC Accelerating Combustion Engine DesignHPC Accelerating Combustion Engine Design
HPC Accelerating Combustion Engine Design
 
Performance and Availability Tradeoffs in Replicated File Systems
Performance and Availability Tradeoffs in Replicated File SystemsPerformance and Availability Tradeoffs in Replicated File Systems
Performance and Availability Tradeoffs in Replicated File Systems
 
Adaptive Linear Solvers and Eigensolvers
Adaptive Linear Solvers and EigensolversAdaptive Linear Solvers and Eigensolvers
Adaptive Linear Solvers and Eigensolvers
 
Micro controller based DAQ
Micro controller based DAQMicro controller based DAQ
Micro controller based DAQ
 
Challenges of Parallel Simulation of Power Systems_english
Challenges of Parallel Simulation of Power Systems_englishChallenges of Parallel Simulation of Power Systems_english
Challenges of Parallel Simulation of Power Systems_english
 
Configuring the communication on FlexRay: the case of the static segment
Configuring the communication on FlexRay: the case of the static segmentConfiguring the communication on FlexRay: the case of the static segment
Configuring the communication on FlexRay: the case of the static segment
 

Mais de Nicolas Navet

Cief2007 nn shc_slides
Cief2007 nn shc_slidesCief2007 nn shc_slides
Cief2007 nn shc_slides
Nicolas Navet
 

Mais de Nicolas Navet (11)

Battery Aware Dynamic Scheduling for Periodic Task Graphs
Battery Aware Dynamic Scheduling for Periodic Task GraphsBattery Aware Dynamic Scheduling for Periodic Task Graphs
Battery Aware Dynamic Scheduling for Periodic Task Graphs
 
In-Vehicle Networking : a Survey and Look Forward
In-Vehicle Networking : a Survey and Look ForwardIn-Vehicle Networking : a Survey and Look Forward
In-Vehicle Networking : a Survey and Look Forward
 
Automotive communication systems: from dependability to security
Automotive communication systems: from dependability to securityAutomotive communication systems: from dependability to security
Automotive communication systems: from dependability to security
 
Mécanismes de protection dans AUTOSAR OS
Mécanismes de protection dans AUTOSAR OSMécanismes de protection dans AUTOSAR OS
Mécanismes de protection dans AUTOSAR OS
 
New policies
New policiesNew policies
New policies
 
Isi2007 nn shc_2007
Isi2007 nn shc_2007Isi2007 nn shc_2007
Isi2007 nn shc_2007
 
Automating the Configuration of the FlexRay Communication Cycle
Automating the Configuration of the FlexRay Communication CycleAutomating the Configuration of the FlexRay Communication Cycle
Automating the Configuration of the FlexRay Communication Cycle
 
Aperiodic Traffic in Response Time Analyses with Adjustable Safety Level
Aperiodic Traffic in Response Time Analyses with Adjustable Safety LevelAperiodic Traffic in Response Time Analyses with Adjustable Safety Level
Aperiodic Traffic in Response Time Analyses with Adjustable Safety Level
 
Optimizing the Robustness of X-by-Wire using Word Combinatorics
Optimizing the Robustness of X-by-Wire using Word CombinatoricsOptimizing the Robustness of X-by-Wire using Word Combinatorics
Optimizing the Robustness of X-by-Wire using Word Combinatorics
 
Cief2007 nn shc_slides
Cief2007 nn shc_slidesCief2007 nn shc_slides
Cief2007 nn shc_slides
 
Virtualization in Automotive Embedded Systems : an Outlook
Virtualization in Automotive Embedded Systems : an OutlookVirtualization in Automotive Embedded Systems : an Outlook
Virtualization in Automotive Embedded Systems : an Outlook
 

Último

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Último (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

Ertss2010 multicore scheduling

  • 1. Multicore scheduling in automotive ECUs Aurélien Monot - PSA Peugeot Citroën, LORIA Nicolas Navet - INRIA, RealTime-at-Work Françoise Simonot - LORIA Bernard Bavoux - PSA Peugeot Citroën Talk at ERTS2 2010 Toulouse, May 21st 2010
  • 2. 2 Outlook Context: New tools and methodologies are needed as multicore ECUs are being introduced in the automotive EE architecture. Problem: How to address the scheduling of numerous runnables on a multicore ECUs in the context of the automotive domain? Method: Deployment of load balancing algorithms in ECU configuration tools.
  • 3. 3 The case of a generic car manufacturer Typical number of ECUs in a car in 2000 : 20 Typical number of ECUs in a car in 2010 : over 40 The number of ECUs has more than doubled in 10 years Other examples Between 60 and 80 ECUs in the Audi A8 Over 100 ECUs in some Lexus !
  • 4. 4 Moving towards multicore architecture Decreasing the complexity of in-vehicle architecture: reduces EE design and verification efforts decreases number of network interfaces decreases traffic on CAN network reduces costs ECU 1 ECU 2 Tas Tas Tas k k k Tas Tas Tas k k k
  • 5. 5 Moving towards multicore architecture Other use cases for the automotive domain Dealing with resource demanding applications ‣ engine control, image processing... Improving the safety ‣ segragation of multi-source software, ISO26262... Dedicated use of core ‣ monitoring, event-triggered tasks General benefits of multi-core reduced power consumption reduced heat reduced EMC
  • 6. 6 AutoSAR requirements • Static partitioning • Static cyclic scheduling using schedule tables • BSW are all allocated on the same core
  • 7. 7 Problem Goal: schedule numerous runnables on a multicore ECU Two sub-problems Partitioning ‣ 600 runnables on 2 cores : 2600 possible allocations Build schedule table ‣ 300 runnables in 200 slots (expiry points) : 200300 schedules Sub-objectives and criteria Avoid load peaks ‣ Max Balance load over time ‣ Standard Deviation
  • 8. 8 Model Runnables P1=10 R P2=10 R1 C1=2 C2=1 2 •Period O1=0 O2=5 •WCET •Initial Offset P3=20 P4=20 R3 C3=3 R4 C4=2 •Core allocation constraint O3=5 O4=15 •Colocation constraint Sequencer task R R R R R1 R3 R1 R4 R1 R3 R1 R4 2 2 2 2 0 5 10 15 20 25 30 35 40 Ttic Slots Tcycle
  • 9. 9 Solution Partitioning is dealt with as a bin packing problem Worst fit decreasing algorithm with fixed number of bins Load Balancing is done with the Least Loaded algorithm (LL) inspired from CAN domain [Grenier and Navet ERTSS2008] Extended to handle non harmonic runnable sets (G-LL) Improved so as to reduce further load peaks (G-LLσ) Implemented in a tool Freely available soon at http://www.realtimeatwork.com
  • 11. 11 Harmonic task sets LL Max: 4.79 Min: 4.52 StdDvt: 0.038 G-LLσ Max: 4.75 Min: 4.65 StdDvt: 0.018 Generated load: 94%, Ttic=5ms, Tcycle = 1s
  • 12. 12 Non harmonic task sets Cmax Schedulability bound in the harmonic case 1− Ttic Generated 95% 97% 95% 97% Max WCET (μs) 150 300 900 CPU load Schedulability 94% 82% Schedulability 97% 94% 82% bound in the Max WCET = Max WCET = 900μs bound in the harmonic case 300μs harmonic case Success % of 64% 18% 12% 1% Success % of LL 96% 96% 92% LL Success % of 94% 94% 30% 5% Success % of G-LL 100% 100% 100% G-LL Success % of 100% 100% 97% 76% G-LL1σ Statistics collected over 1000 generated runnable sets
  • 13. 13 Multiple synchronized sequencer tasks per core Incremental scheduling of three synchronized sequencer tasks with respective load of 45%, 35% and 15% resulting in 95% of the core capacity. Tcycle=1000ms and Ttic=5ms
  • 14. 14 Multiple non synchronized sequencer tasks per core Case arises for sequencer tasks using different tic counters Engine control applications (standard time vs RPM) Any offset between the sequencer tasks and all clock rates are possible during runtime each sequencer task needs to be balanced independantly Verification is possible considering maximum clock rates Multi-frame scheduling results can be used
  • 15. 15 Conclusion Adoption of multicore ECU raises new challenges Evolution of software architecture design Scheduling of software components We propose runnable scheduling heuristics for ECUs Fast and performant Easily adaptable for more advanced applications Compatible with AutoSAR R4.0 and its multicore extensions Future work Precedence constraints Lockstep synchronization Distributed timing chains
  • 16. 16 Thank you for your attention