From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A75064C9F for ; Wed, 12 Sep 2018 18:20:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 53C5C2200D; Wed, 12 Sep 2018 12:20:35 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 12 Sep 2018 12:20:35 -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=PXU95z/FtjfKYCPz0z7GgTF2dp ErVhh8K2yV0Jmwwh0=; b=jYGp/Nu1ap0YXq5CTU2aOV4SzwXzxWTnzLF2zXVL12 cRyKq2e7KicYSuQlpl17R5rAc1cm8A3N1CjcBtTqIB0cAyxeLLOoUsvCCkbCOd74 TBUIZTzV0iim8d+Ld/FokSn0MThM5PsBgsOBtmJxmJfGqy1r9rlEReQy3cuCuFj7 o= 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=PXU95z /FtjfKYCPz0z7GgTF2dpErVhh8K2yV0Jmwwh0=; b=A1eYiwxL84icX3TFkdcOVB jK+kJ+sU/0R3wvcgWR/Ke/3t3XfmPWcaQYr9nLhz+55VJ445oxGQAHcv0Qr29nuj UTDSkFIIxw3uy1pYc3dsAdYW30kl0fwJB7aybZ3qsAP2Cq8EHax8I2CS/tex/5a1 0e1pSnPiF5cLKlZD+13jzsCZgG6fTZg0k0/98QFnbOkYJtfME9uQ5LY/e4+cNJyj 9LdniLLE1T0AP2q2xDjFJ9n36CFx+10to92/PZazEV7vwEpTp6KpQq5Nm5OUczqe dKWyblwdjVfszVAv2h6KQrGl2R7/jq6GLYed8FJ9bVaLwMht/CRWtRLH1mPQ7MdQ == 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 187E3E455F; Wed, 12 Sep 2018 12:20:34 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: marko.kovacevic@intel.com, web@dpdk.org Date: Wed, 12 Sep 2018 18:20:43 +0200 Message-ID: <6741340.EJca0k8ij8@xps> In-Reply-To: <85f82c4e-374b-0f04-09aa-086f1267913b@intel.com> References: <20180912105908.22499-1-marko.kovacevic@intel.com> <20180912124152.14715-1-thomas@monjalon.net> <85f82c4e-374b-0f04-09aa-086f1267913b@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] [PATCH v4] update Intel roadmap for 18.11 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, 12 Sep 2018 16:20:35 -0000 12/09/2018 17:10, Ferruh Yigit: > On 9/12/2018 1:41 PM, Thomas Monjalon wrote: > > From: Marko Kovacevic > > > > The NAT support was already integrated in DPDK 18.08. > > The new features were announced in the dpdk-dev mailing list: > > http://mails.dpdk.org/archives/dev/2018-August/109986.html > > > > Signed-off-by: Marko Kovacevic > > Acked-by: Thomas Monjalon > > Reviewed-by: Ferruh Yigit > > > v4: I have removed most of the upper-casing and words "add" and > > "support", in order to make it shorter. > > The items are also moved in order to keep the same kind of sorting > > we use in the releases notes (EAL, ethdev, crypto, other libs, apps). > > Those were copy-paste from Intel Roadmap mail, changing them adds confusion > about if they are same thing in Roadmap item or not and slows down the updates. Which change are you referring as adding confusion? - lowercase? - remove some verbs? - sorting list? > I would prefer original ones but both are OK.