doc: announce deprecation of flow copy function
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Fri, 3 Aug 2018 14:37:52 +0000 (16:37 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Aug 2018 23:03:14 +0000 (01:03 +0200)
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
doc/guides/rel_notes/deprecation.rst

index fe38fac..230f0cc 100644 (file)
@@ -85,3 +85,10 @@ Deprecation Notices
   - ``rte_pdump_set_socket_dir`` will be removed;
   - The parameter, ``path``, of ``rte_pdump_init`` will be removed;
   - The enum ``rte_pdump_socktype`` will be removed.
+
+* ethdev: flow API function ``rte_flow_copy()`` will be deprecated in v18.11
+  in favor of ``rte_flow_conv()`` (which will appear in that version) and
+  subsequently removed for v19.02.
+
+  This is due to a lack of flexibility and reliance on a type unusable with
+  C++ programs (struct rte_flow_desc).