From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 1C0095685 for ; Sat, 28 Nov 2015 12:02:09 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 28 Nov 2015 03:02:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,356,1444719600"; d="scan'208";a="608717264" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 28 Nov 2015 03:02:03 -0800 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id tASB218k003102; Sat, 28 Nov 2015 11:02:01 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id tASB21bQ013762; Sat, 28 Nov 2015 11:02:01 GMT Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id tASB21t7013758; Sat, 28 Nov 2015 11:02:01 GMT From: Bernard Iremonger To: dev@dpdk.org Date: Sat, 28 Nov 2015 11:01:52 +0000 Message-Id: <1448708514-13724-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1448640460-25249-1-git-send-email-bernard.iremonger@intel.com> References: <1448640460-25249-1-git-send-email-bernard.iremonger@intel.com> Subject: [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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2015 11:02:10 -0000 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 app/test/test_pmd_ring.c | 360 +++++++++++++++++++++++++----------------- doc/guides/nics/pcap_ring.rst | 28 ++-- 2 files changed, 235 insertions(+), 153 deletions(-) -- 1.9.1