X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Fdeprecation.rst;h=df54674d6006dd0ffa353f86273dc7f54a80175e;hb=69fee3adfe1f25488371e7ea1d4730eec1d9ed10;hp=66168812c4bd3f815fe27f397776a20f4e1bc933;hpb=2d9c4d0621034e501e037c8dd9b9c76b8fbdee62;p=dpdk.git diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 66168812c4..df54674d60 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -59,12 +59,6 @@ Deprecation Notices Target release for removal of the legacy API will be defined once most PMDs have switched to rte_flow. -* i40e: The default flexible payload configuration which extracts the first 16 - bytes of the payload for RSS will be deprecated starting from 18.02. If - required the previous behavior can be configured using existing flow - director APIs. There is no ABI/API break. This change will just remove a - global configuration setting and require explicit configuration. - * pdump: As we changed to use generic IPC, some changes in APIs and structure are expected in subsequent release. @@ -88,3 +82,11 @@ Deprecation Notices ``rte_cryptodev_queue_pair_stop()`` will be deprecated from 18.05 and removed in 18.08, as there are no drivers doing anything useful with them. + - Some feature flags such as ``RTE_CRYPTODEV_FF_MBUF_SCATTER_GATHER`` are ambiguous, + so some will be replaced by more explicit flags. + - Function ``rte_cryptodev_get_header_session_size()`` will be deprecated + in 18.05, and it gets replaced with ``rte_cryptodev_sym_get_header_session_size()``. + It will be removed in 18.08. + - Function ``rte_cryptodev_get_private_session_size()`` will be deprecated + in 18.05, and it gets replaced with ``rte_cryptodev_sym_get_private_session_size()``. + It will be removed in 18.08.