aweimeow / stratum

Stratum Project Main Repo

Home Page:https://www.opennetworking.org/stratum/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stratum logo

Stratum - Enabling the era of next-generation SDN

Copyright 2018 Google LLC
Copyright 2018-present Open Networking Foundation

Stratum is an open source silicon-independent switch operating system for software defined networks. It is building an open, minimal production-ready distribution for white box switches. Stratum exposes a set of next-generation SDN interfaces including P4Runtime and OpenConfig, enabling interchangeability of forwarding devices and programmability of forwarding behaviors. Current support includes Barefoot Tofino and Broadcom Tomahawk devices, as well as the bmv2 software switch.

Build status (master): CircleCI codecov

Documentation

Running Stratum

Broadcom

Tofino

bmv2

dummy

Stratum inside Docker

Other Topics

p4c-fpm

PHAL

PHAL Development Tutorial

PHAL DB Configurators

gNMI

cdlang

testvectors

Component Overview

img

P4Runtime provides a flexible mechanism for configuring the forwarding pipeline on a network switch.

gNMI is a framework for network device management that uses gRPC as the transport mechanism.

SDKLT is used to program fixed-pipeline switches using the Tomahawk chip from Broadcom.

Supported Devices

Tofino

  • Delta AG9064v1

  • Edgecore Wedge 100BF 32x

  • Edgecore Wedge 100BF 65x

  • Inventec D5254

  • Stordis BF6064X

Broadcom

  • Edgecore AS7712-32X

  • Dell Z9100

  • Inventec D7032

  • QCT QuantaMesh T7032-IX1

Software Switches

  • bmv2

  • dummy

Source code

This repository contains source code for a reference implementation of the P4Runtime and gNMI services, that serves as the hardware abstraction layer for a network switch. It has been successfully prototyped at Google, running on production hardware on a data center network subsystem.

Development environment

We provide a script to create a Docker development environment for Stratum.

To start the container, run the following in your stratum directory:

./setup_dev_env.sh

The script will build a Docker image using Dockerfile.dev and run a bash session in it. This directory will be mounted in the Docker image and you will be able to run git, edit code, and build Stratum / run tests using Bazel.

For more information, you can see a complete list of arguments by running: setup_dev_env.sh -h

If you are using Docker on Linux, make sure that you can use Docker as a non-root user, otherwise you will not be able to run setup_dev_env.sh:

sudo usermod -aG docker $USER

About

Stratum Project Main Repo

https://www.opennetworking.org/stratum/

License:Apache License 2.0


Languages

Language:C++ 89.9%Language:Python 7.1%Language:Go 2.5%Language:Dockerfile 0.2%Language:Shell 0.2%Language:P4 0.1%Language:ANTLR 0.1%Language:C 0.0%Language:Makefile 0.0%