All Projects → susanow → susanow

susanow / susanow

Licence: MIT License
Thread based NFVi on DPDK

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects
CMake
9771 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to susanow

sriov-cni
DPDK & SR-IOV CNI plugin
Stars: ✭ 209 (+674.07%)
Mutual labels:  dpdk, nfv
dpdk
A comprehensive rust binding for DPDK allowing high speed userspace networking across 256 cores and 32 NICs
Stars: ✭ 30 (+11.11%)
Mutual labels:  dpdk
opnfv-cloudify-clearwater
vIMS Clearwater deployment and lifecycle management with Cloudify Orchestrator
Stars: ✭ 32 (+18.52%)
Mutual labels:  nfv
coord-sim
Lightweight flow-level simulator for inter-node network and service coordination (e.g., in cloud/edge computing or NFV).
Stars: ✭ 33 (+22.22%)
Mutual labels:  nfv
vnf-asterisk
Documentation, configuration, reference material and other information around an Asterisk-based VNF
Stars: ✭ 38 (+40.74%)
Mutual labels:  nfv
BeLibnids
It is a platform to use multiprocess to combine dpdk and libnids together to support analyse packets in 10G port.
Stars: ✭ 36 (+33.33%)
Mutual labels:  dpdk
starfish
Rust futures on spdk
Stars: ✭ 31 (+14.81%)
Mutual labels:  dpdk
upf-epc
4G/5G Mobile Core User Plane
Stars: ✭ 97 (+259.26%)
Mutual labels:  dpdk
sdn-nfv-papers
This is a paper list about Resource Allocation in Network Functions Virtualization (NFV) and Software-Defined Networking (SDN).
Stars: ✭ 40 (+48.15%)
Mutual labels:  nfv
DPDK SURICATA-4 1 1
dpdk infrastructure for software acceleration. Currently working on RX and ACL pre-filter
Stars: ✭ 81 (+200%)
Mutual labels:  dpdk
vigor
Main repository of the Vigor NF verification project.
Stars: ✭ 40 (+48.15%)
Mutual labels:  dpdk
k8s-rdma-sriov-dev-plugin
Kubernetes Rdma SRIOV device plugin
Stars: ✭ 92 (+240.74%)
Mutual labels:  dpdk
iovisor-ovn
IOVisor OVN integration
Stars: ✭ 62 (+129.63%)
Mutual labels:  nfv
dperf
dperf is a DPDK based 100Gbps network performance and load testing software.
Stars: ✭ 1,320 (+4788.89%)
Mutual labels:  dpdk
dpdk engineer manual
【冲破内核瓶颈,让I/O性能飙升】DPDK工程师手册,官方文档,最新视频,开源项目,实战案例,论文,大厂内部ppt,知名工程师一览表
Stars: ✭ 535 (+1881.48%)
Mutual labels:  dpdk
nvfuse
NVMe based File System in User-space
Stars: ✭ 81 (+200%)
Mutual labels:  dpdk
shuke
A high performance authority-only dns server implemented with DPDK
Stars: ✭ 45 (+66.67%)
Mutual labels:  dpdk
sriov
Simple standalone Docker Plugin implementation to demonstrate Clear Containers with SRIOV
Stars: ✭ 25 (-7.41%)
Mutual labels:  nfv
sip3-captain-ce
SIP3 Captain (Community Edition)
Stars: ✭ 73 (+170.37%)
Mutual labels:  dpdk
katana-slice manager
5G Network E2E Slice Manager
Stars: ✭ 61 (+125.93%)
Mutual labels:  nfv

Susanow

Build Status

Thread based high Performance Networking Platform on DPDK. Please see http://susanow.dpdk.ninja

Instrallation

Install and Start

$ git clone http://github.com/susanow/susanow
$ cd susanow
$ export SSN_SDK=`pwd`
$ make setup
$ make && sudo make install
$ sudo systemctl start susanow

Stop and Uninstall

$ sudo systemctl stop susanow
$ cd $SSN_SDK && sudo make uninstall

Check NFVi is running

$ ssnctl nfvi show ping
ssn-ping from localhost:8888 time=0.002
ssn-ping from localhost:8888 time=0.002
...

Licence and Author

MIT Licence, see LICENCE file

Hiroki SHIROKURA

This project is powered by IPA-Mitou.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].