interpreted active packets for ephemeral state processing
play

Interpreted Active Packets for Ephemeral State Processing Routers - PowerPoint PPT Presentation

From ESP to WASP WASP Platform Conclusions Interpreted Active Packets for Ephemeral State Processing Routers S. Martin G. Leduc Research Unit in Networking, University of Lige 7th International Working Conference on Active and


  1. From ESP to WASP WASP Platform Conclusions Interpreted Active Packets for Ephemeral State Processing Routers S. Martin G. Leduc Research Unit in Networking, University of Liège 7th International Working Conference on Active and Programmable Networks S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  2. From ESP to WASP WASP Platform Conclusions Outline From ESP to WASP 1 Why Active Packets with ESP ? What Kind of Active Packets on Network Processors ? WASP Platform 2 Inside WASP: Interpreting Packets on Fast Path Discovering Services with Active Packets Rerouting Conclusions 3 S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  3. From ESP to WASP Why Active Packets with ESP ? WASP Platform What Kind of Active Packets on Network Processors ? Conclusions You Said “Ephemeral State Processing” ? cf. Lightweight Network Support for Scalable End-to-End Services , Kenneth L. Calvert et al., SIGCOMM 2002 A minimalist active service based on ephemeral state stores : memory slots on routers with key-based access values stored for 10 sec., no refresh. ESP defines operations on those slots. tells if packet is forwarded or dropped. ⇒ Applications in topology discovery, flow aggregation, multicast... ⇒ Can fit network processors such as IXP1200 or IXP2400 S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  4. From ESP to WASP Why Active Packets with ESP ? WASP Platform What Kind of Active Packets on Network Processors ? Conclusions Ephemeral State Could Store Much More ! Potential Applications Missing Features ◮ store IP addresses in tags locate “volatile” peers 1 ◮ early packet return MPEG smart dropping 2 ◮ interface state inspection track mobile hosts 3 ◮ packet rerouting from tags S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  5. From ESP to WASP Why Active Packets with ESP ? WASP Platform What Kind of Active Packets on Network Processors ? Conclusions Ephemeral State Could Store Much More ! key:=IPB Potential Applications Missing Features ◮ store IP addresses in tags locate “volatile” peers 1 ◮ early packet return MPEG smart dropping 2 ◮ interface state inspection track mobile hosts 3 ◮ packet rerouting from tags S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  6. From ESP to WASP Why Active Packets with ESP ? WASP Platform What Kind of Active Packets on Network Processors ? Conclusions Ephemeral State Could Store Much More ! lookup()=IPB Potential Applications Missing Features ◮ store IP addresses in tags locate “volatile” peers 1 ◮ early packet return MPEG smart dropping 2 ◮ interface state inspection track mobile hosts 3 ◮ packet rerouting from tags S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  7. From ESP to WASP Why Active Packets with ESP ? WASP Platform What Kind of Active Packets on Network Processors ? Conclusions Ephemeral State Could Store Much More ! I B B I I I B Potential Applications Missing Features ◮ store IP addresses in tags locate “volatile” peers 1 ◮ early packet return MPEG smart dropping 2 ◮ interface state inspection track mobile hosts 3 ◮ packet rerouting from tags S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  8. From ESP to WASP Why Active Packets with ESP ? WASP Platform What Kind of Active Packets on Network Processors ? Conclusions Ephemeral State Could Store Much More ! drop request for B-frames I B B I I I B Potential Applications Missing Features ◮ store IP addresses in tags locate “volatile” peers 1 ◮ early packet return MPEG smart dropping 2 ◮ interface state inspection track mobile hosts 3 ◮ packet rerouting from tags S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  9. From ESP to WASP Why Active Packets with ESP ? WASP Platform What Kind of Active Packets on Network Processors ? Conclusions Ephemeral State Could Store Much More ! follow-me <newFA> Potential Applications Missing Features ◮ store IP addresses in tags locate “volatile” peers 1 ◮ early packet return MPEG smart dropping 2 ◮ interface state inspection track mobile hosts 3 ◮ packet rerouting from tags S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  10. From ESP to WASP Why Active Packets with ESP ? WASP Platform What Kind of Active Packets on Network Processors ? Conclusions Ephemeral State Could Store Much More ! to: newFA to: oldFA Potential Applications Missing Features ◮ store IP addresses in tags locate “volatile” peers 1 ◮ early packet return MPEG smart dropping 2 ◮ interface state inspection track mobile hosts 3 ◮ packet rerouting from tags S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  11. From ESP to WASP Why Active Packets with ESP ? WASP Platform What Kind of Active Packets on Network Processors ? Conclusions Extending ESP Instruction Set Beyond ’missing features’, ESP only support very few operations ... little space for more ESP code on IXP microengine unconvenient to reprogram on the fly (no JIT) Can we manage to interprete bytecode carried in packets ... with comparable packet processing time ? without putting the router at risk ? and store the interpreter on a microengine ? S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  12. From ESP to WASP Why Active Packets with ESP ? WASP Platform What Kind of Active Packets on Network Processors ? Conclusions W orld-Friendly A ctive Packets for E SP Safe and efficient framework, for both end-user and network operators Router-Friendly do not waste resources Network-Friendly behave like IP packets User-Friendly don’t perform unexpected actions S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  13. From ESP to WASP Inside WASP: Interpreting Packets on Fast Path WASP Platform Discovering Services with Active Packets Conclusions Rerouting W orld-Friendly A ctive Packets for E SP Limited, yet useful programmability small programmable control protocols programmable packet control embedded in datapackets discover network topology, user communities, services S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  14. From ESP to WASP Inside WASP: Interpreting Packets on Fast Path WASP Platform Discovering Services with Active Packets Conclusions Rerouting Inside WASP: The Virtual Processing Unit 1 lookup/insert into ESS 2 load/store data from code ESS packet’s scratchpad (3) (1) node (3) 3 interpreted, RISC-inspired scratch packet bytecode itf (2) VPU 4 control opcodes (drop, Packet Router forward, return) tiny interpreter code (4K) data and code used ’as is’ (no marshalling) simple ALU design and compact opcodes S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  15. From ESP to WASP Inside WASP: Interpreting Packets on Fast Path WASP Platform Discovering Services with Active Packets Conclusions Rerouting Inside WASP: The Virtual Processing Unit 1 lookup/insert into ESS 2 load/store data from code ESS packet’s scratchpad (3) (1) node (3) 3 interpreted, RISC-inspired scratch packet bytecode itf (2) VPU 4 control opcodes (drop, Packet Router forward, return) tiny interpreter code (4K) data and code used ’as is’ (no marshalling) simple ALU design and compact opcodes S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  16. From ESP to WASP Inside WASP: Interpreting Packets on Fast Path WASP Platform Discovering Services with Active Packets Conclusions Rerouting Inside WASP: The Virtual Processing Unit 1 lookup/insert into ESS 2 load/store data from code ESS packet’s scratchpad (3) (1) node (3) 3 interpreted, RISC-inspired scratch packet bytecode itf (2) VPU 4 control opcodes (drop, Packet Router forward, return) tiny interpreter code (4K) data and code used ’as is’ (no marshalling) simple ALU design and compact opcodes S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  17. From ESP to WASP Inside WASP: Interpreting Packets on Fast Path WASP Platform Discovering Services with Active Packets Conclusions Rerouting Inside WASP: The Virtual Processing Unit 1 lookup/insert into ESS 2 load/store data from code ESS packet’s scratchpad (3) (1) node (3) 3 interpreted, RISC-inspired scratch packet bytecode itf (2) VPU 4 control opcodes (drop, Packet Router forward, return) tiny interpreter code (4K) data and code used ’as is’ (no marshalling) simple ALU design and compact opcodes S. Martin, G. Leduc Active Packets for Ephemeral State Processing

  18. From ESP to WASP Inside WASP: Interpreting Packets on Fast Path WASP Platform Discovering Services with Active Packets Conclusions Rerouting Inside WASP: The Virtual Processing Unit 1 lookup/insert into ESS 2 load/store data from code ESS packet’s scratchpad (3) (1) node (3) 3 interpreted, RISC-inspired scratch packet bytecode itf (2) VPU 4 control opcodes (drop, Packet Router forward, return) tiny interpreter code (4K) data and code used ’as is’ (no marshalling) simple ALU design and compact opcodes S. Martin, G. Leduc Active Packets for Ephemeral State Processing

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend