From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) by dpdk.org (Postfix) with ESMTP id BB17358CB for ; Thu, 12 Mar 2015 06:44:21 +0100 (CET) Received: by obcva2 with SMTP id va2so13230219obc.3 for ; Wed, 11 Mar 2015 22:44:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=SBU07xLlFLANgsPC8hliOTfpmHzYYM545vvOXtZn3V8=; b=Q5s4lbF+E3J40PESctt7Lfx+1qSfSvRj+qSzj6WLcgtBnXpRpjtLAMJcz1FYlb96+2 pp3bjYXHjCgOJry+AMaPoGdZ71t5J+Z9wvFGwbAQcbKw2CbwC7yCiGET5okxKqwn8Mer JyikPWyAcluCzoV9oSa8p39M1AmczmHxdvR1uC0R9oKaS6EBmvKcbVcbC8e8dLh/wd6B Iji0Y2WgEpijKm5Nd/QS/3kz55qnQ5Z69x+YZyX2VmZIXoua+8ydwC5mJhRmIzrMJhNm YzO/HAHOYACSl/tglhZ/tZoxy7sYU85hXG3+GupBJnpXglTFWbXnvh0ecd5DYOm/F095 pX7w== X-Gm-Message-State: ALoCoQkc+auh2ThNWxzjx7ldEkosjGbarA2nWvZhsPt/4pmctHAFIOp0dzh9GC4xcAxE6MxmKtnF MIME-Version: 1.0 X-Received: by 10.60.42.211 with SMTP id q19mr32743423oel.58.1426139061172; Wed, 11 Mar 2015 22:44:21 -0700 (PDT) Received: by 10.76.34.35 with HTTP; Wed, 11 Mar 2015 22:44:21 -0700 (PDT) In-Reply-To: <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> <5500F46F.8020107@igel.co.jp> Date: Thu, 12 Mar 2015 06:44:21 +0100 Message-ID: From: David Marchand To: Tetsuya Mukawa , "Mcnamara, John" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 00/10] eal: rte_tailq api cleanup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2015 05:44:22 -0000 Hello John, Tetsuya, On Thu, Mar 12, 2015 at 3:05 AM, Tetsuya Mukawa wrote: > On 2015/03/12 7:25, Mcnamara, John wrote: > > 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 > > 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. > Ok, good. Big thanks to both of you :-). The only case remaining would be ivshmem. -- David Marchand