From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v6 2/3] doc: add sw eventdev pipeline to sample app ug Date: Wed, 5 Jul 2017 10:00:00 +0530 Message-ID: <20170705042959.GA5976@jerin> References: <1498830673-56759-2-git-send-email-david.hunt@intel.com> <1499156063-263699-1-git-send-email-david.hunt@intel.com> <1499156063-263699-3-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, harry.van.haaren@intel.com To: David Hunt Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0066.outbound.protection.outlook.com [104.47.41.66]) by dpdk.org (Postfix) with ESMTP id 0F55A2A58 for ; Wed, 5 Jul 2017 06:30:16 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1499156063-263699-3-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" -----Original Message----- > Date: Tue, 4 Jul 2017 09:14:22 +0100 > From: David Hunt > To: dev@dpdk.org > CC: jerin.jacob@caviumnetworks.com, harry.van.haaren@intel.com, David Hunt > > Subject: [PATCH v6 2/3] doc: add sw eventdev pipeline to sample app ug > X-Mailer: git-send-email 2.7.4 > > 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 + You forgot to add the actual file. > 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 >