From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-we0-f175.google.com (mail-we0-f175.google.com
 [74.125.82.175]) by dpdk.org (Postfix) with ESMTP id 08F9B58DF
 for <announce@dpdk.org>; Wed,  3 Sep 2014 23:12:19 +0200 (CEST)
Received: by mail-we0-f175.google.com with SMTP id k48so9235335wev.20
 for <announce@dpdk.org>; Wed, 03 Sep 2014 14:16:57 -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=Yr5simCNBds61xt1b4yVSHnJcB3JtLLtyN9ers/AgRQ=;
 b=I5bvnPsLh3o+FZh9CstoqYDeVCJd5yObl9jPI2eQNZmCDcTJqwme0Yg1kQcxcC6uJc
 IdrNVM75uMUsLJH9hMftmPqA6lqXzT6p1FLaTAUxjwgAdAjhPZk84aFEKpoXg9UD2ctY
 gxu04bxmCWHQURrT2K8/F8i8H6fj9EbmGvZHLktrqUn3Y4b5kJlWHra6k1oUBKXgBf1i
 0k1CVqoM+pl/2rCQuovg8IOvL/eeAoxF0N18i5ycWpXufVtHtKpF6s7WaWHousXqtDId
 DjL0MDOkBB1eYEgTBhsBJIxCKOSz4QO2ni6sgsCbENHVKovkZYNpuSeheCXXxRsQrivB
 zpzg==
X-Gm-Message-State: ALoCoQm5692+JFe9G4L3JrWWvaPsyTM3gvrM/EX4UNcKY+TlD3pIZYgopxyGTVU5ReTPuylhampI
X-Received: by 10.194.82.106 with SMTP id h10mr276029wjy.37.1409779016916;
 Wed, 03 Sep 2014 14:16:56 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id z5sm6370973wib.20.2014.09.03.14.16.55
 for <announce@dpdk.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 03 Sep 2014 14:16:56 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: announce@dpdk.org
Date: Wed, 03 Sep 2014 23:16:49 +0200
Message-ID: <1663032.FfI0UCC9WI@xps13>
Organization: 6WIND
User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; )
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: [dpdk-announce] DPDK 1.7.1 released
X-BeenThere: announce@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK release announcements <announce.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/announce>,
 <mailto:announce-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/announce/>
List-Post: <mailto:announce@dpdk.org>
List-Help: <mailto:announce-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/announce>,
 <mailto:announce-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 03 Sep 2014 21:12:19 -0000

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

It contains some bug fixes and drivers enhancements.

Changelog (main changes since 1.7.0)
	- fixes for:
		* ixgbe crash
		* i40e with BSD
		* vmxnet3 with BSD
		* vmxnet3 multicast
		* vmxnet3 crash
		* virtio without MSI-X
		* virtio 32-bit for 64-bit kernel
		* ring virtual device
		* pcap crash
		* KNI deadlock
		* KNI build
		* multiprocess crash
		* local ethernet address check
		* build for default CPU
	- enhancements:
		* tailq fully local
		* i40e autoneg
		* i40e multicast
		* i40e queue start/stop
		* i40e with Xen
		* virtio jumbo frames
		* virtio statistics per queue
		* vmxnet3 statistics pet queue
		* igb_uio rework
		* change MAC address for KNI
		* clang toolchain support
		* new unit test framework

Statistics for this release cycle:
	179 files changed, 5631 insertions(+), 3454 deletions(-)
	29 authors
Thank you to everyone!

Integration cycle for release 1.8.0 should start after DPDK summit
(September 8). A release candidate (rc1) will integrate yet properly reviewed
patches. Then there will be a last chance (rc2) to integrate new features.

A general documentation effort is ongoing. I'd like that anyone feeling
concerned check its doxygen comments and see how it builds with "make doc".

Thanks for all the efforts
-- 
Thomas