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:05:35 +0900 Message-ID: <5500F46F.8020107@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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: "dev-VfR2kkLFssw@public.gmane.org" To: "Mcnamara, John" , David Marchand 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" On 2015/03/12 7:25, Mcnamara, John wrote: > > From: David Marchand [mailto:david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org]=20 > 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 poi= nts by morning: > > $ uname -a =20 > 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 > =20 > 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