1 / 32

Backend Preliminary Functional Design

Backend Preliminary Functional Design. BACKEND CLUSTER ORGANIZATION. M &C. Correlator. Monitor And Control Processor. Data Processing Processors. Monitor And Control Processor. Data Processing Processors. Data Processing Processors. Backend. e2e. Correlator. M & C.

radha
Download Presentation

Backend Preliminary Functional Design

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Backend Preliminary Functional Design EVLA Correlator Backend Functional Design

  2. BACKEND CLUSTER ORGANIZATION M &C Correlator Monitor And Control Processor Data Processing Processors Monitor And Control Processor Data Processing Processors Data Processing Processors Backend e2e EVLA Correlator Backend Functional Design

  3. Correlator M & C Input Backend Major Functions Backend Control DP Backend Monitor Output HW SW EVLA Correlator Backend Functional Design e2e

  4. Input Input Cache Five DP Node Processes, Control And Data Flows Input Cache Manager Processing Output Cache Manager Output Cache Output EVLA Correlator Backend Functional Design

  5. Input Process Receive Data Cache Full ? Yes (discard) No Update Cache Address EVLA Correlator Backend Functional Design

  6. Input • Provides Large Memory Area for Depositing Incoming Lag Frame Data • Signals When Segment is Full • Immediately Moves to Next Segment • Discards New Input When Memory is Full • Bare Minimum Overhead EVLA Correlator Backend Functional Design

  7. Input Cache • Three Shared Memory Data Structures • Accessible by Input, Input Cache Manager and DP Processes • Input Cache Lag Frame Store • Cache Segment List • Lag Set Tables EVLA Correlator Backend Functional Design

  8. EVLA Correlator Backend Functional Design

  9. Lag Frame Store • Written only by Input Process • Read by Input Cache Manager and DP Processes • Divided into a Limited number of Large Segments • Input Writes to Entire Segment at One Time EVLA Correlator Backend Functional Design

  10. SEGMENT LIST LAG SET TABLE Frame Segment Count Number ( 8 lag frames X 128 lags per frame = 1024 lags per lag set ) 1 0 Skip Lag Integration Lag Set Lag Frame Indices Count Count Block Number 1 2 119 2 3 3 1000 . . . . . . . . . . 4 1000 . . . . . 5 1000 N K 1 8 2999 3002 3001 3003 3007 3008 3019 3017 K+1 0 8 3000 3004 3005 3006 3011 3012 3013 3014 N+1 6 0 N+2 K 0 4 3009 3010 3015 3016 N+3 K+1 0 2 3018 3020 7 0 . . . . 8 0 . . . . . . . . 9 0 10 0 EVLA Correlator Backend Functional Design

  11. Segment List • Contains Status Data (Frame Count) on Lag Frame Store Segments • Written by Input and DP • Read by Input, Input Cache Manager and DP • Frame Count Value of Zero Means Available for New Input • Non-Zero Status Means in DP or Awaiting DP EVLA Correlator Backend Functional Design

  12. Lag Set Table • Sorted Addresses of Lag Frames Making-up a Single Lag Set • Written Only by Input Cache Manager • Read Only by DP • Integration Block, Skip Count and Lag Count Auxiliary Data Columns EVLA Correlator Backend Functional Design

  13. Lag Set Table • Integration Block Identifies all Lag Sets in the Same Integration Sequence • Skip Count Registers Number of Times a Lag Set has been Passed by • Lag Count Maintains a Record of the Number of Indices That Have Been Sorted into the Table EVLA Correlator Backend Functional Design

  14. Input Cache Manager • Reads Lag Frames From Lag Frame Store • Updates Lag Frame Index Entries in Lag Set Table • Updates Lag Set, Lag Count Entries • Monitors Number of Segments Available for Input EVLA Correlator Backend Functional Design

  15. Data Processing Loop Retrieve Lag Set No Max Skips ? DP Pipeline Clean-up Yes Check for Message EVLA Correlator Backend Functional Design

  16. Data Processing Overview • Read Lag Frames Using Lag Set Table Indices • Check for Availability of Auxiliary Data • DP Pipeline • Incoming Message Check • Clean-up of Skipped Lag Sets EVLA Correlator Backend Functional Design

  17. Lag Frame Read • Access Only Lag Sets with Full Lag Counts • Access Only Lag Sets with Available State Counts • Lag Frame Index Points to Lag Frame Store Location • Indices Are In Order of Assembly • Increment Skip Count for Those That Do Not Yet Qualify EVLA Correlator Backend Functional Design

  18. Processing Pipeline Detail Input Cache Normalization Time Stamp Adjust Other Time Domain Proc Error Trap/Recovery Fourier Transform Freq Domain Processes Integration Output Cache EVLA Correlator Backend Functional Design

  19. DP Pipeline • Apply Normalization • Update Time Stamps (Recirculation) • Possible Additional Time Domain Applications • Fourier Transform (Complex-Complex, Power of 2 FFT) • Possible Frequency Domain Applications • Accumulate • Move to Output Cache EVLA Correlator Backend Functional Design

  20. Incoming Messages • Mode Change • State Counts • Shutdown/Resume • Always Received From BE Control EVLA Correlator Backend Functional Design

  21. Cleanup • Periodic Check of Skipped Lag Sets • Process Those That are Now Ready • Increment Skip Count for Those That are Still Not Ready • Discard Those That are Too Old (Rare) EVLA Correlator Backend Functional Design

  22. Output Cache • Shared Memory Array • Disk Backup for Paging • Accessible by DP, Output and Output Cache Manager Processes EVLA Correlator Backend Functional Design

  23. Output Cache Manager Receive Request Send Index To Output Send Index To DP Check Cache Status Page-in / Page-out EVLA Correlator Backend Functional Design

  24. Output Cache Manager • Receive Cache Index Request From DP • Return Address of Next Free Location • Receive Cache Index Request From Output • Return Address of Next Data Going to e2e EVLA Correlator Backend Functional Design

  25. Output Cache Manager • Page-out Data When Memory Gets Full • Page-in Data In Anticipation Of Retrieval for Output EVLA Correlator Backend Functional Design

  26. Output Function Wait on Processing Retrieve from Cache Output Cache Cache Empty Format Send Data e2e Check Send ok Not ok EVLA Correlator Backend Functional Design

  27. Output • Obtain Output Cache Index From Output Cache Manager • Fetch Data From Output Cache • Format • Send to (Deposit into) e2e Archive EVLA Correlator Backend Functional Design

  28. Backend M & C Functions Backend Control Network Monitor Processors Monitor Processes Monitor Operating Environment EVLA Correlator Backend Functional Design

  29. BE Control • Message Intermediary Among BE Processes and M&C • Three Classes of Incoming Messages • Maintains Statistical Model of BE State EVLA Correlator Backend Functional Design

  30. BE Control • Class I Messages are Simply Routed to Proper Destination • Class II Messages are Read for Updates to the Statistical Model and Routed to Proper Destination • Class III Messages are Used to Generate Check and Repair, and Offload Requests EVLA Correlator Backend Functional Design

  31. BE Monitor • Status Checks • Internal Network Restart • Processor Reboot • Process Kill and/or Restart • Offload • Failure, Error, Warning, Repair, Status, Offload Reports EVLA Correlator Backend Functional Design

  32. Development Schedule • 2Q 2002 – 4 Node Test Cluster • 3Q 2002 – 8+ Node Cluster • 4Q 2002 – Functional Prototype • 4Q 2003 – Full Functionality • 3Q 2004 – First Prototype Correlator Boards • 4Q 2004 – Earliest BE Connect to Correlator Hardware EVLA Correlator Backend Functional Design

More Related