From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tetsuya.Mukawa" Subject: Re: Weird behavior of DPDK - ongoing problem Date: Mon, 14 Apr 2014 16:20:50 +0900 Message-ID: <534B8C52.8070003@igel.co.jp> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: Meir Tseitlin , dev-VfR2kkLFssw@public.gmane.org Return-path: 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" Hi Meir, (2014/04/13 19:21), Meir Tseitlin wrote: > The problem is that in 30% of the cases data packet enters the path of > control packet instead of expected answer. Which probably means that after > my packet type check, the mbuf is overwritten before handled properly. If you are using DPDK-1.5, it's nice to update to DPDK-1.6, because pcap pmd of DPDK-1.5 has buffer overflow while receiving data from a target device/file. And the issue was solved with DPDK-1.6 (in both intel original code and dpdk.org code). Also if multiple processes/threads run on a same cpu, probably, it could cause a problem like you're facing. Regards, Tetsuya