From fdb7f1a2119f1fc5c4c11851eb89d5b0622395d7 Mon Sep 17 00:00:00 2001 From: Bernard Iremonger Date: Tue, 18 Apr 2017 16:48:56 +0100 Subject: [PATCH] doc: postpone deprecation of bypass in ethdev The deprecation of the bypass functions in the ethdev 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 --- doc/guides/rel_notes/deprecation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index c215448344..f6d28fe97f 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -47,7 +47,7 @@ Deprecation Notices ``_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_* +* ethdev: for 17.08 it is planned to deprecate the following nine rte_eth_dev_* functions and move them into the ixgbe PMD: ``rte_eth_dev_bypass_init``, ``rte_eth_dev_bypass_state_set``, -- 2.20.1