aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Iremonger <bernard.iremonger@intel.com>2017-07-12 10:25:01 +0100
committerThomas Monjalon <thomas@monjalon.net>2017-07-21 18:51:55 +0300
commitc33ade1227a5d7bfb96cb34311bae2e5d7014f3e (patch)
treec94985c64d1056fb68217c4d741c784823e3fa38
parenta0c1f8239222368cfa34d81aa8c92117d2a67afc (diff)
doc: notify ethdev callback process API change
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>
-rw-r--r--doc/guides/rel_notes/release_17_08.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst
index 292e87a1a..6083c7101 100644
--- a/doc/guides/rel_notes/release_17_08.rst
+++ b/doc/guides/rel_notes/release_17_08.rst
@@ -246,6 +246,12 @@ API Changes
Also, make sure to start the actual text at the margin.
=========================================================
+* **Modified the _rte_eth_dev_callback_process function in the 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.
+
* **Moved bypass functions from the rte_ethdev library to ixgbe PMD**
* The following rte_ethdev library functions were removed:
@@ -363,7 +369,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