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 021B45683 for ; Fri, 27 Nov 2015 17:09:48 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 27 Nov 2015 08:07:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,352,1444719600"; d="scan'208";a="861087725" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 27 Nov 2015 08:07:45 -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 tARG7iZ0016593; Fri, 27 Nov 2015 16:07:44 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id tARG7hO0025511; Fri, 27 Nov 2015 16:07:43 GMT Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id tARG7hfO025506; Fri, 27 Nov 2015 16:07:43 GMT From: Bernard Iremonger To: dev@dpdk.org Date: Fri, 27 Nov 2015 16:07:38 +0000 Message-Id: <1448640460-25249-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v3 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: Fri, 27 Nov 2015 16:09:49 -0000 Fix failures in the ring_pmd_autotest program. Correct errors in the ring PMD documentation. Changes in v3: rebase to latest code. revicse 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