On 2015/03/12 7:25, Mcnamara, John wrote: > > From: David Marchand [mailto:david.marchand at 6wind.com] > Sent: Wednesday, March 11, 2015 9:30 PM > To: Mcnamara, John > Cc: Tetsuya Mukawa; dev at dpdk.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