Cavium-pro driver extends BMv2

Change-Id: I1377b321c4e9b66d01a5cca76122b1087775abf2
3 files changed
tree: 5a350503fed7ceb84ab4d3f50001a54b458f633c
  1. .buckconfig
  2. .dockerignore
  3. .gitignore
  4. .gitmodules
  5. .gitreview
  6. BUCK
  7. Dockerfile
  8. Jenkinsfile
  9. LICENSE.txt
  10. README.md
  11. apps/
  12. buck-tools/
  13. bucklets/
  14. cli/
  15. core/
  16. docs/
  17. drivers/
  18. features/
  19. incubator/
  20. lib/
  21. models/
  22. modules.defs
  23. mwc.defs
  24. onos.defs
  25. pipelines/
  26. pom.xml
  27. protocols/
  28. providers/
  29. tools/
  30. utils/
  31. web/
README.md

ONOS : Open Network Operating System

What is ONOS?

ONOS is a new SDN network operating system designed for high availability, performance, scale-out.

Top-Level Features

  • High availability through clustering and distributed state management.
  • Scalability through clustering and sharding of network device control.
  • Performance that is good for a first release, and which has an architecture that will continue to support improvements.
  • Northbound abstractions for a global network view, network graph, and application intents.
  • Pluggable southbound for support of OpenFlow and new or legacy protocols.
  • Graphical user interface to view multi-layer topologies and inspect elements of the topology.
  • REST API for access to Northbound abstractions as well as CLI commands.
  • CLI for debugging.
  • Support for both proactive and reactive flow setup.
  • SDN-IP application to support interworking with traditional IP networks controlled by distributed routing protocols such as BGP.
  • IP-Optical use case demonstration.

Checkout our website and our tools