Skip to content

kwangsuk/SAI-P4-BM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAI BEHAVIORAL MODEL

This repository clearly defines widely accepted network switch behaviour. The switch behavioral model provides a commom framework for all network vendors and users. It meant to describe the standard ethernet switch features and flows. The model enables for both users and vendors to experiance the SAI switch model using SAI API over P4 soft switch.

Repository Structure

The repository consist of:

P4_14 source files to be complied by the p4c complier Can be independently configured via the CLI interface.

C source files implementation for the SAI API build for P4 soft switch model. SAI lib Tests frameworks: PTF, unittests.

Example applications built on top of SAI api. Currently only teamd based lacp app exists.

Insatllation Instructions

Clone this repository recuresively with its submodules:
git clone --recursive https://github.com/Mellanox/SAI-P4-BM

The installation should be in the following order:

  1. Enter p4-switch/ dir, and follow the readme instructions.
  2. Enter sai_adapter/ dir, and follow the readme instructions.

Architecture

The following image describes the architecture of the SAI bm:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 38.4%
  • Python 29.3%
  • C 23.8%
  • Shell 4.6%
  • P4 1.6%
  • Thrift 0.9%
  • Other 1.4%