From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: Packet data out of bounds after rte_eth_rx_burst Date: Mon, 23 Mar 2015 14:24:59 -0700 Message-ID: <20150323212459.GA5502@mhcomputing.net> References: <20150323145958.GA12720@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Dor Green Return-path: Content-Disposition: inline In-Reply-To: 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" On Mon, Mar 23, 2015 at 05:19:00PM +0200, Dor Green wrote: > I changed it to free and it still happens. Note that the segmentation fault > happens before that anyway. > > I am using 1.7.1 at the moment. I can try using a newer version. I'm using 1.7.X in my open-source DPDK-based app and it works, but I have an IGB 1-gigabit NIC though, and how RX / TX work are quite driver specific of course. I suspect there's some issue with how things are working in your IXGBE NIC driver / setup. Do the same failures occur inside of the DPDK's own sample apps? Matthew.