Re: [dpdk-dev] [PATCH] net/af_packet: add docs guide

2018-12-18 Thread Lam, Tiago
On 18/12/2018 00:39, Ferruh Yigit wrote: > On 12/18/2018 12:31 AM, Ferruh Yigit wrote: >> On 12/17/2018 9:14 AM, Tiago Lam wrote: >>> As of commit 364e08f2bbc0, DPDK allows an aplication to send and receive >>> raw packets using an AF_PACKET and PACKET_MMAP, when using a Linux >>> Kernel. This comp

Re: [dpdk-dev] [PATCH] net/af_packet: add docs guide

2018-12-17 Thread Ferruh Yigit
On 12/18/2018 12:31 AM, Ferruh Yigit wrote: > On 12/17/2018 9:14 AM, Tiago Lam wrote: >> As of commit 364e08f2bbc0, DPDK allows an aplication to send and receive >> raw packets using an AF_PACKET and PACKET_MMAP, when using a Linux >> Kernel. This complements it by adding a simple guide with the fo

Re: [dpdk-dev] [PATCH] net/af_packet: add docs guide

2018-12-17 Thread Ferruh Yigit
On 12/17/2018 9:14 AM, Tiago Lam wrote: > As of commit 364e08f2bbc0, DPDK allows an aplication to send and receive > raw packets using an AF_PACKET and PACKET_MMAP, when using a Linux > Kernel. This complements it by adding a simple guide with the following > information: > - An introduction, where

[dpdk-dev] [PATCH] net/af_packet: add docs guide

2018-12-17 Thread Tiago Lam
As of commit 364e08f2bbc0, DPDK allows an aplication to send and receive raw packets using an AF_PACKET and PACKET_MMAP, when using a Linux Kernel. This complements it by adding a simple guide with the following information: - An introduction, where a brief explanation of this driver is given, po