[dpdk-users] Regarding Receiving packets from outer world (internet)

Stephen Hemminger stephen at networkplumber.org
Wed Jan 11 17:10:44 CET 2017


On Wed, 11 Jan 2017 09:25:24 +0530
Sakthivel Subramaniam <sakthivelpvs at gmail.com> wrote:

> Hi,
> I'm new to DPDK and want to use dpdk for my project.
> I have basic question about receiving packets using dpdk bound interface
> from internet.
> 
> Please provide clarity for following questions.
> 1. How can we receive packets from internet and process the same using DPDK?
> 2. How to assign IP address for the DPDK ethernet interface ?
> 3. Is it possible to receive specific protocol packets (ex:MQTT) without IP
> address using DPDK?
> 4. Is it necessary to add TCP/IP stack to dpdk?
> 
> 

DPDK itself only provides raw access to network, which means there is
no TCP/IP protocol stack. DPDK only deals with layer 2, not IP protocols
directly.

There have been several other projects using
DPDK which provide network protocols such as the TLDK (part of FD.io).

To understand what DPDK does read documentation and look at the examples.


More information about the users mailing list