From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 690FE9AAA for ; Tue, 17 Mar 2015 18:03:30 +0100 (CET) Received: by wibg7 with SMTP id g7so50118554wib.1 for ; Tue, 17 Mar 2015 10:03:30 -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=m/3Z5+5sJwjCm2jDr0bd1bYaS/VjJnSlfsEprD1HOeg=; b=hL+ExuV9jwrDM25lABea2VEgPq5vF2qWKzYC5lP/0ws0LvytqfjGeeFzotp8UTQiJc Aml/+llPwtaWbPyEdKqvMMmjDA53mDdEGvXiXTUqeLj16NXiUZIq6EhkItb+LEOCXzrh M9BEEznRrFdSwRQyFCel1mKOHX/KkWY6sPn13PKO3faQC2gV1AfUr3YyYBPWlCiA+U5E kPgT1ITFpy0hBLx0kRYXtY9B9c4AZVA2P55fbo8dGFkPOrWHGR/qZnYbLpt62STHqHV/ RnTm/R/2U45Gpr1R9RmWIfkGBje3Z0yYe3kXgwZXYWUT9wgsfptwSontjKcydmX88Z+V Is5g== X-Gm-Message-State: ALoCoQnWgkogGkD2KeoeGkSvsVChKb+RfAVVRte3P1BwQUcSu5mGivmy6L2exGE7Kr09Bdsqj/ak X-Received: by 10.194.143.20 with SMTP id sa20mr81944292wjb.75.1426611810239; Tue, 17 Mar 2015 10:03:30 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id nh17sm3488561wic.5.2015.03.17.10.03.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Mar 2015 10:03:29 -0700 (PDT) From: Thomas Monjalon To: "Mcnamara, John" Date: Tue, 17 Mar 2015 18:02:55 +0100 Message-ID: <4543999.AdQ8lRgksP@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1424893562-8740-1-git-send-email-john.mcnamara@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 0/3] additional sample app guides 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, 17 Mar 2015 17:03:30 -0000 > > This patchset includes two new sample app guides. > > > > The first is for the existing basic forwarding/skeleton application. > > > > The second is for the recently added rxtx_callbacks sample application. > > > > John McNamara (3): > > examples/skeleton: minor refactoring to help documentation > > doc: add docs for basic forwarding skeleton app > > doc: add docs for the rxtx_callbacks sample app > > Acked-by: Pablo de Lara Applied, thanks