DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: release notes 17.08, API change description
@ 2017-07-06  9:23 Radu Nicolau
  2017-07-06  9:29 ` [dpdk-dev] [PATCH v2] " Radu Nicolau
  0 siblings, 1 reply; 10+ messages in thread
From: Radu Nicolau @ 2017-07-06  9:23 UTC (permalink / raw)
  To: dev; +Cc: thomas, radu.nicolau

Added API change description - moved bypass functions
from the rte_ether library to ixgbe PMD

Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
---
 doc/guides/rel_notes/release_17_08.rst | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc/guides/rel_notes/release_17_08.rst
index 842f46f..6959720 100644
--- a/doc/guides/rel_notes/release_17_08.rst
+++ b/doc/guides/rel_notes/release_17_08.rst
@@ -144,6 +144,31 @@ API Changes
    Also, make sure to start the actual text at the margin.
    =========================================================
 
+* **Moved bypass functions from the rte_ether library to ixgbe PMD**
+  
+  * The following rte_ether library APIs were removed:
+
+    * ``rte_eth_dev_bypass_event_show``
+    * ``rte_eth_dev_bypass_event_store``
+    * ``rte_eth_dev_bypass_init``
+    * ``rte_eth_dev_bypass_state_set``
+    * ``rte_eth_dev_bypass_state_show``
+    * ``rte_eth_dev_bypass_ver_show``
+    * ``rte_eth_dev_bypass_wd_reset``
+    * ``rte_eth_dev_bypass_wd_timeout_show``
+    * ``rte_eth_dev_wd_timeout_store``
+    
+   * The following ixgbe PMD APIs were added:
+   
+    * ``rte_pmd_ixgbe_bypass_event_show``
+    * ``rte_pmd_ixgbe_bypass_event_store``
+    * ``rte_pmd_ixgbe_bypass_init``
+    * ``rte_pmd_ixgbe_bypass_state_set``
+    * ``rte_pmd_ixgbe_bypass_state_show``
+    * ``rte_pmd_ixgbe_bypass_ver_show``
+    * ``rte_pmd_ixgbe_bypass_wd_reset``
+    * ``rte_pmd_ixgbe_bypass_wd_timeout_show``
+    * ``rte_pmd_ixgbe_bypass_wd_timeout_store``
 
 ABI Changes
 -----------
-- 
2.7.5

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-07-10 19:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-06  9:23 [dpdk-dev] [PATCH] doc: release notes 17.08, API change description Radu Nicolau
2017-07-06  9:29 ` [dpdk-dev] [PATCH v2] " Radu Nicolau
2017-07-06 15:25   ` Mcnamara, John
2017-07-07  9:21   ` [dpdk-dev] [PATCH v3] " Radu Nicolau
2017-07-07 10:04     ` Mcnamara, John
2017-07-08 16:23     ` Thomas Monjalon
2017-07-10  9:15     ` [dpdk-dev] [PATCH v4] " Radu Nicolau
2017-07-10  9:18       ` [dpdk-dev] [PATCH v5] " Radu Nicolau
2017-07-10 11:39         ` [dpdk-dev] [PATCH v6] " Radu Nicolau
2017-07-10 19:26           ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).