From: Ferruh Yigit Date: Mon, 24 Sep 2018 17:31:40 +0000 (+0100) Subject: doc: announce CRC strip changes in release notes X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=5a62ed184a5d9495264b9b8e77236b5f85d52159;p=dpdk.git doc: announce CRC strip changes in release notes Document changes done in commit 323e7b667f18 ("ethdev: make default behavior CRC strip on Rx") Signed-off-by: Ferruh Yigit Acked-by: Thomas Monjalon Reviewed-by: David Marchand --- diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst index a4f1d5d803..9c00e33cc9 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 -----------