From patchwork Wed Jul 12 09:25:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Iremonger, Bernard" X-Patchwork-Id: 26855 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 92330374C; Wed, 12 Jul 2017 11:25:08 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 978773257 for ; Wed, 12 Jul 2017 11:25:06 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 12 Jul 2017 02:25:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.40,349,1496127600"; d="scan'208"; a="1194399111" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by fmsmga002.fm.intel.com with ESMTP; 12 Jul 2017 02:25:04 -0700 From: Bernard Iremonger To: dev@dpdk.org, thomas@monjalon.net Cc: Bernard Iremonger Date: Wed, 12 Jul 2017 10:25:01 +0100 Message-Id: <1499851501-18764-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH] doc: notify callback process API change 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 _rte_eth_dev_callback_process function has been modified. The return value has been changed form void to int and an extra parameter "void *ret_param" has been added. Signed-off-by: Bernard Iremonger --- doc/guides/rel_notes/release_17_08.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst index 6273098..24f0741 100644 --- a/doc/guides/rel_notes/release_17_08.rst +++ b/doc/guides/rel_notes/release_17_08.rst @@ -284,6 +284,11 @@ API Changes * Remove ``device id`` parameter from ``rte_cryptodev_sym_session_free()``. * Added new field ``session_pool`` to ``rte_cryptodev_queue_pair_setup()``. +* **Modified the _rte_eth_dev_callback_process function in the rte_ethdev library.** + + The function ``_rte_eth_dev_callback_process()`` has been modified. The return + value has been changed from void to int and an extra parameter ``void *ret_param`` + has been added. ABI Changes ----------- @@ -350,7 +355,7 @@ The libraries prepended with a plus sign were incremented in this version. + librte_cryptodev.so.3 librte_distributor.so.1 librte_eal.so.4 - librte_ethdev.so.6 + + librte_ethdev.so.7 + librte_gro.so.1 librte_hash.so.2 librte_ip_frag.so.1