From 8b2b62fdcfb8b033e454e7827ddcb70dc40e865e Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 13 Feb 2017 15:26:44 +0100 Subject: [PATCH] doc: postpone API change in ethdev The change of _rte_eth_dev_callback_process has not been done in 17.02. Let's postpone to 17.05. Signed-off-by: Thomas Monjalon Acked-by: Ferruh Yigit Acked-by: Olivier Matz Acked-by: Bernard Iremonger --- doc/guides/rel_notes/deprecation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 0d2d1bb679..d2a6f82ff2 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -48,8 +48,8 @@ Deprecation Notices ``eth_driver``. Similarly, ``rte_pci_driver`` is planned to be removed from ``rte_cryptodev_driver`` in 17.05. -* ethdev: an API change is planned for 17.02 for the function - ``_rte_eth_dev_callback_process``. In 17.02 the function will return an ``int`` +* ethdev: An API change is planned for 17.05 for the function + ``_rte_eth_dev_callback_process``. In 17.05 the function will return an ``int`` instead of ``void`` and a fourth parameter ``void *ret_param`` will be added. * ABI changes are planned for 17.05 in the ``rte_mbuf`` structure: some fields -- 2.20.1