From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id C27A4C38A for ; Mon, 20 Jul 2015 04:23:02 +0200 (CEST) Received: by wgbcc4 with SMTP id cc4so26819558wgb.3 for ; Sun, 19 Jul 2015 19:23:02 -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=VzpWPzlVthAfo4So5ZkiW+xvDqGjH20eWWW/aIanFhw=; b=X/9Nvkc01zSKAF1qim7IhNBz1VJuVO2WjODHeCtm+VTT9ojKVa7QzQrmg46uIUL+Kn L/3gQV8xf5qeHkauD5smszEaDG7RBShx5BERlucrCGMP7isb2bzpQM5hdHtDLIg2pcjy 0JnL17sXctXKzSs6ISuih7+1HQzAZFSVBzrn/ke6d59SGz/dfOAjmuv/YcFPI1b7pPCH l43pk2uqXB5qX+kjBKaaz2iu7rEo9lNIDuDEWhOfxSFlDdbcakHRZOKkRFKNWvckWQ2c loj40qjqyeOhknwzTjIFR5CkBQGRcycrmQo0Dm4ye1kxZbQRj9YT3XD7k0FFxS01uV1r B8Tg== X-Gm-Message-State: ALoCoQk1gEGx9IJGZ5YP2jOWdz5xWfy4wNGTd92AgeaNnu+CQ/k5a8AubXsjrv7YTqRByRonfzsN X-Received: by 10.180.218.227 with SMTP id pj3mr16849226wic.59.1437358982662; Sun, 19 Jul 2015 19:23:02 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ib9sm29677086wjb.2.2015.07.19.19.23.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 19:23:01 -0700 (PDT) From: Thomas Monjalon To: announce@dpdk.org Date: Mon, 20 Jul 2015 04:21:50 +0200 Message-ID: <21138242.6OKcuZkzmo@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-announce] release candidate 2.1.0-rc1 X-BeenThere: announce@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK release announcements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 02:23:02 -0000 A new DPDK release candidate is ready for testing: http://dpdk.org/browse/dpdk/tag/?id=v2.1.0-rc1 This is the first release candidate for DPDK 2.1. It means we are entering in the RC testing phase. Only fixes and cleanups will be accepted. Changelog (main enhancements since 2.0.0) * memory size without hugepage * indirect mbuf cloning * packet type * memzone freeing * IEEE1588 timestamping * multicast filtering * flow director extension * hash key size * hotplug in BSD * e1000 hotplug * igb dump * ixgbe base update * ixgbe hotplug * ixgbe LRO * ixgbe dump * i40e base update * i40e hotplug * i40e port mirroring * i40e QinQ * fm10k hotplug * fm10k promiscuous * fm10k mac vlan filtering * mlx4 update * cxgbe driver * vmxnet3 vlan filtering * virtio hotplug * vhost migration * pcap jumbo * TILE-Gx architecture * HTM lock elision for x86 * jhash update * toeplitz hash * cuckoo hash * KNI optimization * KNI multicast * packet framework enhancements * cmdline polling mode * VXLAN example You are welcome to review pending patches from other developers in http://dpdk.org/dev/patchwork and send your comments: http://dpdk.org/dev#review There were a lot of interesting dicussions during this release cycle which led to create and improve the guidelines document. The drawback is that several important design choices were done late. That's why the deadline for feature acceptance (i.e. rc1) was extended. The goal is now to make the release 2.1.0 available on August 12, with a new release candidate each week. Hope the -rc4 will be the last one. Please test this release candidate with your hardware and your preferred apps. Thank you everyone for making each version better!