On-time Network On-chip

Slides:



Advertisements
Similar presentations
Presentation of Designing Efficient Irregular Networks for Heterogeneous Systems-on-Chip by Christian Neeb and Norbert Wehn and Workload Driven Synthesis.
Advertisements

Spring 2000CS 4611 Quality of Service Outline Realtime Applications Integrated Services Differentiated Services.
REAL-TIME COMMUNICATION ANALYSIS FOR NOCS WITH WORMHOLE SWITCHING Presented by Sina Gholamian, 1 09/11/2011.
CS640: Introduction to Computer Networks Aditya Akella Lecture 20 – QoS.
1 Lecture 12: Interconnection Networks Topics: dimension/arity, routing, deadlock, flow control.
© nCode 2000 Title of Presentation goes here - go to Master Slide to edit - Slide 1 Reliable Communication for Highly Mobile Agents ECE 7995: Term Paper.
A General approach to MPLS Path Protection using Segments Ashish Gupta Ashish Gupta.
1 Lecture 24: Interconnection Networks Topics: topologies, routing, deadlocks, flow control Final exam reminders:  Plan well – attempt every question.
1 Lecture 24: Interconnection Networks Topics: topologies, routing, deadlocks, flow control.
A General approach to MPLS Path Protection using Segments Ashish Gupta Ashish Gupta.
Dragonfly Topology and Routing
Performance and Power Efficient On-Chip Communication Using Adaptive Virtual Point-to-Point Connections M. Modarressi, H. Sarbazi-Azad, and A. Tavakkol.
High-Performance Networks for Dataflow Architectures Pravin Bhat Andrew Putnam.
QoS Support in High-Speed, Wormhole Routing Networks Mario Gerla, B. Kannan, Bruce Kwan, Prasasth Palanti,Simon Walton.
Wolfgang EffelsbergUniversity of Mannheim1 Differentiated Services for the Internet Wolfgang Effelsberg University of Mannheim September 2001.
TCP Trunking: Design, Implementation and Performance H.T. Kung and S. Y. Wang.
1 Lecture 15: Interconnection Routing Topics: deadlock, flow control.
Unit III Bandwidth Utilization: Multiplexing and Spectrum Spreading In practical life the bandwidth available of links is limited. The proper utilization.
Random Early Detection (RED) Router notifies source before congestion happens - just drop the packet (TCP will timeout and adjust its window) - could make.
TCP continued. Discussion – TCP Throughput TCP will most likely generate the saw tooth type of traffic. – A rough estimate is that the congestion window.
Mohamed ABDELFATTAH Andrew BITAR Vaughn BETZ. 2 Module 1 Module 2 Module 3 Module 4 FPGAs are big! Design big systems High on-chip communication.
1 Lecture 15 Internet resource allocation and QoS Resource Reservation Protocol Integrated Services Differentiated Services.
On-time Network On-Chip: Analysis and Architecture CS252 Project Presentation Dai Bui.
Chapter 3 Part 3 Switching and Bridging
Deterministic Communication with SpaceWire
Instructor Materials Chapter 6: Quality of Service
ECE 720T5 Fall 2012 Cyber-Physical Systems
Topics discussed in this section:
Routing and Switching Fabrics
Klara Nahrstedt Spring 2010
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
SWITCHING Switched Network Circuit-Switched Network Datagram Networks
On-Time Network On-chip
Chapter 3 Part 3 Switching and Bridging
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Quality of Service Connecting Networks.
CONGESTION CONTROL.
Mechanics of Flow Control
Taxonomy of network applications
Advanced Computer Networks
Computer Simulation of Networks
Architecture of Parallel Computers CSC / ECE 506 Summer 2006 Scalable Programming Models Lecture 11 6/19/2006 Dr Steve Hunter.
Outline Distributed Mutual Exclusion Distributed Deadlock Detection
CprE 458/558: Real-Time Systems
Switching, routing, and flow control in interconnection networks
Modeling and Simulation of TTEthernet
Kevin Lee & Adam Piechowicz 10/10/2009
Data Communication Networks
Congestion Control (from Chapter 05)
PRESENTATION COMPUTER NETWORKS
Switching Techniques.
Computer Science Division
CEG 4131 Computer Architecture III Miodrag Bolic
Low-Latency Virtual-Channel Routers for On-Chip Networks Robert Mullins, Andrew West, Simon Moore Presented by Sailesh Kumar.
Lecture: Interconnection Networks
Congestion Control (from Chapter 05)
Chapter 3 Part 3 Switching and Bridging
CS4470 Computer Networking Protocols
Congestion Control (from Chapter 05)
CIS679: Two Planes and Int-Serv Model
Quality-of-Service ECE1545.
Congestion Control (from Chapter 05)
Routing and Switching Fabrics
Lecture 25: Interconnection Networks
Congestion Control (from Chapter 05)
Computer Networks Protocols
EECS 122: Introduction to Computer Networks Packet Scheduling and QoS
Horizon: Balancing TCP over multiple paths in wireless mesh networks
Wireless MAC Multimedia Extensions Albert Banchs, Witold Pokorski
Switching.
Presentation transcript:

On-time Network On-chip CS252 Project Presentation Dai Bui

Introduction The project aims at providing predictable timing delay for network on chip communication paradigm Purpose is not only to improve network speed Packet worst-case delay should be estimated analytically instead of empirically

Motivations Cyber Physical Systems Need for separate flows instead of networks

QNoC From Technion Asynchronous communication Support multiple service levels: Seems to be suitable for soft real-time applications like video streaming But what happens when multiple real-time flows have to share the same link? Non deterministic behaviors for flows So we need to keep track of the number of guaranteed flows and its demand on on each link Pre-empt long packets

SoCBUS From University of Linkoping Guarantee real-time properties by setting up a path when sending: Initiate a path by sending a setting up packet The path will be locked until all data have been sent After that the path is unlocked Drawbacks: What happens if we have two real-time flows on the same link? Other traffic is blocked. This seems to be a good solution when sending a large bulk of data but not good for a periodic, non-continuous flows Bad link utilization due to link locking

Æthereal From NXP Try to employ the conflict free routing-> no packet is dropped Avoid conflict between two packets on the same link by delaying one packet Drawback: Global scheduling of packets  inflexible, difficult to scale Partial design-time scheduling -> not suitable for multi-core

Idea Exploit Admission control Real-time packet scheduling Run-time configuration Spatial diversity

Design Goals Multiple real-time flows can be multiplexed on one link Utilize the spatial data paths between sources and nodes to avoid the conflicts between real-time flows Does not block links completely as SoCBUS, best-effort flows still can travel links used by real-time flows Avoid unpredicted behaviors networks as in QNoC, when there are multiple real-time flows suddenly travelling on the same link and their total bandwidth exceeds the bandwidth of the link. The admission control in our architecture can prevent that. Senders should always know if their required specifications for their communications can be met or not Provide a reconfigurable state for real-time flows on a network, we do not need to pre-calculate that at design time as in Æthereal, which is really not suitable for the multi-core architecture Verifiable for critical systems

Path Setup Protocol Sender initiates a new real-time flow by sending its REQUEST to the master node with its specifications about the new flow: end-to-end delay, max packet length, minimum interval between packets, … The master node computes the delay constraints and specifications of the new flow against its knowledge about previously reserved flows If it can not find a path, it send back to the requested node a REJECT If there is any possible path, it sends SETUP command to routers on the path to reconfigure the routers (possibly modify configurations for other flows as well) It waits for all routers to receive this command and ACKs from these routers It sends back to the requested node an ACCEPT

Miscellaneous When a real-time flow is not needed, its path can be torn. Path tear-up protocol is almost the same as path setup protocol but with reversed commands. Each real-time flow is uniquely identified by a flow ID, this is embedded in each real-time packet so that routers on the path can identified the packets Master node interacts with other routers about flows using this ID

Heterogeneous Communication Best-effort packets are preemptible by real-time packets. Real-time packets are not preemptible No acknowledgement for real-time flits since the scheduling mechanism will make sure that the buffer size for real-time flows is bounded (based on specifications) Double the speed of a packet since no ACK mechanism is needed

Router Structure Looks the same as virtual channels routers When a packet is identified by the flow ID, the router will put it in a designated FIFO queue. The previously reserved information of a flow will tell the router which port packets of a flow will be forwarded to. Make use of virtual channels when not reserved

Delay Model and Fixed Priority Scheduler Delay bound of a packet of flow f on out going edge e of a node is defined as the total of the queueing time at that node plus the propagation time for the head flit of a packet to reach next node Fixed Priority Scheduler: Step 1: Mature packets are scheduled first. Packets of flows with highest priority are selected to forwarded first. Step 2(optional): Immature packets can be forwarded if there is no mature packets. Queueing delay by fixed-priority scheduler Where Oe(g) is the order function (to compare priority) of flows on edge e. There is no notion of global priority Details of the proof is in the report

End-to-end Delay The end-to-end delay has to be larger than the total delay at each edge on the path Assume that because it takes one cycle to transmit a flit in a NoC.

Utilization Constraint Utilization of each link when shared by multiple flows must not greater than 1 Where tf is the minimum interval between two successive packets of flow f

Buffer bound for each flow Each flow has a buffer bound at each node: With some constrains, the sufficient buffer size will be smaller than 2 packet-size. In some cases, buffer size is just 1 packet size

Routing Always deadlock-free Test example Three flows Flow 1: PE7-> PE23 Flow 2: PE6-> PE3 Flow 3: PE5-> PE19 Exhaustive depth first search Routing example Routing algorithm is based on XY routing Flow 3 comes last (the request packet reach the master node last When the routing algorithm for it reach the link from PE7->PE8, the link can not afford 3 flows due to utilization of it will be greater than 1 Link from PE7->Pe12 is then selected End to end delay routing Utilization routing

Example 1 Results Implemented in SystemC based loosely on Noxim Graph for Flow 2: PE6-> PE3 Max Packet Length 3 Min Interval 8

Example 1Results Flow 1: PE7- >PE23 Flow 3: PE5- >PE19 Max Packet Length: 4 Min interval: 9 Flow 3: PE5- >PE19 Max Packet Length: 5 Min Interval 7

Buffer size

Example 2 - Three flows on one link Packet Scheduling without the step 2

Comparison Experiments The same total input buffer size of 10 flits for all protocols Packet size = 5 flits For real-time NoC, we restrict two real-time flows per link and exploit spatial diversity of paths in NoC - - Worst-case delay for OTNoC is computed analytically instead of empirically

Future Work Find a better optimization for delays and path in network Integrate with real-time processors like PRET to form a real-time multi-core processor Understand how it can support the Byzantine Generals problem for fault-tolerance Suitable for PTIDES No packet reordering Bounded communication delay