From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 20AD258CF for ; Mon, 14 Dec 2015 00:13:16 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id p66so21931320wmp.0 for ; Sun, 13 Dec 2015 15:13:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=stayEYxce1pz1Tk+Gyp/cJq8ZLYBLM9ZenSvnjICSs0=; b=keOOFiFsNum3ujeS5Uyqh4hDvbxEz5cVO/k4cmiC8d/lDt+XCQwON1yTxEAAYFGAr4 9danVcpZ3r/M2ucOkYTvONlygKnuiu91cX6TmvzDf5LXQHfr5erYihOst9vlMAjjfbJc iqzCUWi7ntsrI2Y3RNzbDsuzsQbxQJ+oeNRPZ5PVX0nseaOUcQ0Xgt6nWnPiiIGit9yd Nk33UaeJ6V0q0E6PmYJLCdps2Jb0SrJiCfdLl9YYpUaakxZn3J9z21xUQnY1eXCgs1lo uMONPBH8Gp8c6zc0SwmeoQrwLdemrSt0AWXCl7Ps/gsibN3ffrQdmnmbNFneKPaSeUU/ mMlA== 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=stayEYxce1pz1Tk+Gyp/cJq8ZLYBLM9ZenSvnjICSs0=; b=K44cXxLU9hTs2/AScxuKLGVNKBLs29U+KVR3GDYDRXIxjA/TMCn5HOgXuiwuB7CF69 sND7SNrEv2uCnNElWd5sz43XAQ00Wru3122PcXl6rgcclkfwlY+JrbZnPr5017v9U4O/ VEEwSUN/6q+H6U9MrJc9jjaMf9KLOlxLueOXYNjdv8jMCiSYs5e+6x+Nv6JnmsqwnxC6 PM48F7FnqhqFbz1I0pSFHStmdtf3x3XzYT91b0ZzSh3gBGDacTMgPKsSLHxpXiXckPoY Lg9mIJTA0fPFNg+WHzNlNnsEB55V+kEiYX4BMm+cTTerLa7q+RXl3wh3wbbnIMoAlsg5 veKg== X-Gm-Message-State: ALoCoQm6p2b+yxW7SMoX+HemIr/Thp+Moiz7Yo/5bqvK3HpHbW+qKfm1KQnsp+rUf8N0ocXwG3vVChGRogo8mZ7i0wd98fpgfw== X-Received: by 10.194.24.226 with SMTP id x2mr33333008wjf.43.1450048396017; Sun, 13 Dec 2015 15:13:16 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id 186sm13525633wmv.9.2015.12.13.15.13.14 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 13 Dec 2015 15:13:15 -0800 (PST) From: Thomas Monjalon To: "Singh, Jasvinder" Date: Mon, 14 Dec 2015 00:11:59 +0100 Message-ID: <1682840.5Q3gAIxCII@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <9F7182E3F746AB4EA17801C148F3C60409CD35F4@IRSMSX101.ger.corp.intel.com> References: <1446649489-11990-1-git-send-email-jasvinder.singh@intel.com> <1446656626-11078-1-git-send-email-jasvinder.singh@intel.com> <9F7182E3F746AB4EA17801C148F3C60409CD35F4@IRSMSX101.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: update release notes for ip_pipeline app 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: Sun, 13 Dec 2015 23:13:16 -0000 > > This patch updates the release notes with the features added to ip_pipeline application. > > > > v2: > > *placed the release notes under New Features header > > > > Signed-off-by: Jasvinder Singh > > Acked-by: Fan Zhang Applied, thanks