Skip to content

joseppc/odp-dpdk

 
 

Repository files navigation

Copyright (c) 2013-2018, Linaro Limited
All rights reserved.

SPDX-License-Identifier:        BSD-3-Clause

OpenDataPlane (ODP) project source code.
    http://www.opendataplane.org/

Main git repository:
    https://github.com/Linaro/odp.git

    How to build:
    Look in platform/linux-*/README for more detail how to build.
    Directory test contains test applications for ODP API calls and features support.

    For a list of build dependencies, read DEPENDENCIES.
    In general you can build:
    ./bootstrap
    ./configure
    Use 'make' to build ODP library and samples and 'make doxygen-doc' to build
    ODP API documentation. 'make install' will copy all required headers and
    binary files to the install directory.

    Configure options:
        ./configure --help

    To execute all the testcases, assuming CUnit is installed for the validation tests:
        ./bootstrap
        ./configure
        make check

    To generate the users guides:
        ./bootstrap
        ./configure --enable-user-guides
        make

Patches tracking system:
    Patchwork:
      http://patches.opendataplane.org/project/lng-odp/list/
    Github pull requests:
      https://github.com/Linaro/odp/pulls

Mailing list:
    [email protected]

    Please read CONTRIBUTING file before submitting patches.
    Email prefixes:
        [PATCH] means patch is for odp.git

Bug tracking:
    https://bugs.linaro.org/describecomponents.cgi?product=OpenDataPlane%20-%20linux-%20generic%20reference

About

OpenDataPlane DPDK platform implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.6%
  • Perl 4.0%
  • C++ 3.4%
  • M4 1.5%
  • Makefile 1.3%
  • Shell 1.1%
  • Other 0.1%