aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 36545dd4271754e606e00123f7ee2ae6d10780d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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

    Directory platform/linux-generic contains ODP headers and implementation
    for linux-generic target.
    Directory test contains test applications for ODP API calls and features support.

    Use 'make' to build ODP library and samples and 'make docs' to build ODP API
    documentation. 'make install' will copy all required headers and binary files to
    build directory.
    For cross compiling set up appropriate CC:
        make CC=armeb-linux-gnueabihf-gcc

    Make command options:
        ODP_RELOC compile library with position independent code;
        VERBOSE turn on compilation debug;
        ODP_DEBUG_PRINT (default is yes) more debug information;
        DEBUG compile gdb friendly code;
        ODP_HAVE_NETMAP (linux-generic only) turn on netmap packet i/o

ODP patches for 3-rd party applications:
    git://git.linaro.org/lng/odp-apps.git

ODP architecture git tree:
    git://git.linaro.org/lng/odp-architecture.git

Patches tracking system:
    https://patches.linaro.org/patchwork/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;
		[APPS/PATCH] means patch is for odp-apps.git
		[ARCH/PATCH] means patch is for odp-architecture.git;

Bug tracking:
     https://bugs.launchpad.net/linaro-odp