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 44A0A1B1BC for ; Tue, 16 Jan 2018 23:02:14 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 946CB20C8B; Tue, 16 Jan 2018 17:02:13 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 16 Jan 2018 17:02:13 -0500 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=1lK96kRPI2GosO7YUGFMOlM9iV w7ZBJM/zoohwnZLVI=; b=msEzgZgOHtj4OdjPOV3sGQHwHUiSjGdLjhzPSC/e4L l2CpJZBqEJuXGqZdqDmsF/EaEY1m+5IG/gbkc4SDdm31PW5MJUv9VI5CFuVQ+wnW facaDKenc1LEVXMMyM0abUq6rfMykxH9Xzb0WH9dVF8ZT6NEy+I4inHV6WvHv8gv M= 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=fm1; bh=1lK96k RPI2GosO7YUGFMOlM9iVw7ZBJM/zoohwnZLVI=; b=rD6VYPfK2pqnkgYPX2CUmp DdCPb8Yq4+czLd7VP+ouIRWwQDJgKFrm6LzxvsNIohtoPoFZWTzPzePrwRy3hPuE 0C+3cyNRNybF22MnX/QSylHXx/hEayfaox1td39+C8Bd9XmW53N99QDYaPQYiUPM cp0Q2OmkEA2SNW1JDQoXaykVyT88vQRFq+176aOsU5uvIqiQtq1v5J7vshNr4LZ5 GF0fZz4b0CAyl8F45TVL25vN4gh42cZRfms4jTQdJOWICr11FeLYqCozTK2y5CF4 NK9doPChs1huI85J6FXAxJSi323XGRjOu2Zh7bB2CVz8KDQnmlr77LxAHGTADFeQ == 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 3587324724; Tue, 16 Jan 2018 17:02:13 -0500 (EST) From: Thomas Monjalon To: Beilei Xing , john.mcnamara@intel.com Cc: dev@dpdk.org, ferruh.yigit@intel.com Date: Tue, 16 Jan 2018 23:01:38 +0100 Message-ID: <1628904.KSSzSJa4Zq@xps> In-Reply-To: <1515549715-3566-1-git-send-email-beilei.xing@intel.com> References: <1515398332-78518-1-git-send-email-beilei.xing@intel.com> <1515549715-3566-1-git-send-email-beilei.xing@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] doc: add i40e update X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jan 2018 22:02:14 -0000 10/01/2018 03:01, Beilei Xing: > --- a/doc/guides/rel_notes/release_18_02.rst > +++ b/doc/guides/rel_notes/release_18_02.rst > +* **Updated i40e driver to support MPLSoUDP/MPLSoGRE.** > + > + Updated i40e PMD to support MPLSoUDP/MPLSoGRE with MPLSoUDP/MPLSoGRE > + supporting profiles which can be programmed by dynamic device > + personalization (DDP) process: > + > + * Support cloud filer of MPLSoUDP/MPLSoGRE flow based on MPLS label. > + > + This feature was implemented in release_17_05. > + > +* **Updated i40e driver to support GTP-C/GTP-U.** > + > + Updated i40e PMD to support GTP-C/GTP-U with GTP-C/GTP-U supporting > + profiles which can be programmed by dynamic device personalization (DDP) > + process: > + > + * Support RSS of GTP-C/GTP-U flow. > + * Support flow director of GTP-C/GTP-U flow based on TEID. > + * Support cloud filer of GTP-C/GTP-U flow based on TEID. > + > + This feature was implemented in release_17_11, and only GTPv1 is supported. > + > +* **Updated i40e driver to support PPPoE/PPPoL2TP.** > + > + Updated i40e PMD to support PPPoE/PPPoL2TP with PPPoE/PPPoL2TP supporting > + profiles which can be programmed by dynamic device personalization (DDP) > + process: > + > + * Support RSS of PPPoE/PPPoL2TP flow based on user defined input set. > + * Support FDIR of PPPoE/PPPoL2TP flow based on user defined input set. It is mixing features implemented in 17.11 and 17.05. They should be added in their respective release notes if still relevant. This part of the patch is removed when pulling next-net in master.