-----Original Message----- > Date: Tue, 4 Jul 2017 09:14:22 +0100 > From: David Hunt <[email protected]> > To: [email protected] > CC: [email protected], [email protected], David Hunt > <[email protected]> > 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 <[email protected]> > > 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 <[email protected]> > Signed-off-by: David Hunt <[email protected]> > Acked-by: John McNamara <[email protected]> > Acked-by: Jerin Jacob <[email protected]> > --- > 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 <[email protected]> > 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 >

