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 <ferruh.yigit@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: David Marchand <david.marchand@6wind.com>
This commit is contained in:
Ferruh Yigit 2018-09-24 18:31:40 +01:00
parent 0f3ff2445d
commit 5a62ed184a

View File

@ -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
-----------