From: Bernard Iremonger Date: Tue, 18 Apr 2017 15:48:30 +0000 (+0100) Subject: doc: postpone ABI change for callbacks in ethdev X-Git-Tag: spdx-start~3215 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a64c7aae095fd0409abd0399ccb5e0ee0d451520;p=dpdk.git doc: postpone ABI change for callbacks in ethdev The change of _rte_eth_dev_callback_process has not been done in 17.05. Let's postpone to 17.08. Signed-off-by: Bernard Iremonger Acked-by: John McNamara Acked-by: Reshma Pattan Acked-by: Konstantin Ananyev --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 02f64ee67d..c215448344 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -43,8 +43,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.05 for the function - ``_rte_eth_dev_callback_process``. In 17.05 the function will return an ``int`` +* ethdev: An API change is planned for 17.08 for the function + ``_rte_eth_dev_callback_process``. In 17.08 the function will return an ``int`` instead of ``void`` and a fourth parameter ``void *ret_param`` will be added. * ethdev: for 17.05 it is planned to deprecate the following nine rte_eth_dev_*