From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH] doc: notify callback process API change Date: Wed, 12 Jul 2017 10:25:01 +0100 Message-ID: <1499851501-18764-1-git-send-email-bernard.iremonger@intel.com> Cc: Bernard Iremonger To: dev@dpdk.org, thomas@monjalon.net Return-path: 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) 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 -- 1.9.1