> -----Original Message----- > From: Iremonger, Bernard > Sent: Thursday, October 26, 2017 10:09 AM > To: dev@dpdk.org; Mcnamara, John <john.mcnam...@intel.com> > Cc: Iremonger, Bernard <bernard.iremon...@intel.com> > Subject: [PATCH 2/2] doc: flow classify sample app guide > > This file documents the flow_classify sample application which is used to > demonstate use of the Flow Classify library, librte_flow_classify. > > Updated MAINTAINERS file > > Signed-off-by: Bernard Iremonger <bernard.iremon...@intel.com>
> + > +Compiling the Application > +------------------------- > + > +To compile the application export the path to the DPDK source tree and > +go to the example directory: > + There is now a simple section for compilation that you can reference directly like this: http://dpdk.org/doc/guides/sample_app_ug/hello_world.html#compiling-the-application Copy the example from one of the other sample app guides. John