From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 67877C2F4 for ; Fri, 3 Apr 2015 16:12:35 +0200 (CEST) Received: by wixm2 with SMTP id m2so74064399wix.0 for ; Fri, 03 Apr 2015 07:12:35 -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=jN3EKXcI4k4kuA0CILmhpwjaaMq6rP+LhDTAWX7CKug=; b=lJTjzym/eMRZa2TQ1BRyXTZQBNxdCoohevqc0+ym2ZhlKaB+XuOiMjridYJz5+nxsa x5XzJyec6ASZqotgBLbMXdRqr1iJhJN3GCHucgJyujsL2qmub//bVO3jdq3Bhe8/CLI5 dpgB9DuuckHAjPkKXULZeTsrxhl8XKZR1ROBPRzwyyJahXnhPExk8ZtBhK88S7dUn9DV 0wzxuV5rfEweg1UrKUDims6a5hlQk3bvjJFoYq4yVnxRyBGHBXtEYt4yRDMJJRzVSW3N 5mT5DmATQbDE3FtFqRVkw8PK2Ik5HCpyl6E/tCFBaQZurcLowO5PB0y4I6Y8sZ/zsEGQ bcFg== X-Gm-Message-State: ALoCoQkhHWt1WXUNqD/VqZtO5htVONGaJvTlCoNT9Hdap5UkcaJ97LPu5PtBecvI9sghr9KX9tBN X-Received: by 10.180.98.98 with SMTP id eh2mr34265029wib.31.1428070355263; Fri, 03 Apr 2015 07:12:35 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id gl6sm2907546wib.8.2015.04.03.07.12.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Apr 2015 07:12:34 -0700 (PDT) From: Thomas Monjalon To: Siobhan Butler Date: Fri, 03 Apr 2015 16:11:51 +0200 Message-ID: <21032654.g5H99LcPm2@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1428054702-6525-1-git-send-email-siobhan.a.butler@intel.com> References: <1428054702-6525-1-git-send-email-siobhan.a.butler@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] [PATCHv2] doc: remove duplicate in release nots new features 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: Fri, 03 Apr 2015 14:12:35 -0000 2015-04-03 10:51, Siobhan Butler: > - Remove duplicate entry > - Added remaining features to list of new features > > Signed-off-by: Siobhan Butler Applied, thanks