Hi Ferruh, > -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Friday, January 27, 2017 11:56 AM > To: Mcnamara, John > Cc: dev@dpdk.org; Yigit, Ferruh > Subject: [dpdk-dev] [PATCH] doc: update examples list for API > > These files are linked to API documentation as usage samples, added > missing examples files and sorted list alphabetically. > > Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> > --- > doc/api/examples.dox | 23 +++++++++++++++++++---- > 1 file changed, 19 insertions(+), 4 deletions(-) > > diff --git a/doc/api/examples.dox b/doc/api/examples.dox > index c13e574..2d6b65b 100644 > --- a/doc/api/examples.dox > +++ b/doc/api/examples.dox > @@ -12,6 +12,10 @@ > @example ethtool/ethtool-app/main.c > @example ethtool/lib/rte_ethtool.c > @example exception_path/main.c > +@example flow_distributor/distributor/args.c > +@example flow_distributor/distributor/init.c > +@example flow_distributor/distributor/main.c > +@example flow_distributor/node/node.c
I am renaming this sample app in this patch (http://dpdk.org/dev/patchwork/patch/19931/) and I am moving the new sample files in the right order. Thanks, Pablo