From patchwork Tue Jul 4 08:14:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hunt, David" X-Patchwork-Id: 26325 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id EAC76377E; Tue, 4 Jul 2017 10:15:48 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 224872B84 for ; Tue, 4 Jul 2017 10:15:44 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 04 Jul 2017 01:15:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.40,307,1496127600"; d="scan'208"; a="1167853353" Received: from silpixa00397898.ir.intel.com ([10.237.223.116]) by fmsmga001.fm.intel.com with ESMTP; 04 Jul 2017 01:14:34 -0700 From: David Hunt To: dev@dpdk.org Cc: jerin.jacob@caviumnetworks.com, harry.van.haaren@intel.com, David Hunt Date: Tue, 4 Jul 2017 09:14:22 +0100 Message-Id: <1499156063-263699-3-git-send-email-david.hunt@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1499156063-263699-1-git-send-email-david.hunt@intel.com> References: <1498830673-56759-2-git-send-email-david.hunt@intel.com> <1499156063-263699-1-git-send-email-david.hunt@intel.com> Subject: [dpdk-dev] [PATCH v6 2/3] doc: add sw eventdev pipeline to sample app ug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Harry van Haaren Add a new entry in the sample app user-guides, which details the working of the eventdev_pipeline_sw. Signed-off-by: Harry van Haaren Signed-off-by: David Hunt Acked-by: John McNamara Acked-by: Jerin Jacob --- MAINTAINERS | 1 + doc/guides/sample_app_ug/index.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 860621a..4479906 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -580,6 +580,7 @@ F: drivers/event/sw/ F: test/test/test_eventdev_sw.c F: doc/guides/eventdevs/sw.rst F: examples/eventdev_pipeline_sw_pmd/ +F: doc/guides/sample_app_ug/eventdev_pipeline_sw_pmd.rst NXP DPAA2 Eventdev PMD M: Hemant Agrawal diff --git a/doc/guides/sample_app_ug/index.rst b/doc/guides/sample_app_ug/index.rst index 02611ef..f9239e3 100644 --- a/doc/guides/sample_app_ug/index.rst +++ b/doc/guides/sample_app_ug/index.rst @@ -69,6 +69,7 @@ Sample Applications User Guides netmap_compatibility ip_pipeline test_pipeline + eventdev_pipeline_sw_pmd dist_app vm_power_management tep_termination