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 7483437B3 for ; Thu, 10 Nov 2016 17:55:41 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP; 10 Nov 2016 08:55:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,619,1473145200"; d="scan'208";a="1057932623" Received: from sie-lab-212-120.ir.intel.com (HELO silpixa00394367.ir.intel.com) ([10.237.212.120]) by orsmga001.jf.intel.com with ESMTP; 10 Nov 2016 08:55:39 -0800 From: Harry van Haaren To: web@dpdk.org Cc: Harry van Haaren Date: Thu, 10 Nov 2016 16:55:09 +0000 Message-Id: <1478796909-16068-1-git-send-email-harry.van.haaren@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-web] [PATCH] roadmap: add items to 17.02 section X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2016 16:55:41 -0000 Signed-off-by: Harry van Haaren --- dev/roadmap.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dev/roadmap.html b/dev/roadmap.html index f054b33..a98e458 100644 --- a/dev/roadmap.html +++ b/dev/roadmap.html @@ -52,6 +52,20 @@

Version 17.02 (2017 February)

    +
  • Extended Statistics for latency and bit rate +
  • Run-time configuration of packet type for i40e +
  • Packet-distributor performance enhancements +
  • Add MACsec for ixgbe +
  • Enhance AESNI_GCM PMD +
  • Create Crypto performance test application +
  • Enable cipher-only and hash-only support for AESNI_MB PMD +
  • Add support for chained mbufs in cryptodev +
  • Optimize vhost-user performance for large packets +
  • Support new device types in vhost-user +
  • Interrupt mode support in virtio PMD +
  • Virtio-user as an alternative exception patch +
  • Elastic Flow Distributor - flow based load balancing library +
  • VFD support for i40e
  • Generic Bus Framework
  • Rearrange mbuf structure for performance and add timestamp
  • Generic Rx Filtering API -- 2.7.4