From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: ip_pipeline app user guide Date: Tue, 11 Aug 2015 22:37:28 +0200 Message-ID: <3876305.WVJW9elbtC@xps13> References: <1438868898-12669-1-git-send-email-cristian.dumitrescu@intel.com> <1439311628-10210-1-git-send-email-john.mcnamara@intel.com> <3EB4FA525960D640B5BDFFD6A3D89126478A2600@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Dumitrescu, Cristian" Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 3557C5A5E for ; Tue, 11 Aug 2015 22:38:43 +0200 (CEST) Received: by wicne3 with SMTP id ne3so192494781wic.1 for ; Tue, 11 Aug 2015 13:38:43 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126478A2600@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > From: "Dumitrescu, Cristian" > > > > Added more extensive documentation for ip_pipeline application. > > > > Signed-off-by: Cristian Dumitrescu > > Acked-by: Jasvinder Singh > > Acked-by: Piotr Azarewicz > > Acked-by: John McNamara > > --- > > Acked-by: Cristian Dumitrescu This patch is moving doc for examples/ip_pipeline/ from doc/guides/sample_app_ug/ to a standalone doc. The only app having a standalone doc is testpmd. So this patch is applied after moving it back to doc/guides/sample_app_ug/. Thanks