> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of David Hunt > Sent: Thursday, June 29, 2017 4:50 PM > To: dev@dpdk.org > Cc: jerin.ja...@caviumnetworks.com; Van Haaren, Harry > <harry.van.haa...@intel.com>; Hunt, David <david.h...@intel.com> > Subject: [dpdk-dev] [PATCH v4 2/3] doc: add sw eventdev pipeline to sample > app ug > > From: Harry van Haaren <harry.van.haa...@intel.com> > > 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 <harry.van.haa...@intel.com> > Signed-off-by: David Hunt <david.h...@intel.com>
Good doc. > diff --git a/doc/guides/sample_app_ug/index.rst > b/doc/guides/sample_app_ug/index.rst > index 02611ef..11f5781 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 Should be eventdev_pipeline_sw. Otherwise there is a build error.