From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH 00/10] eal: rte_tailq api cleanup Date: Thu, 12 Mar 2015 11:12:45 +0900 Message-ID: <5500F61D.8060600@igel.co.jp> References: <1425505810-9269-1-git-send-email-david.marchand@6wind.com> <20150306002636.GA6785@neilslaptop.think-freely.org> <2038190.P10mg0IX0N@xps13> <54FFF261.9030407@igel.co.jp> <5500F46F.8020107@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev-VfR2kkLFssw@public.gmane.org" To: "Mcnamara, John" , David Marchand Return-path: In-Reply-To: <5500F46F.8020107-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org> 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 2015/03/12 11:05, Tetsuya Mukawa wrote: > On 2015/03/12 7:25, Mcnamara, John wrote: >> From: David Marchand [mailto:david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org] >> Sent: Wednesday, March 11, 2015 9:30 PM >> To: Mcnamara, John >> Cc: Tetsuya Mukawa; dev-VfR2kkLFssw@public.gmane.org >> Subject: Re: [dpdk-dev] [PATCH 00/10] eal: rte_tailq api cleanup >> >>>> I just tested the patch with testpmd and it fixes the previous issue. >>> Ok, thanks, just for the record, can you add your setup ? >>> linux / bsd, uio / vfio (if linux), which pmd ? >> Hi David, >> >> I always complain when people don't send enough details in bug reports or updates, so sorry about that. >> >> Here we go, it is pretty vanilla but I sure you will get other data points by morning: >> >> $ uname -a >> Linux sie-lab-214-036.ir.intel.com 3.6.10-4.fc18.x86_64 >> #1 SMP Tue Dec 11 18:01:27 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux >> >> UIO with testpmd and skeleton forwarding app >> >> John. >> -- >> > Hi David, > > I've checked the patch on following environments, and make sure it works > fine. > > - igb_uio: > - vfio: > - uio_pci_generic > Tested on Ubuntu14.04 (3.13.0-30-generic) with e1000 PMD. > > - nic_uio > Tested on FreeBSD 10.1-RELEASE #0 r274401 with e1000 PMD. > > Thanks, > Tetsuya > Sorry for my bad English. I've already made sure above. Everything works fine with the patch on my environments. Tetsuya