Visible to Intel only — GUID: dah1572020247390
Ixiasoft
Visible to Intel only — GUID: dah1572020247390
Ixiasoft
2. Data Plane Development Kit Overview
- A packet forwarding algorithm that uses a hash-based approach to a longest prefix match (LPM) library
- A network buffer management (Mbuf library)
- A traffic management API
DPDK also provides APIs for the following network functions:
- Ethernet API to receive and transmit packets and configure network interfaces
- Baseband API for virtual radio access network (vRAN)
- Quality of service API configuration
- Metering API for counter support
- Additional basic functions such as locking, memory allocation, and CPU core synchronization
The Poll Mode Driver (IPN3KE) and testpmd application that support the Intel® FPGA PAC N3000 platform use the Ethernet device DPDK API. Refer to DPDK 19.08.0 Functions for information about Ethernet receive and transmit packets.
The DPDK API functions provide a hardware abstraction layer so that you can easily port your application to different hardware platforms. If you create your own custom driver, you must provide functions that override DPDK API interfaces. If the required functionality or hardware acceleration cannot override DPDK API, you can add a new DPDK API functions.