Giter Site home page Giter Site logo

dpdk-ovs's Introduction

Intel® DPDK vSwitch

What is Intel® DPDK vSwitch?

The Intel® DPDK Accelerated Open vSwitch (Intel® DPDK vSwitch) is a fork of Open vSwitch, the Open Source multilayer virtual switch found at openvswitch.org.

For more information on the project, check out the Intel® DPDK vSwitch homepage at 01.org.


Getting Started

To get started right away, we recommend that you check out the documentation contained in the docs directory. These files provide an in-depth overview of the components, system requirements and basic operation of Intel(R) DPDK vSwitch. The documents are written in Markdown format, so for best results, view the documentation using a Markdown viewer, or on GitHub.


Requirements

Intel® DPDK vSwitch has been validated against the following Linux distributions:

  • Intel® DPDK 1.6
  • Wind River Linux 5.1
  • Fedora 16

Additionally, Intel® DPDK vSwitch has been validated on the following processors:

  • Intel® Xeon® Processor E5 Family
  • Intel® Atom® Processor C2000 Family

Build Instructions

Three different utilities are necessary to build Open vSwitch: Intel® DPDK, QEMU and Open vSwitch. Of these, Intel® DPDK must be built first due to dependencies in Intel® DPDK vSwitch.

  • DPDK

    Refer to the Intel® DPDK Getting Started Guide for a relevant make target, eg:

    cd $(DPDK_DIR)
    make install T=x86_64-ivshmem-linuxapp-gcc
  • Openvswitch

    cd $(OVS_DIR)/openvswitch
    ./boot.sh
    ./configure RTE_SDK=$(DPDK_DIR)
    make
  • QEMU

    cd $(OVS_DIR)/qemu
    ./configure --enable-kvm --dpdkdir=$(DPDK_DIR) --target-list=x86_64-softmmu
    make

Further Information

For further information, please check out the docs directory, or use the mailing list.


Contribute

Please submit all questions, bugs and patch requests to the official mailing list. For further information on this process, please refer to the CONTRIBUTE file.


dpdk-ovs's People

Contributors

indexoutofbound5 avatar shanedonohue avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.