From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <kevin.laatz@intel.com> Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B519F1E880 for <web@dpdk.org>; Tue, 12 Jun 2018 15:58:53 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jun 2018 06:58:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,214,1526367600"; d="scan'208";a="63421549" Received: from silpixa00397517.ir.intel.com (HELO silpixa00397517.ger.corp.intel.com) ([10.237.222.54]) by fmsmga001.fm.intel.com with ESMTP; 12 Jun 2018 06:58:50 -0700 From: Kevin Laatz <kevin.laatz@intel.com> To: web@dpdk.org Cc: ferruh.yigit@intel.com, john.mcnamara@intel.com, Kevin Laatz <kevin.laatz@intel.com> Date: Tue, 12 Jun 2018 14:58:41 +0100 Message-Id: <20180612135841.31308-1-kevin.laatz@intel.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20180606150142.3805-1-kevin.laatz@intel.com> References: <20180606150142.3805-1-kevin.laatz@intel.com> Subject: [dpdk-web] [PATCH v2] update 18.08 roadmap X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance <web.dpdk.org> List-Unsubscribe: <https://dpdk.org/ml/options/web>, <mailto:web-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/web/> List-Post: <mailto:web@dpdk.org> List-Help: <mailto:web-request@dpdk.org?subject=help> List-Subscribe: <https://dpdk.org/ml/listinfo/web>, <mailto:web-request@dpdk.org?subject=subscribe> X-List-Received-Date: Tue, 12 Jun 2018 13:58:54 -0000 Signed-off-by: Kevin Laatz <kevin.laatz@intel.com> --- V2: - Undo removal of features that have been postponed --- dev/roadmap.html | 38 ++++++++++++++++---------------------- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/dev/roadmap.html b/dev/roadmap.html index aabdbf4..8efabd4 100644 --- a/dev/roadmap.html +++ b/dev/roadmap.html @@ -41,39 +41,33 @@ <h2>Development roadmap</h2> <p>Major known features and milestones may be noted here. This list is obviously neither complete nor guaranteed. - <h3 id="1805">Version 18.05 (2018 May)</h3> + <h3 id="1808">Version 18.08 (2018 August)</h3> <ul> - <li>memory subsystem rework - <li>uevent support for hotplug <li>new device specification (devargs) syntax - <li>secondary process support in virtual devices - <li>ethdev API for recommended descriptor ring sizes - <li>ethdev API to manage tunnel endpoints - <li>ethdev Rx/Tx offloads for various tunnels - <li>ethdev switch offloads - <li>ethdev port representor - <li>i40e PPPoE/PPPoL2Tv2 - <li>mlx5 striding RQ (multi packets buffer) - <li>mlx5 tunnels offloads extended - <li>vhost interrupt mode - <li>selective datapath in vhost-user library - <li>new Intel driver (IFC VF) for accelerated virtio - <li>virtio-user for virtio-crypto <li>tap TSO - <li>bonding support of flow API - <li>new API for hardware and software compression/decompression <li>eventdev ordered and atomic queues for DPAA2 - <li>eventdev crypto adapter - <li>eventdev timer adapter - <li>IP pipeline enhancements <li>libedit integration + <li>power management: turbo core thread pinning + <li>power management: traffic pattern aware power control + <li>power management: 100% busy traffic polling + <li>failure handler for PCIE hardware hotplug + <li>virtio IN_ORDER support + <li>allow setup/reconfiguration/tear down of queues at runtime + <li>SoftNIC restructuring + <li>SoftNIC support for NAT + <li>virtual device hotplug + <li>Intel(r) QuickAssist Technology Compression PMD + <li>vhost-user extension to improve vDPA + <li>unified packet fragmentation + <li>3DES support in AESNI_MB PMD + <li>ISAL Compression PMD enhancements + <li>complete Intel PMD support for new descriptor status apis </ul> <h3 id="future">Nice to have - Future</h3> <ul> <li>multi-process rework <li>automatic UIO/VFIO binding <li>infiniband driver class (ibdev) - <li>BPF support <li>default configuration from files <li>generic white/blacklisting </ul> -- 2.9.5