From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] doc: postpone API change in ethdev Date: Mon, 13 Feb 2017 15:26:44 +0100 Message-ID: <1486996004-25985-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org To: Bernard Iremonger Return-path: Received: from mail-wr0-f178.google.com (mail-wr0-f178.google.com [209.85.128.178]) by dpdk.org (Postfix) with ESMTP id 8EFF869C5 for ; Mon, 13 Feb 2017 15:26:47 +0100 (CET) Received: by mail-wr0-f178.google.com with SMTP id o16so151634342wra.1 for ; Mon, 13 Feb 2017 06:26:47 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- 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 3d72241..6532482 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -23,8 +23,8 @@ Deprecation Notices provide a way to handle device initialization currently being done in ``eth_driver``. -* 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.7.0