aboutsummaryrefslogtreecommitdiff
path: root/doc/helper-guide/odp.dox
blob: 79f4121bd8bd9540743528c3d3d3d1614eb09c40 (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
/* Copyright (c) 2016, Linaro Limited
 * All rights reserved
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

/**
 * @mainpage
 *
 * @section sec_1 Introduction
 *
 * OpenDataPlane (ODP) provides a data plane application programming
 * environment that is easy to use, high performance, and portable
 * between networking SoCs.
 *
 * The helper library provides support for commonly used functionality that is
 * not directly accelerated by the hardware.
 *
 *  @image html overview.svg
 *
 * @section contact Contact Details
 * - The main web site is http://www.opendataplane.org/
 * - The git repo is https://github.com/Linaro/odp.git
 * - Bug tracking is https://bugs.linaro.org/describecomponents.cgi?product=OpenDataPlane%20-%20linux-%20generic%20reference
 *
 */