From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: [PATCH] doc: announce CRC strip changes in release notes Date: Mon, 24 Sep 2018 18:31:40 +0100 Message-ID: <20180924173140.83312-1-ferruh.yigit@intel.com> References: <20180904101257.61129-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org, Ferruh Yigit , Thomas Monjalon , david.marchand@6wind.com To: John McNamara , Marko Kovacevic Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 40EE35F65 for ; Mon, 24 Sep 2018 18:34:53 +0200 (CEST) In-Reply-To: <20180904101257.61129-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" Document changes done in commit 323e7b667f18 ("ethdev: make default behavior CRC strip on Rx") Signed-off-by: Ferruh Yigit --- doc/guides/rel_notes/release_18_11.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst index 2f53564a9..41b9cd8d5 100644 --- a/doc/guides/rel_notes/release_18_11.rst +++ b/doc/guides/rel_notes/release_18_11.rst @@ -112,6 +112,12 @@ API Changes flag the MAC can be properly configured in any case. This is particularly important for bonding. +* 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. + ABI Changes ----------- -- 2.17.1