prem jonnalagadda castor software days | october 15, …packet packet logical data-plane view (your...

42
Prem Jonnalagadda CASTOR Software Days | October 15, 2019 | KTH, Stockholm, Sweden.

Upload: others

Post on 22-May-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Prem Jonnalagadda

CASTOR Software Days | October 15, 2019 | KTH, Stockholm, Sweden.

Page 2: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Notices and DisclaimersIntel technologies’ features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration.

No product or component can be absolutely secure.

Tests document performance of components on a particular test, in specific systems. Differences in hardware, software, or configuration will affect actual performance. For more complete information about performance and benchmark results, visit http://www.intel.com/benchmarks .

Software and workloads used in performance tests may have been optimized for performance only on Intel microprocessors. Performance tests, such as SYSmark and MobileMark, are measured using specific computer systems, components, software, operations and functions. Any change to any of those factors may cause the results to vary. You should consult other information and performance tests to assist you in fully evaluating your contemplated purchases, including the performance of that product when combined with other products. For more complete information visit http://www.intel.com/benchmarks .

Intel® Advanced Vector Extensions (Intel® AVX) provides higher throughput to certain processor operations. Due to varying processor power characteristics, utilizing AVXinstructions may cause a) some parts to operate at less than the rated frequency and b) some parts with Intel® Turbo Boost Technology 2.0 to not achieve any or maximum turbo frequencies. Performance varies depending on hardware, software, and system configuration and you can learn more at http://www.intel.com/go/turbo.

Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice.

Cost reduction scenarios described are intended as examples of how a given Intel-based product, in the specified circumstances and configurations, may affect future costs and provide cost savings. Circumstances will vary. Intel does not guarantee any costs or cost reduction.

Intel does not control or audit third-party benchmark data or the web sites referenced in this document. You should visit the referenced web site and confirm whether referenced data are accurate.

Intel, the Intel logo, Intel Nervana, Intel Optane, Intel Xeon, Intel Xeon Phi, Stratix and the Stratix logo are trademarks of Intel Corporation in the U.S. and/or other countries.

*Other names and brands may be claimed as property of others.

© 2019 Intel Corporation.

2

Page 3: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Problem: Network Systems are Built “Bottom-up”

§ SDN tackled control plane

§ Disaggregation added flexibility

§ Data planes have not kept up!

3

“This is how I process packets …”

Switch OS

Fixed-function switch

Driver

ASIC

Page 4: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Network Systems need to be Programmed “Top-down”

4

“This is precisely how you must process packets”

Headers and Metadata

Parser

Tables and Controls

Switch OS

Programmable switch

Driver

CONSEQUENCE: Vendor-driven replaced by user-driven

Page 5: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Fixed vs. Programmable Packet Processing

Programmable Pipeline: all stages identical, customer-defined match-action logic

Prog

ram

mab

le

Pars

er

M

M

M

M

M

M

A

A

A

A

A

A

M

M

M

M

M

M

A

A

A

A

A

A

M

M

M

M

M

M

A

A

A

A

A

A

M

M

M

M

M

M

A

A

A

A

A

A

You declare which headers are recognized

You declare what tables are needed and how packets are processed

Fixed Pipeline: features and table-sizes are baked in at design timeFi

xed

Pars

er Ethernet MAC

Address Table

Ethernet Logic

MPLS Tag Table

MPLSLogic

IPv4 Address

Table

IPv4 Logic

ACL TCAM

ACL Logic

5

Page 6: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

6

Protocol Independent Switch Architecture (PISA)Pr

ogra

mm

able

Pars

er

MatchMemory

ActionALU

Page 7: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Programmable Switch Approach

Programmable ASIC

Prog

ram

mab

le

Pars

er

Shared Memories

Use

r-D

efin

ed

Look

ups

Use

r-D

efin

edAc

tions

DeP

arse

r

Traffic Manager

Programmable Meta-Data

Protocol Authoring

Compile

Configure

123

my_switch.P4

Auto Generated Run-time API

7

Shared Memories

Use

r-D

efin

ed

Look

ups

Use

r-D

efin

edAc

tions

Shared Memories

Use

r-D

efin

ed

Look

ups

Use

r-D

efin

edAc

tions

Shared Memories

Use

r-D

efin

ed

Look

ups

Use

r-D

efin

edAc

tions

Page 8: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Mat

ch T

able

Actio

n AL

Us

Prog

ram

mab

lePa

rser

Device Does Not Understand Any Protocols Until it Gets Programmed

Mat

ch T

able

Actio

n AL

Us

Mat

ch T

able

Actio

n AL

Us

Mat

ch T

able

Actio

n AL

Us

CLK

QueuesPacket PacketPacketPacket

Logical Data-plane View(your P4* program)

Switch Pipeline

L2IPv4

IPv6ACL

8

Page 9: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

L2L2

IPv6ACL

Mapping Logical Data-Plane Design to Physical Resources

Mat

ch T

able

Actio

n AL

Us

Prog

ram

mab

lePa

rser

Mat

ch T

able

Actio

n AL

Us

Mat

ch T

able

Actio

n AL

Us

Mat

ch T

able

Actio

n AL

Us

CLK

Queues

Logical Data-plane View(your P4* program)

Switch Pipeline

L2IPv4

IPv6ACL

IPv4

Tab

lev4

Act

ion

Mac

ro

L2 T

able

L2 A

ctio

n M

acro

IPv6

Tab

lev6

Act

ion

Mac

ro

ACL

Tabl

eAC

L Ac

tion

Mac

ro

9

Page 10: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

IPv4

Tab

lev4

Act

ion

Mac

ro

L2 T

able

L2 A

ctio

n M

acro

IPv6

Tab

lev6

Act

ion

Mac

ro

ACL

Tabl

eAC

L Ac

tion

Mac

ro

Re-Program in the FieldPr

ogra

mm

able

Pars

er

CLK

Queues

Logical Data-plane View(your P4* program)

Switch Pipeline

L2IPv4

IPv6ACLMyEncap

IPv6

IPv4

Actio

n

MyE

ncap

Actio

n

IPv6

Actio

n

IPv4

Actio

n

IPv4

MyEncap

10

Page 11: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

General Industry Trend: Rise of the Domain-Specific Architectures (DSAS)Computers

Java*

Compiler

CPU

Graphics

OpenCL™

Compiler

GPU

Signal Processing

Matlab*

Compiler

CSP

MachineLearning

TensorFlow*

Compiler

TPU

Networking

P4*

Compiler

Tofino™ & Tofino™ 2 (PISA)

Other names and brands may be claimed as the property of others.

11

Page 12: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Programming Protocol-Independent Packet Processors

Page 13: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

13

P4 Growth and Momentum

Dec 2013 Sep 2014 June 2015 Q4 2015 2016-17 1H 2018 Today

First P4 paper published P4.org goes live!

§ 1st P4 event§ ~60 attendees§ ~15 member

orgs

§ First Dev. Day and bootcamp

§ ~35 member orgs

§ In-band Network Telemetry

§ Broad range of products supporting P4-SmartNICs, FPGAs, NPUs, ASICs, Soft Switches

§ P4Runtime launched

§ P4.org joins ONF and Linux Foundation*

§ ~100 Member orgs

§ Growing developer community

§ Members spanning OEM, ODM, Service Providers, Cloud, Enterprise, …

§ Global growth support and adoption

§ 2000+ developers

§ 100+ papers and apps

§ 5 active working groups

§ 3000+ commits§ 200+

contributors§ P4 workshops in

US, UK, Netherlands, China, Japan, Korea, …

P4* Paper

Consortium Launched

First P4 Workshop

Growing Momentum

P4 Products

Industry-wide adoption

P4 is DSL for Networking

§ Project under ONF

§ No Membership Fee

§ Apache* 2.0 License§ 100+ Members and Growing

Language Consortium

Workshop

Page 14: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

14

Define Mac fieldheader ethernet_t {

bit<48> dstAddr;bit<48> srcAddr;bit<16> etherType;

}

Define table matching on mac fieldtable mac {

key = {ingress_metadata.bd : exact;l2_metadata.lkp_mac_da : exact;

}actions = {

dmac_hit;dmac_miss;dmac_redirect_to_cpu;

}default_action = dmac_miss;size =MAC_TABLE_SIZE;

}

Define table actionsaction dmac_hit(bit<16> ifindex, bit<16> port_lag_index) {

ingress_metadata.egress_ifindex = ifindex;ingress_metadata.egress_port_lag_index = port_lag_index;l2_metadata.same_if_check = l2_metadata.same_if_check, ^ ifindex;

}

• Open source

• Reconfigurable

• Protocol independent

• Target independent

• Vendor independent

• Open Source

• p4 compiler -> p4 Runtime -> switch

RUNTIME

Page 15: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

P4-programmable Ethernet Switch ASICs

15

Page 16: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Hyperscale Spending to Drive Strong Growth

0

20

40

60

80

100

2015 2016 2017 2018 2019 2020 2021 2022

Data Center Switch Port Forecast

1 Gbps 10 Gbps 25 Gbps 40 Gbps

50 Gbps 100 Gbps 400 Gbps

0

50

100

150

200

2015 2016 2017 2018 2019 2020 2021 2022

DC Switch Silicon Serdes Lane Forecast

1 Gbps 10 Gbps 25 Gbps

50 Gbps 100 Gbps

100G and 400G ports to comprise the bulk of data center switch spending

50G and 100G SerDes Silicon expected to dominate data center switch segment

50Gbps 100Gbps

Source: 650 Group 2018 Forecast

16

Page 17: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Barefoot Tofino™ 2Leading with performance and programmability

12.8 Tbps

8.0 Tb/s 6.4 Tb/s

Industry-leading Process Node§ 7nm technology§ Chiplet Architecture

Highest Bandwidth§ 12.8Tbps with 50G SerDes

Highest Radix § 256x10/25/50GE, 128x100GE, 32x400GE

Lower Power§ Up to 50% better performance per watt

Modular Chip Architecture§ Disaggregated silicon with upgradability to 100G SerDes and Silicon Photonics

Field-proven PISA Architecture§ In production at several customers including Tier 1 OEMs and MSDCs

P4 Programmability§ Leverage 2000+ P4 developer community and thriving ecosystem Sampling SINCE Q2 ‘19

17

Page 18: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Tofino 2 1RU Switch

1500W PSU #1

COM-ExpressCPU module

Air baffle

Type-A USB

BMC console

OOB Ethernet

1x6 fans tray

1500W PSU #2

Fan controlcard cable

M.2 128GbyteSSD drive

BoardManagementController

Air baffle

2x16 400GQSFP-DDfront panelconnectors

2x16 400GQSFP-DDfront panelconnectors

LED selectionbutton &status LED

System Specifications§ 32 QSFP-DD ports using 2x1 stacked

QSFP-DD cages§ Intel® Xeon® D processor COM-Express

CPU module

18

Page 19: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Software Development Environment including Compilers, Drivers and Debuggers.

Page 20: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Control Plane Integration with Programmable Data Plane

P4 Applications

Unified ASIC Driver

SAI

Packet Test Framew

ork

Tofino™ / Tofino™ 2 ASIC ModelBarefoot P4 Insight

BarefootP4 Compiler

20

Switch Application API

Program (P4) & Device (Fixed) API

Control Plane (Local/Remote)

Page 21: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Barefoot P4 Compiler BenefitsLeveraging years of data plane programming experience

§ Second generation

§ Available to end-users with open-sourced front-end!

§ Significant compilation time improvement (~10x)

§ Improved hardware resource allocation

§ P4-16 Support

21

Page 22: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Barefoot P4 InsightDynamic visualization of P4 program as mapped to Tofino™ / Tofino™ 2

P4 ProgramP4 Compiler

Tofino™ / Tofino™ 2

Dashboard Resource Utilization PHV Utilization Table Placement

22

Page 23: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

White box switches and Network Operating Systems

Page 24: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Barefoot Baremetal Switch Ecosystem

24

6.4 Tb/s

3.2 Tb/s 2.4 Tb/s 2.0 Tb/s 1.8 Tb/s

White Box Hardware (ODMs)

Barefoot ASICs

12.8 Tb/s

8.0 Tb/s 6.4 Tb/s

Switch OS / Fabric Solutions

Page 25: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent
Page 26: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Innovation in networking like never before!

Page 27: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

Beautiful New Ideas!

27

Virtual Reality

Augmented Reality

HPC & Big Data

Basic Graphics

2D/3D Graphics

Gaming/Professional Graphics

ML/DL - Inference

ML/DL - Training

Self-driving Vehicles

More…

Graphics

OpenCL™

Compiler

GPU & GPGPU

Firewall & DDos

Layer 4 Load Balancer

Network Packet Broker

Cloud Switching

Enterprise/Telco/SP Switching

Telemetry Analytics

Storage/Memory Interconnect

ML/DL Interconnect

DNS Cache

More…

Networking

P4

Compiler

Tofino™ (PISA)

Page 28: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent
Page 29: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

HPCC: INT-based High Precision Congestion Control

Published at SIGCOMM 2019, by Alibaba, Harvard, U of Cambridge, and MIT

Using INT as explicit and precise feedback§ Very fast convergence§ Near-zero queue§ Few parameters

29

ACK

pkt pkt pkt

INT INT

Sender Receiver

Link-1 Link-2Adjust rate

per ACK

Page 30: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

30

Key Benefits of HPCC:Very low latency and very high throughput at the same time

Page 31: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent
Page 32: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

32

Accelerate Training in Machine Learning

§ Training over huge data requires distributed processing

§ With faster workers, sharing learned parameters becomes a bottleneck

* Liang Luo et.al., Parameter Hub, SysML 2018

0

0.5

1

1.5

2

K520 K80 M60 V100

ResNet 269 (Sec/Iteration)

GPU Active Time Total Time

Page 33: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

33

Distributed Deep Neural Networks

Workers repeat two steps:

1. Update local parameters based on data

2. Share parameters to compute aggregate values

Network

“Ring over workers increases latency”“Parameter server is the bottleneck”Parameter Server w’=w - nΔw

ModelReplicas

DataShards

Δww

Page 34: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

34

Aggregation is Communication-intensive

Worker 1 updates Worker 2 updates

…Worker N updates

Problem:Intensive, all-to-all

communication!

Faster GPUs push training speed

bottleneck to the network!

If only I could help…

Page 35: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

35

Streaming Aggregation with a Pool

Tofino

U2U1

A2A1

Worker 1 Worker 2

Pool

~100’s of MB

~10’s – 100’s of KB

Page 36: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

36

How Much Faster is Tofino™-based Weight Aggregation?

Tofino™-based aggregation provides a speedup from 20% to 300% compared to Tensorflow/NCCL (with direct GPU memory access)

00.5

11.5

22.5

33.5

alexnet googlenet inception3 inception4 resnet50 resnet101 vgg11 vgg16 vgg19

Spee

dup

model

10 Gbps 100 Gbps

Page 37: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

37

How does Tofino™-based Aggregation Scale with the Number of Workers?

Tofino™ parameter server performance does not depend on the number of workers

Tofino PS

Page 38: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

38

When You Need Adapt Your Network…

1. Equipment vendor can’t just send you a software upgrade

2. New forwarding features take years to develop

3. By then, you’ve figured out a hack to work around it

4. Eventually, when the upgrade is available,

– It no longer solves your problem, or

– You need a complete hardware upgrade at huge expense.

can

daysyou don’t have

to figure out

cleanly solves

don’t need

Page 39: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

39

End-to-End Fabric with Programmable Components

Access Edge Core Data Center | Cloud

AcceleratorsFPGAs

MemoryConnectivity

Software

P4-Programmable Fabric FPGA

GPU

CPU

Page 40: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent

The Data-Centric World

HalfOver

of theWorld’s data

was created in the last

2 years 2% HasBeenAnalyzed

Less than

Source: Data Age 2025, sponsored by Seagate with data from IDC Global DataSphere, Nov 201840

Page 42: Prem Jonnalagadda CASTOR Software Days | October 15, …Packet Packet Logical Data-plane View (your P4* program) Switch Pipeline L2 IPv4 IPv6 ACL 8. L2 L2 ... Programming Protocol-Independent