From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hunt Subject: [PATCH v6 2/3] doc: add sw eventdev pipeline to sample app ug Date: Tue, 4 Jul 2017 09:14:22 +0100 Message-ID: <1499156063-263699-3-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> Cc: jerin.jacob@caviumnetworks.com, harry.van.haaren@intel.com, David Hunt To: dev@dpdk.org Return-path: 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) In-Reply-To: <1499156063-263699-1-git-send-email-david.hunt@intel.com> 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 -- 2.7.4