Skip to content

rivasiv/SAI-Implementation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Mellanox SAI implementation

This repository contains SAI implementation for Mellanox hardware.

SAI headers are based on latest head (as of March 31, 2015) of release v0.9.1. SAI headers can be downloaded from https://github.com/opencomputeproject/OCP-Networking-Project-Community-Contributions

The implementation is written over Mellanox SwitchX interfaces API. The API and documentation for it, are available in https://github.com/Mellanox/SwitchX-interfaces

Compilation is done with the flag USE_SAI_INTERFACE=1. For example : make all_native USE_KERNEL=0 USE_SAI_INTERFACE=1 The output result is SAI library, called libsai.

User applications can then link with this library, in order to use the SAI implementation.

About

This repository contains SAI implementation for Mellanox hardware.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.2%
  • C++ 1.4%
  • Shell 0.4%