From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id 5AEFA9AC2 for ; Tue, 24 Feb 2015 22:51:03 +0100 (CET) Received: by wesx3 with SMTP id x3so27971596wes.7 for ; Tue, 24 Feb 2015 13:51:03 -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=Dnb7e830UjdrOwnhdQeWiiMeipo4fe9sEBQHR09+C+Y=; b=lXRjptP/1qPt9+T++9yCEQXaqsU04FO/x1724F+8lw4Pq5kNS3ftmUATuDmwJYA3Cx qFNhWl0bNWsxh8AdJRu5Bnv+mOOkciM2Psk+99Hvw/pqsGBWoU9poQHQ9HwkBr0d/E66 Tp7UfMbnRoUConRYZkdjkI5KVps56OII9PRKjxBi3lbGzFzcwdx4NA+xI0FjcXzKte5G B+sl02lNYY+VNx17DJ4fZzm38bJd6zchhbfvHMY9W8m9uT6lA+1JbhqOGlYaOlL5yAwR kMDnlb1l1yn7Pm44Es6U/ELhD3cTW+6l1N9ahGno8uzR+zo/OBwZRa+uIXulblwoigF8 JEKw== X-Gm-Message-State: ALoCoQm/1nlt7EFdhTDKEHU6aJA6QlusijIS8i6PBfB0N7O9HzbdtBIfGa0h7rdzmono06l3X+WR X-Received: by 10.194.109.36 with SMTP id hp4mr35858187wjb.17.1424814663164; Tue, 24 Feb 2015 13:51:03 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id 18sm61977686wjr.46.2015.02.24.13.51.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 13:51:02 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Tue, 24 Feb 2015 22:50:29 +0100 Message-ID: <3361041.jsZCZet79c@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-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: Tue, 24 Feb 2015 21:51:03 -0000 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 Some missing features may still be integrated in the last minute run: * hotplug * mlx4 driver * interrupt mode * sched enhancements Some other features were submitted too late or haven't been properly reviewed, so they are postponed (deferred state in patchwork): * tile arch * ixgbe base update * i40e TSO * xen net-front driver * hyper-v driver * bnx2x driver * unified packet type Thanks for your attention