From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jo=E3o_Alberto_Pereira_de_Ara=FAjo?= Subject: Costume packet Date: Thu, 20 Jun 2013 16:03:34 +0100 Message-ID: <51C319C6.2050507@viaquanta.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Good morning. I'd like to know if it's possible to send a costume Ethernet packet (like some information passed along as a packet). If it is let me know how to make it so i can put in the mbuf_table to send bursts. I tried allocating a mbuf with rte_pktmbuf_alloc(pktmbuf_pool), and change the pointer to my costume data and change the length of the packet, but it didn't seems to work. Thanks in advance.