From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43])
 by dpdk.org (Postfix) with ESMTP id A41859432
 for <dev@dpdk.org>; Mon,  7 Dec 2015 03:56:36 +0100 (CET)
Received: by wmuu63 with SMTP id u63so123644276wmu.0
 for <dev@dpdk.org>; Sun, 06 Dec 2015 18:56:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=uepc0ZDSBIi2SmXif1JxIVCrRmvlwZmlvYVva+TIy/Y=;
 b=rE3hPmCaw0MiqoHYTUbcYoTunrUJHBXsc3ZhP3TS+MQeydCJg3N+bxBmgGOcw0UjnU
 nWpOXK7owAey+aDQTiJCUUtGPNwsQfDOhSsDczqg5baRMQMyagtaXYMcdM0BU3jCWd2g
 81RPJ8iyOh/sn4+P9SikRKDmSNAA9u9i1/FEqYzmMWA+2k+gVB865geM1ZmmeiFAkK+6
 ToNocXR8NJGFaH2mblv74313O/2zawu3h1uDXUJtXQSkJLtLfgBQmm74FbQEVfTCoYY3
 4V6LJ+8NEQ1iZZzfowGFSDNYbaMvNsCEMruK6J/skUroLqexf135qps4IEj9uaKNAxUY
 mYUA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=uepc0ZDSBIi2SmXif1JxIVCrRmvlwZmlvYVva+TIy/Y=;
 b=KUjtUraedkXX4cTeku6I13VcYBJB2gs2YOEnaDw6eFGCHLyQUel/6cbprZ5xdoZfnv
 HSYBd82R2ucLCwzX5GND/gLOqXWYSea+Ma6Imif93H2q1uCVs5A3c/KQU6ZmzSGbtHiO
 enpjmCbSZmRt/D8un+k9TREakwTCS3yMpMsmGoYG4Ehli2LdF6+6S/sshaItHpcGv/Rr
 ifVCk3VCctfWG39xbZi3/rdctyJl6CYWHSoG6+TmluFI1eWCecAzR/z+MMciVsEzdf5L
 zZnku9L7TleQ8+a+zzhmi7wrf5DtmLqWgoTfLC1O6eibejq+emPNKn2XA9DtMHA4rl+H
 5Diw==
X-Gm-Message-State: ALoCoQnZSmVJx9gTgSHgP9LvDvDwFuActz/jCfTPhDUpsf2Sb9SdnV9BjfYCdWUutEwJ3zQo3B53
X-Received: by 10.194.200.5 with SMTP id jo5mr30252613wjc.79.1449456996545;
 Sun, 06 Dec 2015 18:56:36 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id gl10sm22892864wjb.30.2015.12.06.18.56.35
 (version=TLSv1/SSLv3 cipher=OTHER);
 Sun, 06 Dec 2015 18:56:35 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Bernard Iremonger <bernard.iremonger@intel.com>
Date: Mon, 07 Dec 2015 03:55:24 +0100
Message-ID: <3545611.84UvSkF1t3@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1448708514-13724-1-git-send-email-bernard.iremonger@intel.com>
References: <1448640460-25249-1-git-send-email-bernard.iremonger@intel.com>
 <1448708514-13724-1-git-send-email-bernard.iremonger@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v4 0/2] ring pmd autotest
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Dec 2015 02:56:36 -0000

2015-11-28 11:01, Bernard Iremonger:
> Fix failures in the ring_pmd_autotest program.
> Correct errors in the ring PMD documentation.
> 
> Changes in v4:
> rebase to latest code.
> update commit messages.
> add Fixes: line to commit messages.
> 
> Changes in v3:
> rebase to latest code.
> revise commit messages.
> 
> Changes in v2:
> move doc changes to a seperate patch.
> 
> Bernard Iremonger (2):
>   app/test: fix failures in the ring_pmd_autotest program
>   doc: correct Rings-based PMD section in the NIC Drivers guides

Applied, thanks