From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/2] ring pmd autotest Date: Mon, 07 Dec 2015 03:55:24 +0100 Message-ID: <3545611.84UvSkF1t3@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bernard Iremonger Return-path: 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 ; Mon, 7 Dec 2015 03:56:36 +0100 (CET) Received: by wmuu63 with SMTP id u63so123644276wmu.0 for ; Sun, 06 Dec 2015 18:56:36 -0800 (PST) In-Reply-To: <1448708514-13724-1-git-send-email-bernard.iremonger@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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