From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-f174.google.com (mail-ig0-f174.google.com [209.85.213.174]) by dpdk.org (Postfix) with ESMTP id 6BEC79AC2 for ; Wed, 25 Feb 2015 01:56:39 +0100 (CET) Received: by mail-ig0-f174.google.com with SMTP id b16so31689829igk.1 for ; Tue, 24 Feb 2015 16:56:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=zxmIsYtKRAwEoN5+q2jZZ7Ngn3DOgUWH7g8/8rHtPeU=; b=KOqgDwgDsTwtDEK9Hm6vGd3vmK429wP5Cmzyagfy70/1y5Vxs3woHnt9Z2vfJbizDK cxtRhCTpfA8jKoQVKMOcBXilwri4kmQHGjTIqhC6jy8izUNfvVHzhqEFYmj/2jNd5Ed0 sc/0ni8s74RaDTtU19AW/X9aZyfhj3efs3R+oT5xdn7nSNXtwubGlXmOxUQiWMyqvmmV gcWP2iw/YeW634XBMyF28PdLKn4sJMQB7h2mZ5rT+VVgxe4w2pUD+q+giFokF0EfoF58 wCPncP9p0WjxqAGcaAOkIjsbdAute9UdSm0rhRMD5ojMloar+1ysBVDHPAOjguD/U4te AyjA== X-Gm-Message-State: ALoCoQlg/qmxcv5tHSUarkZhA3g6fbYwWvpsnIKTJVbmGg0QgAi2wqck/wJwcgXl6FZPUMKelLi6 X-Received: by 10.42.152.201 with SMTP id j9mr1039367icw.25.1424825798713; Tue, 24 Feb 2015 16:56:38 -0800 (PST) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id qs3sm8889035igb.8.2015.02.24.16.56.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 16:56:38 -0800 (PST) Date: Tue, 24 Feb 2015 16:56:40 -0800 From: Stephen Hemminger To: Thomas Monjalon Message-ID: <20150224165640.22f15e48@urahara> In-Reply-To: <3361041.jsZCZet79c@xps13> References: <3361041.jsZCZet79c@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] closing version 2.0.0-rc1 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: Wed, 25 Feb 2015 00:56:39 -0000 On Tue, 24 Feb 2015 22:50:29 +0100 Thomas Monjalon wrote: > It is time to close the first release candidate for DPDK 2.0. > Then we are going to enter into the RC testing phase which was planned > from 23rd February to 13th March. Only fixes, and cleanups will be accepted. > At the end, the release should be out on 31st March. > > This is the list of the integrated features: > * ABI versioning > * x32 ABI > * non-eal thread supports > * multi-pthread per core > * jobstats library > * reorder library > * 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 > * 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 I have a bunch more fixes to vmxnet3, but they are small.