From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id D1BBB5696 for ; Thu, 26 Feb 2015 01:13:32 +0100 (CET) Received: by wghb13 with SMTP id b13so6948488wgh.0 for ; Wed, 25 Feb 2015 16:13:32 -0800 (PST) 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=bF04LGpcE1/oa6PLad7e3HyPPJoHeKT1AzmQMHDnWDM=; b=i4HzMs5718ds6REMJVk3f16HcRf1Y4/PrUHJNFsRt3WYrFNJAdwIbhV+0ikiNNR5GX mcuJmQcd7JNTH0knYiFTGvE9ceNBIYSf0a6tz142GbOh2Enzg2IHlvl0qufS11HYRUsD TgHMV/vU66aP6/ZhSQlGoy0CIpTX3Q4KDLqRHPoS5wTtHsAXqPw3rircOZ7hEywSETNI 9VZOde7y0nuR+wlW/12ncaTzOjcOST1dd7FuhptxN5xHTx43WlvzZ5ODrwdy+A9lBjIi vgrkrZsH5VyHAoy0LOwyd+F+mnmv9U1OQShNmI+BcbolppQkA8sPymlmbFJxXSJfQ4xy t4ew== X-Gm-Message-State: ALoCoQkcFX3ujHyxDf9YQWLDaPw1SspvqHQSXIvPFnrUz0l8yzl0dqyGoJdQL4O+LM1b+LyFURxx X-Received: by 10.180.219.102 with SMTP id pn6mr10999471wic.50.1424909612668; Wed, 25 Feb 2015 16:13:32 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id p1sm262776wib.23.2015.02.25.16.13.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Feb 2015 16:13:31 -0800 (PST) From: Thomas Monjalon To: announce@dpdk.org Date: Thu, 26 Feb 2015 01:12:57 +0100 Message-ID: <2186074.hptf0kU6BR@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-announce] release candidate 2.0.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: Thu, 26 Feb 2015 00:13:33 -0000 A new DPDK release candidate is ready for testing: http://dpdk.org/browse/dpdk/tag/?id=v2.0.0-rc1 This is the first release candidate for DPDK 2.0. It means we are entering in the RC testing phase. Only fixes and cleanups will be accepted. Changelog (main changes since 1.8.0) - enhancements: * ABI versioning * x32 ABI * non-eal thread supports * multi-pthread per core * port hotplug * jobstats library * reorder library * memcpy optimization * acl for AVX2 * crc hash arch-independent * uio_pci_generic support * kni optimizations * vhost-user support * virtio (link, vlan, mac, port IO, perf) * ixgbevf RSS * i40e hash filtering * i40e nvgre offloading * i40e switch * fm10k driver * mlx4 driver * bonding mode 4 tests * bonding mode 6 * Rx/Tx callbacks * unified flow types * remove old filtering API (flow director, flex, ethertype, syn, ntuple) * remove device arguments limit * add indirect attached mbuf flag * use default port configuration in testpmd * tunnel offloading in testpmd - fixes for: * build * big endian * cmdline * timer * lpm * pipeline * bonding * pcap * ixgbe vector * i40e We are making good progress in organization and reviewing. Please let's continue to sustain the reviewing effort. You are welcome to check pending patches from other developers in http://dpdk.org/dev/patchwork and make some comments: http://dpdk.org/dev#review Thank you everyone for making it possible.