From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7934ECFD6 for ; Wed, 6 Jun 2018 17:01:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jun 2018 08:01:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,483,1520924400"; d="scan'208";a="54415396" Received: from silpixa00397517.ir.intel.com (HELO silpixa00397517.ger.corp.intel.com) ([10.237.222.54]) by fmsmga002.fm.intel.com with ESMTP; 06 Jun 2018 08:01:53 -0700 From: Kevin Laatz To: web@dpdk.org Cc: Kevin Laatz Date: Wed, 6 Jun 2018 16:01:42 +0100 Message-Id: <20180606150142.3805-1-kevin.laatz@intel.com> X-Mailer: git-send-email 2.9.5 Subject: [dpdk-web] [PATCH] 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: Wed, 06 Jun 2018 15:01:58 -0000 Signed-off-by: Kevin Laatz --- dev/roadmap.html | 42 ++++++++++++++++-------------------------- 1 file changed, 16 insertions(+), 26 deletions(-) diff --git a/dev/roadmap.html b/dev/roadmap.html index aabdbf4..49bf755 100644 --- a/dev/roadmap.html +++ b/dev/roadmap.html @@ -41,39 +41,29 @@

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 +
  • allow setup/reconfiguration/tear down of queues at runtime +
  • SoftNIC restructuring +
  • SoftNIC support for NAT +
  • virtual device hotplug +
  • Intel(r) QuickAssist Technology Compression PMD +
  • vhost-user extension to improve vDPA +
  • unified packet fragmentation +
  • 3DES support in AESNI_MB PMD +
  • ISAL Compression PMD enhancements +
  • complete Intel PMD support for new descriptor status apis

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