[dpdk-dev] doc: notify callback process API change

Message ID 1499851501-18764-1-git-send-email-bernard.iremonger@intel.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Iremonger, Bernard July 12, 2017, 9:25 a.m. UTC
  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 <bernard.iremonger@intel.com>
---
 doc/guides/rel_notes/release_17_08.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
  

Comments

Thomas Monjalon July 21, 2017, 3:53 p.m. UTC | #1
12/07/2017 12:25, Bernard Iremonger:
> 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 <bernard.iremonger@intel.com>

Applied, thanks
  

Patch

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