From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id DFE058E8A for ; Tue, 24 Nov 2015 18:34:05 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 24 Nov 2015 09:33:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,339,1444719600"; d="scan'208";a="828137475" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 24 Nov 2015 09:33:48 -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 tAOHXlEb014182; Tue, 24 Nov 2015 17:33:48 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id tAOHXl0f032471; Tue, 24 Nov 2015 17:33:47 GMT Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id tAOHXl38032466; Tue, 24 Nov 2015 17:33:47 GMT From: Bernard Iremonger To: dev@dpdk.org Date: Tue, 24 Nov 2015 17:33:42 +0000 Message-Id: <1448386424-32433-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 v2 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: Tue, 24 Nov 2015 17:34:06 -0000 Changes in v2: move doc changes to a seperate patch. Bernard Iremonger (2): app/test: create ring and ethdevs in pmd_ring_autotest doc: revise ring-based PMD to match latest ring PMD code app/test/test_pmd_ring.c | 360 +++++++++++++++++++++++++----------------- doc/guides/nics/pcap_ring.rst | 28 ++-- 2 files changed, 235 insertions(+), 153 deletions(-) -- 1.9.1