From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f177.google.com (mail-qk0-f177.google.com [209.85.220.177]) by dpdk.org (Postfix) with ESMTP id 735943B5 for ; Fri, 1 Sep 2017 17:12:37 +0200 (CEST) Received: by mail-qk0-f177.google.com with SMTP id l65so2295821qkc.0 for ; Fri, 01 Sep 2017 08:12:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atomicrules-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=mFLovAyyJ9OLTNRII37UJHoPQelZ+VPimgTr/el/lrs=; b=BU0B5kg2uU+G2uPiLglCVTdrhWPV67OqRJ6xjBJQmYe8/jwOT97Bzk3nigSHW/nU47 UDKUq0/gEAnjM7NcxguwRNF6OUGMOKu/S4EcGvQ/ptL/eI9k3R8dsrXVgV5Gx40b/gJK YxLsHmgAdDG/YsufbH8DrKeR6iUFFbeDeHNgLWV5yQBUhQ4KloU2tChyhKMYYDck/Jak P9idWwcrj6l2ztibq6jT01VOxb7Qi7Sh2ilyAVW1lNTlsdh/jto4VHfVsxAYDAwVDQij ag3rGGLneDgYOVaEQXOichLFu4bZhwc6381XdkLvndHlmy/5DFTQDTfDYrZhJxrbQWFm H6ng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=mFLovAyyJ9OLTNRII37UJHoPQelZ+VPimgTr/el/lrs=; b=XTAtaBeOswqmYFC0mRf6g4M1DjbJte1gPWOuSuUsuc+zNOLMdsM9ihDcg3pR49gShN W53tIxRXdtei2FsBYoFydQOO9PNz88BjrO9g7ByfZ3Yg2NDdKl7poTwScT9ukLt9zTeU fk5bnlvJkJgUZbxZb2y8T5j7BBjwRYdsxLccPV16JH5bbv0QMLbCdicA8Vt4Y3OCrN5A JuQlF+rJZE8eSMP8JAeTc3rbxBEfbf4dF9n3SzIvJZlfaV4rRc/1n3aEamE8dm9Fnfv3 MWoQO36zf7fDeNF8Nxia7cewsiqktslu2Mtd+2bOoL7u6LI7RhUQ3d7bvEU95DvrWauz pQFw== X-Gm-Message-State: AHPjjUiOXa2F3CXLGknxkspifWC8izj/OF7wek0iaMV2qHERNPJXDoKb 4CUVqntZrLWCoyqkGxg= X-Google-Smtp-Source: ADKCNb4iNtbZXEscQ4JiPz6hXGpnixme7nxmifVaW7LTzFGStZsn5NQMdT2TVHuzzRwxknFx0T8ogA== X-Received: by 10.55.125.194 with SMTP id y185mr2942917qkc.15.1504278756709; Fri, 01 Sep 2017 08:12:36 -0700 (PDT) Received: from ar-6700k.local (c-76-28-16-252.hsd1.nh.comcast.net. [76.28.16.252]) by smtp.gmail.com with ESMTPSA id c39sm288132qta.40.2017.09.01.08.12.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Sep 2017 08:12:36 -0700 (PDT) From: Shepard Siegel To: web@dpdk.org Cc: Shepard Siegel Date: Fri, 1 Sep 2017 11:12:25 -0400 Message-Id: <1504278745-3171-1-git-send-email-shepard.siegel@atomicrules.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-web] [PATCH] This commit announces two changes for the Atomic Rules Arkville net/ark PMD. The first is the planned support for 16 Zero-Copy RX Queue Pairs in DPDK 17.11. The second is ARM Architecture support in DPDK 18.02. 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, 01 Sep 2017 15:12:37 -0000 --- dev/roadmap.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/roadmap.html b/dev/roadmap.html index b72230d..99f3fac 100644 --- a/dev/roadmap.html +++ b/dev/roadmap.html @@ -57,7 +57,6 @@
  • NXP DPAA2 PMD Performance and Feature Enhancements
  • NXP DPAA2 Eventdev Driver
  • NXP DPAA1 Bus, Mempool and PMD -
  • ARM Architecture support in Atomic Rules Arkville Driver
  • VF Restore after PF Reset
  • Isolated mode in Flow API
  • Generic QoS API @@ -67,10 +66,11 @@

    Version 17.11 (2017 November)

    • Automatic Device Binding +
    • Sixteen Zero-Copy RX Queue Support for Atomic Rules Arkville PMD

    Version 18.02 (2018 February)

      -
    • +
    • ARM Architecture support in Atomic Rules Arkville PMD

    Cycle model

    A typical release should be done after 3 months. -- 2.7.4