From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 27EE04C74 for ; Fri, 23 Feb 2018 18:16:20 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Feb 2018 09:16:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,383,1515484800"; d="scan'208";a="30173435" Received: from txasoft-yocto.an.intel.com (HELO txasoft-yocto.an.intel.com.) ([10.123.72.111]) by orsmga003.jf.intel.com with ESMTP; 23 Feb 2018 09:16:18 -0800 From: Erik Gabriel Carrillo To: web@dpdk.org Date: Fri, 23 Feb 2018 11:16:12 -0600 Message-Id: <1519406172-15580-2-git-send-email-erik.g.carrillo@intel.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1519406172-15580-1-git-send-email-erik.g.carrillo@intel.com> References: <1519406172-15580-1-git-send-email-erik.g.carrillo@intel.com> Subject: [dpdk-web] [PATCH 1/1] update 18.05 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, 23 Feb 2018 17:16:20 -0000 Add the event timer adapter to 18.05 roadmap. Signed-off-by: Erik Gabriel Carrillo --- dev/roadmap.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/roadmap.html b/dev/roadmap.html index a2fea2f..940474c 100644 --- a/dev/roadmap.html +++ b/dev/roadmap.html @@ -41,7 +41,7 @@

Development roadmap

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

Version 18.02 (2018 February)

+

Version 18.05 (2018 May)

  • meson/ninja build system
  • memory management rework @@ -60,6 +60,7 @@
  • eventdev ordered and atomic queues for DPAA2
  • eventdev optimized packet distribution library (OPDL) driver
  • eventdev crypto adapter +
  • eventdev timer adapter
  • base band device class (bbdev)
  • raw device class
  • libedit integration -- 2.7.4