From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 89A99201 for ; Thu, 11 May 2017 17:00:43 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP; 11 May 2017 08:00:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,324,1491289200"; d="scan'208";a="967295383" Received: from silpixa00378492.ir.intel.com (HELO silpixa00378492.ger.corp.intel.com) ([10.237.223.65]) by orsmga003.jf.intel.com with ESMTP; 11 May 2017 08:00:39 -0700 From: Herakliusz Lipiec To: web@dpdk.org Cc: tim.odriscoll@intel.com, Herakliusz Lipiec Date: Thu, 11 May 2017 16:14:28 +0100 Message-Id: <1494515668-8898-1-git-send-email-herakliusz.lipiec@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-web] [PATCH] update roadmap X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2017 15:00:44 -0000 Signed-off-by: Herakliusz Lipiec --- dev/roadmap.html | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/dev/roadmap.html b/dev/roadmap.html index 428ed84..4569663 100644 --- a/dev/roadmap.html +++ b/dev/roadmap.html @@ -41,24 +41,6 @@

Development roadmap

Major known features and milestones may be noted here. This list is obviously neither complete nor guaranteed. -

Version 17.05 (2017 May)

-
    -
  • Event Driven Model -
  • Rearrange mbuf structure for performance and add timestamp -
  • Ethernet 32-bit CRC -
  • Extended Statistics for latency and bit rate -
  • Free Tx mbuf on demand -
  • Atomic Rules Arkville Driver -
  • NXP FSLMC Bus and DPAA2 Driver -
  • MTU for virtio -
  • Interrupt Mode for virtio-user -
  • New device types in vhost-user -
  • Add flow API and virtual functions support in the Solarflare net driver -
  • Tunnel and MPLS filters for i40e -
  • Automated VF processing of PF Reset for i40e -
  • Consistent PMD Batching behaviour -
  • Cryptodev DOCSIS BPI+ -

Version 17.08 (2017 August)

  • Hotplug Notification @@ -70,6 +52,12 @@
  • NXP DPAA2 Eventdev Driver
  • NXP DPAA1 Bus, Mempool and PMD
  • ARM Architecture support in Atomic Rules Arkville Driver +
  • Generic QoS API +
  • Generic Receive Offload +
  • Generic Flow Enhancements +
  • Packet Type Recognition in IXGBE Vector PMD +
  • VF Restore After PF Reset +
  • Cryptodev Multi-Core SW Scheduler

Cycle model

A typical release should be done after 3 months. @@ -84,12 +72,6 @@

At the end of the merge window, the first release candidate is out.

The last period is 1 month long and is dedicated to bug fixing.

Scheduling

-

17.05 -

    -
  • Proposal deadline: March 3 -
  • Integration deadline: March 30 -
  • Release: May 2 -

17.08

  • Proposal deadline: May 28 -- 2.7.4