From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 4556F1DC88 for ; Thu, 14 Jun 2018 19:17:42 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A981221AE1; Thu, 14 Jun 2018 13:17:41 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 14 Jun 2018 13:17:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=iLwBTOAcyqsBbh0wWLNUOYvTVt SHRGiecRPopifX0TM=; b=NZaTS6DWH78Z6y2ReDGd+XmYTnjDHONHmS0BtpIc2y FxxxNsRiYB3dZ39maug3FJbE4ap+cFRbJyGrxPv9aiunUQh7nl0FV1+ZaDUl6a+B bD83XlHaMJ5x30851THoq2TRpZHpPApZKPc1MzstNsrZzjrTqZgjyk6UjjirRB+1 U= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=iLwBTO AcyqsBbh0wWLNUOYvTVtSHRGiecRPopifX0TM=; b=BrFKq7iyfGKeonYdbbNgK+ +rwJrHCZdVuy8qO6SdsMMNWzF7dcf8QeU6yERR6IJwC6TLQ6TZes8V36Oq01cPXu q9ScKzEzRk5qYq4fDrydL0NrLOuIqa2ckptSto2Tp0u9/jdmbvYoFGV5cwh80MVm fSG3iWOydh0ID6hr1Mi+xGti/yY5NPvWZ3sNxqaDCtv1VBzvWUQYMkH2z+hJwwkb 95Fea+q3ZOJN7cVsdyu7/16Cuh9rtzFqBf29aXs2Jl4C8euBsdRBaNT37QJCcPZK bkv3e6syVBumVdjgWifcRxLNT5pJHAJtSAZXNESSwYl4HtKuiU1HPoTRvFl+llPQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E015210255; Thu, 14 Jun 2018 13:17:40 -0400 (EDT) From: Thomas Monjalon To: Kevin Laatz Cc: web@dpdk.org, ferruh.yigit@intel.com, john.mcnamara@intel.com Date: Thu, 14 Jun 2018 19:17:39 +0200 Message-ID: <1819517.dFCtnLrurv@xps> In-Reply-To: <20180612135841.31308-1-kevin.laatz@intel.com> References: <20180606150142.3805-1-kevin.laatz@intel.com> <20180612135841.31308-1-kevin.laatz@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2018 17:17:42 -0000 12/06/2018 15:58, Kevin Laatz: > Signed-off-by: Kevin Laatz Please add the link to the original announce in the commit log: http://dpdk.org/ml/archives/dev/2018-June/103507.html > +
  • allow setup/reconfiguration/tear down of queues at runtime Should it be removed from this list? Already merged in 18.05? > +
  • SoftNIC restructuring You should add "Packet Framework" to describe above item > +
  • Intel(r) QuickAssist Technology Compression PMD Do we really need such "(r)" in our technical list? > +
  • unified packet fragmentation I would add "API" at the end, because it is not the fragmentation itself which is unified ;) > +
  • complete Intel PMD support for new descriptor status apis Suggest: "complete support of new descriptor status API for Intel PMDs" Thanks