OpenDataPlane


The OpenDataPlane is an open-source project which defines application programming interfaces for portable high performance networking data plane applications. ODP API design enables various implementation strategies without exposing the application to implementation details. This allows the same application to run efficiently on various hardware platforms with different levels of HW acceleration. For example, the same application source code may be re-compiled to run on a standard server system or a specialized networking System on a Chip device.
Networking data plane refers software and hardware that forwards packets/frames from one interface to another, and usually performs various operations on packet data. Commonly, data plane software utilizes hardware acceleration to reach high packet and bit rates. Networking control plane and management plane refer to softwares that control and monitor data plane software and hardware operation.

History

On October 29, 2013 Linaro announced that it was collaborating with members of the Linaro Networking interest Group to develop and host an open standard application programming interface for data plane applications. Initially defined by members of the Linaro Networking Group, this project is open to contributions from all individuals and companies who share an interest in promoting a standard set of APIs to be used across the full range of network processor architectures available.

Technology Overview

ODP consists of an API specification and a set of reference implementations that realize these APIs on different platforms. Implementations range from pure software to those that deeply exploit the various hardware acceleration and offload features found on modern networking System-on-Chip processors.
ODP's goal is to allow implementers of the API great flexibility to exploit and optimize the implementation. This is intended to enable easy platform portability such that an application written to the API can pick up performance gains without needing significant platform knowledge when ported.
ODP is currently being used to develop reference platform implementations of Open Platform for NFV and is being promoted by companies as part of their data plane support initiatives.
Products were announced by companies such as Kalray with many acronyms. The OpenDataPlane run to completion execution models and framework are also being used by FastPath applications to leverage OpenFastPath functionality. DPDK is supported in the OpenFastPath release through the ODP-DPDK layer. The intent of OpenFastPath is to enable accelerated routing/forwarding for IPv4 and IPv6, tunneling and termination for a variety of protocols.

Implementations

There is a Linux based reference software implementation of the ODP API, intended to be a functional model to establish the API behavior. In conjunction with a validation suite, this gives a base for accelerated implementations to extend.
Current ODP implementations exist for several processors, with varying degrees of hardware offload:

Current ODP Implementations

Releases

The following lists the different OpenDatePlane releases:
Release NameRelease Date
OpenDataPlane v1.0.0February 27, 2015
OpenDataPlane v1.0.1March 17, 2015
OpenDataPlane v1.0.2March 27, 2015
OpenDataPlane v1.0.3April 17, 2015
OpenDataPlane v1.0.4April 30, 2015
OpenDataPlane v1.1May 13, 2015
OpenDataPlane v1.2July 22, 2015
OpenDataPlane v1.3August 31, 2015
OpenDataPlane v1.4September 30, 2015
OpenDataPlane v1.4.1November 13, 2015
OpenDataPlane v1.5December 1, 2015
OpenDataPlane v1.6December 31, 2015
OpenDataPlane v1.7February 8, 2016
OpenDataPlane v1.8March 4, 2016
OpenDataPlane v1.9April 15, 2016
OpenDataPlane v1.10April 29, 2016
OpenDataPlane v1.10.1June 14, 2016
OpenDataPlane v1.11August 18, 2016
OpenDataPlane v1.12December 2, 2016
OpenDataPlane v1.13January 18, 2017
OpenDataPlane v1.14March 1, 2017
OpenDataPlane v1.15June 19, 2017
OpenDataPlane v1.16November 10, 2017
OpenDataPlane v1.17December 30, 2017
OpenDataPlane v1.18March 5, 2018
OpenDataPlane v1.18.0.1March 16, 2018
OpenDataPlane v1.19April 19, 2018
OpenDataPlane v1.19.0.1May 10, 2018
OpenDataPlane v1.19.0.2July 4, 2018
OpenDataPlane v1.20.0.0December 3, 2018
OpenDataPlane v1.21.0.0January 28, 2019
OpenDataPlane v1.22.0.0August 22, 2019
OpenDataPlane v1.23.0.0November 21, 2019

Ecosystem

The following organizations currently sponsor the development of ODP.
The following open source projects use ODP API as the abstraction layer towards data plane hardware.