From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 1A322B6D for ; Fri, 27 Jan 2017 14:11:09 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP; 27 Jan 2017 05:11:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,295,1477983600"; d="scan'208";a="52954879" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga004.jf.intel.com with ESMTP; 27 Jan 2017 05:11:08 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX106.ger.corp.intel.com ([169.254.8.197]) with mapi id 14.03.0248.002; Fri, 27 Jan 2017 13:11:07 +0000 From: "De Lara Guarch, Pablo" To: "Yigit, Ferruh" , "Mcnamara, John" CC: "dev@dpdk.org" , "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH] doc: update examples list for API Thread-Index: AQHSeJRgby9ouLVicE6UocUCrAsqE6FMS2kg Date: Fri, 27 Jan 2017 13:11:07 +0000 Message-ID: References: <20170127115541.5472-1-ferruh.yigit@intel.com> In-Reply-To: <20170127115541.5472-1-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2U1MDM0MmQtYzI2YS00MjA0LWJkMzktYzEzMDc1MGQwZDY2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjNsUFBNVWR3S01ESEF4YkdJRW9OVkRJWFliWElERm14ZGxDOG9CRUl2Rk09In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: update examples list for API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2017 13:11:10 -0000 Hi Ferruh, > -----Original Message----- > From: dev [mailto:dev-bounces@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 >=20 > These files are linked to API documentation as usage samples, added > missing examples files and sorted list alphabetically. >=20 > Signed-off-by: Ferruh Yigit > --- > doc/api/examples.dox | 23 +++++++++++++++++++---- > 1 file changed, 19 insertions(+), 4 deletions(-) >=20 > 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