From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: announce CRC strip changes in release notes Date: Mon, 24 Sep 2018 19:01:43 +0200 Message-ID: <1772484.ip4EZN0G7U@xps> References: <20180904101257.61129-1-ferruh.yigit@intel.com> <20180924173140.83312-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: John McNamara , Marko Kovacevic , dev@dpdk.org, david.marchand@6wind.com To: Ferruh Yigit Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id F12515F57 for ; Mon, 24 Sep 2018 19:01:48 +0200 (CEST) In-Reply-To: <20180924173140.83312-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/09/2018 19:31, Ferruh Yigit: > Document changes done in > commit 323e7b667f18 ("ethdev: make default behavior CRC strip on Rx") > > Signed-off-by: Ferruh Yigit > --- > --- a/doc/guides/rel_notes/release_18_11.rst > +++ b/doc/guides/rel_notes/release_18_11.rst > @@ -112,6 +112,12 @@ API Changes > +* The default behaviour of CRC strip offload changed. Without any specific Rx > + offload flag, default behavior by PMD is now to strip CRC. > + DEV_RX_OFFLOAD_CRC_STRIP offload flag has been removed. > + To request keeping CRC, application should set ``DEV_RX_OFFLOAD_KEEP_CRC`` Rx > + offload. Acked-by: Thomas Monjalon Thanks