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 8C9041D66C for ; Fri, 15 Jun 2018 12:05:58 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jun 2018 03:05:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,226,1526367600"; d="scan'208";a="208330839" Received: from silpixa00397517.ir.intel.com (HELO silpixa00397517.ger.corp.intel.com) ([10.237.222.54]) by orsmga004.jf.intel.com with ESMTP; 15 Jun 2018 03:05:45 -0700 From: Kevin Laatz To: web@dpdk.org Cc: john.mcnamara@intel.com, ferruh.yigit@intel.com, thomas@monjalon.net, Kevin Laatz Date: Fri, 15 Jun 2018 11:05:42 +0100 Message-Id: <20180615100542.27279-1-kevin.laatz@intel.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20180612135841.31308-1-kevin.laatz@intel.com> References: <20180612135841.31308-1-kevin.laatz@intel.com> Subject: [dpdk-web] [PATCH v3] update 18.08 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: Fri, 15 Jun 2018 10:06:01 -0000 Original announce: http://dpdk.org/ml/archives/dev/2018-June/103507.html Signed-off-by: Kevin Laatz --- V2: - Undo removal of features that have been postponed V3: - Rewording and general cleanup --- dev/roadmap.html | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/dev/roadmap.html b/dev/roadmap.html index aabdbf4..2e71628 100644 --- a/dev/roadmap.html +++ b/dev/roadmap.html @@ -41,39 +41,32 @@

Development roadmap

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

Version 18.05 (2018 May)

+

Version 18.08 (2018 August)

    -
  • memory subsystem rework -
  • uevent support for hotplug
  • new device specification (devargs) syntax -
  • secondary process support in virtual devices -
  • ethdev API for recommended descriptor ring sizes -
  • ethdev API to manage tunnel endpoints -
  • ethdev Rx/Tx offloads for various tunnels -
  • ethdev switch offloads -
  • ethdev port representor -
  • i40e PPPoE/PPPoL2Tv2 -
  • mlx5 striding RQ (multi packets buffer) -
  • mlx5 tunnels offloads extended -
  • vhost interrupt mode -
  • selective datapath in vhost-user library -
  • new Intel driver (IFC VF) for accelerated virtio -
  • virtio-user for virtio-crypto
  • tap TSO -
  • bonding support of flow API -
  • new API for hardware and software compression/decompression
  • eventdev ordered and atomic queues for DPAA2 -
  • eventdev crypto adapter -
  • eventdev timer adapter -
  • IP pipeline enhancements
  • libedit integration +
  • power management: turbo core thread pinning +
  • power management: traffic pattern aware power control +
  • power management: 100% busy traffic polling +
  • failure handler for PCIE hardware hotplug +
  • virtio IN_ORDER support +
  • SoftNIC restructuring to use Packet Framework +
  • SoftNIC support for NAT +
  • virtual device hotplug +
  • Intel QuickAssist Technology Compression PMD +
  • vhost-user extension to improve vDPA +
  • unified packet fragmentation API +
  • 3DES support in AESNI_MB PMD +
  • ISAL Compression PMD enhancements +
  • complete support of new descriptor status API for Intel PMDs

Nice to have - Future

  • multi-process rework
  • automatic UIO/VFIO binding
  • infiniband driver class (ibdev) -
  • BPF support
  • default configuration from files
  • generic white/blacklisting
-- 2.9.5