[dpdk-dev] [PATCH] doc: deprecate rx_descriptor_done API
Jerin Jacob
jerinjacobk at gmail.com
Wed Feb 26 17:35:18 CET 2020
On Wed, Feb 26, 2020 at 8:31 PM Ferruh Yigit <ferruh.yigit at intel.com> wrote:
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> ---
> Cc: Andrew Rybchenko <arybchenko at solarflare.com>
> Cc: Thomas Monjalon <thomas at monjalon.net>
> Cc: Olivier Matz <olivier.matz at 6wind.com>
> ---
Acked-by: Jerin Jacob <jerinj at marvell.com>
> doc/guides/rel_notes/deprecation.rst | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 1339f54f5..9d68de0f6 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -93,6 +93,11 @@ Deprecation Notices
> In 19.11 PMDs will still update the field even when the offload is not
> enabled.
>
> +* ethdev: ``rx_descriptor_done`` dev_ops and ``rte_eth_rx_descriptor_done``
> + will be deprecated in 20.11 and will be removed in 21.11.
> + Existing ``rte_eth_rx_descriptor_status`` and ``rte_eth_tx_descriptor_status``
> + APIs can be used as replacement.
> +
> * cryptodev: support for using IV with all sizes is added, J0 still can
> be used but only when IV length in following structs ``rte_crypto_auth_xform``,
> ``rte_crypto_aead_xform`` is set to zero. When IV length is greater or equal
> --
> 2.24.1
>
More information about the dev
mailing list