From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=mtQAI98vsw25h2fYF1fl0MTNcoL+Is4ikQt2+KaUdYs=; b=QZ0t7snw/5pKQW3fcmq73fptiXlrGr+EZAgBtBN5IR6hUOgrZBF790+5mHvFoMc2K9 OofX8mWjqS5wPYw5w7U648g7FWOJ7Kr006bnugpnoSKOkAkqSjtgVBnqR0rUfG/kBTAt weL0/wwRegMj13Oe1Up6FkqahA2nUcL1PZzsSGUxIqlc65KpT/jJA9vz6VBlb1anXhcZ FF3nfWt1dRSpSqCy3ZHHUK3qJBGi50G/3sZfdarYjtygiH8Pbspy57q8beJNUNNPjeWy qZpP8El85J64rqjoob/g5QmRngleqVJibXy7xj6yw+IRKcxnsiGIkS2Pr/wwOwhkRyS8 XlRw== X-Gm-Message-State: ALoCoQlVlg2CgPdwwwMDx+xHRQ9nhCsadW1rRbR8zLEd2PPXOwzPyRd4g0HwtntF4fvvdegZanSy X-Received: by 10.180.20.198 with SMTP id p6mr40542733wie.38.1439325523012; Tue, 11 Aug 2015 13:38:43 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id fq15sm4620991wjc.12.2015.08.11.13.38.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Aug 2015 13:38:42 -0700 (PDT) From: Thomas Monjalon To: "Dumitrescu, Cristian" Date: Tue, 11 Aug 2015 22:37:28 +0200 Message-ID: <3876305.WVJW9elbtC@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126478A2600@IRSMSX108.ger.corp.intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] doc: ip_pipeline app user guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 20:38:43 -0000 > > 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