From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <announce-bounces@dpdk.org>
Received: from [92.243.14.124] (unknown [IPv6:::1])
 by dpdk.org (Postfix) with ESMTP id CC2FF5925;
 Sat,  5 Jul 2014 00:38:17 +0200 (CEST)
Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52])
 by dpdk.org (Postfix) with ESMTP id DFBED30E
 for <announce@dpdk.org>; Sat,  5 Jul 2014 00:38:15 +0200 (CEST)
Received: by mail-wg0-f52.google.com with SMTP id b13so2085432wgh.23
 for <announce@dpdk.org>; Fri, 04 Jul 2014 15:38:37 -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:subject:date:message-id:organization
 :user-agent:mime-version:content-transfer-encoding:content-type;
 bh=F+yFfNp/f/QvHEL4cvC+iEoEaEunADAIG8vVLTjb6Z4=;
 b=VrTRoV07nEbI8NoUvno9EasQQ8djoDq9B3UCGCThajWASjflY5DN3aSoplS4A1Nfrh
 MlkRhxByAenOUWWw9hKAgNnTOi2Apa/ObSq9IU7Z/X0eGtXD9Y5ymVH//DiBWyR79Cr6
 NDKYq2oymGt/o6mkJ78Ag3VZC1pyFZXCTaINA1+GCRDE7M4XvrfdYxpzGG4V31r1CZlj
 gu4qcZM7WqLcIC8GapBDXmegH81dS2zcDj0u4FKkiGXns/pN7ZoLl5KBoVxrYCaOan7J
 wEbOPKI/zorSKEvknTQKLg/26g/y8+3VU5PQALWrgMfQIF0++RAFhg2kuMUicaqI3zsi
 DQdQ==
X-Gm-Message-State: ALoCoQny6Ft2ueVBmqla+KjlQY+EC3dCfQWti1uKEshIoW3a2eIBAxznNI+phOwxznN+xal2Wfv6
X-Received: by 10.194.191.162 with SMTP id gz2mr15036311wjc.89.1404513516888; 
 Fri, 04 Jul 2014 15:38:36 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id d4sm66460134wik.20.2014.07.04.15.38.35
 for <announce@dpdk.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 04 Jul 2014 15:38:36 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: announce@dpdk.org
Date: Sat, 05 Jul 2014 00:36:53 +0200
Message-ID: <1727598.d5n7Ve6TPr@xps13>
Organization: 6WIND
User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; )
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
X-BeenThere: announce@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
Errors-To: announce-bounces@dpdk.org
Sender: "announce" <announce-bounces@dpdk.org>
X-Mailman-Approved-At: Sat, 05 Jul 2014 00:39:37 +0200
Subject: [dpdk-dev] [dpdk-announce] DPDK 1.7.0 released
X-BeenThere: dev@dpdk.org
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 04 Jul 2014 22:38:18 -0000

A new DPDK release can be downloaded here:
	http://dpdk.org/browse/dpdk/tag/?id=v1.7.0

Changelog (main changes since 1.6.0r2)
	- fixes for:
		* PMD as shared libraries
		* MAC addresses with ixgbevf
		* mbuf corruption with pcap
		* race conditions in timers
		* build errors
	- enhancements:
		* better default NUMA allocation
		* EAL PCI cleanup
		* VFIO
		* flow control configuration
		* MTU configuration
		* RSS configuration
		* more hardware filters
		* more counters
		* vectorized LPM
		* vectorized ixgbe
		* link, queue and rate management with ixgbe
		* multiple queues with virtio-uio
		* e1000/ixgbe base drivers upgrade
		* i40e
		* new testpmd engines
		* IP fragmentation / reassembly
		* link bonding library
		* ACL library
		* packet distributor library
		* packet framework library
		* factorized configurations
		* rte_malloc optimizations
		* rte_snprintf deprecated

Statistics for this release cycle:
	829 files changed, 112805 insertions(+), 14208 deletions(-)
	34 authors (from 6WIND, Intel and many others)
Thank you to everyone!

Waiting the next release, "SPEED MATTERS" contest will end this summer
and winners will be announced during IEEE Hot Interconnect:
	http://www.6wind.com/speed-matters-information
	http://goo.gl/VaL9Ps
And other events to come:
	http://dpdk.org/events

-- 
Thomas