From patchwork Tue Apr 18 15:48:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Iremonger, Bernard" X-Patchwork-Id: 23719 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 11D0F2C12; Tue, 18 Apr 2017 17:48:38 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1DB102904 for ; Tue, 18 Apr 2017 17:48:35 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2017 08:48:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.37,219,1488873600"; d="scan'208"; a="1137237447" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by fmsmga001.fm.intel.com with ESMTP; 18 Apr 2017 08:48:33 -0700 From: Bernard Iremonger To: dev@dpdk.org Cc: john.mcnamara@intel.com, ferruh.yigit@intel.com, Bernard Iremonger Date: Tue, 18 Apr 2017 16:48:30 +0100 Message-Id: <1492530510-2034-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH] doc: postpone ABI change in ethdev X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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.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 | 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 a3e7c720c..00e379c00 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -36,8 +36,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_*