golisai / odp-marvell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SPDX-License-Identifier:        BSD-3-Clause

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

Main git repository:
    git://git.linaro.org/lng/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 --enable-test-perf --enable-test-vald
        make check

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

Patches tracking system:
    http://patches.opendataplane.org/project/lng-odp/list/

Mailing list:
    lng-odp@lists.linaro.org

    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

License:Other


Languages

Language:C 87.6%Language:Perl 5.0%Language:M4 3.0%Language:Makefile 1.5%Language:Shell 1.2%Language:C++ 1.1%Language:Objective-C 0.7%